mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Black format
This commit is contained in:
parent
e342ca872f
commit
2164674b01
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user