diff --git a/invokeai/app/invocations/latent.py b/invokeai/app/invocations/latent.py index df27a85771..115c048b10 100644 --- a/invokeai/app/invocations/latent.py +++ b/invokeai/app/invocations/latent.py @@ -589,8 +589,8 @@ class DenoiseLatentsInvocation(BaseInvocation): # original idea by https://github.com/AmericanPresidentJimmyCarter # TODO: research more for second order schedulers timesteps + @staticmethod def init_scheduler( - self, scheduler: Union[Scheduler, ConfigMixin], device: torch.device, steps: int,