latents missing

This commit is contained in:
Johannes Stelzer
2024-01-08 16:11:43 +01:00
parent 895af63be1
commit 414ea7d683

View File

@@ -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