From 414ea7d683747a79a680c369c090ba06a74a0408 Mon Sep 17 00:00:00 2001 From: Johannes Stelzer Date: Mon, 8 Jan 2024 16:11:43 +0100 Subject: [PATCH] latents missing --- diffusers_holder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diffusers_holder.py b/diffusers_holder.py index ef36193..37795d5 100644 --- a/diffusers_holder.py +++ b/diffusers_holder.py @@ -586,7 +586,7 @@ class DiffusersHolder(): # Write latents out and skip if i < idx_start: - list_latents_out.append(None) + list_latents_out.append(latents) continue # expand the latents if we are doing classifier free guidance