mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-15 07:52:35 +08:00
fixed random indent
This commit is contained in:
parent
197cad9ceb
commit
9328cd4098
@ -24,7 +24,7 @@ def prepare_noise(latent_image, seeds, noise_inds=None):
|
|||||||
for i in range(num_latents):
|
for i in range(num_latents):
|
||||||
if i < len(seeds): # Use the provided seeds if available
|
if i < len(seeds): # Use the provided seeds if available
|
||||||
seed = seeds[i]
|
seed = seeds[i]
|
||||||
else:
|
else:
|
||||||
seed = seeds[-1] + i # Increment the last seed for additional latents
|
seed = seeds[-1] + i # Increment the last seed for additional latents
|
||||||
|
|
||||||
#else: maybe add this add a toggle or dropdown?
|
#else: maybe add this add a toggle or dropdown?
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user