Black format

This commit is contained in:
ZachNagengast 2023-07-28 07:49:29 -07:00
parent e342ca872f
commit 2164674b01

View File

@ -299,7 +299,7 @@ class SDXLTextToLatentsInvocation(BaseInvocation):
with unet_info as unet:
scheduler.set_timesteps(num_inference_steps, device=unet.device)
timesteps = scheduler.timesteps
latents = latents.to(device=unet.device, dtype=unet.dtype) * scheduler.init_noise_sigma
extra_step_kwargs = dict()