This commit is contained in:
Johannes Stelzer 2024-01-08 16:01:06 +01:00
parent 8170570f7a
commit 3a202ae892
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ class DiffusersHolder():
for i, t in enumerate(timesteps):
# Set the right starting latents
elif i == idx_start:
if i == idx_start:
latents = latents_start.clone()
# Mix latents
if i > 0 and list_mixing_coeffs[i] > 0: