latents missing
This commit is contained in:
parent
895af63be1
commit
414ea7d683
|
@ -586,7 +586,7 @@ class DiffusersHolder():
|
||||||
|
|
||||||
# Write latents out and skip
|
# Write latents out and skip
|
||||||
if i < idx_start:
|
if i < idx_start:
|
||||||
list_latents_out.append(None)
|
list_latents_out.append(latents)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# expand the latents if we are doing classifier free guidance
|
# expand the latents if we are doing classifier free guidance
|
||||||
|
|
Loading…
Reference in New Issue