Skip to content

Commit 25fa97c

Browse files
Suprhimphlky
andauthored
Update src/diffusers/pipelines/flux/pipeline_flux_fill.py
Co-authored-by: hlky <[email protected]>
1 parent cf60e52 commit 25fa97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/pipelines/flux/pipeline_flux_fill.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ def __call__(
933933
)
934934
latent_timestep = timesteps[:1].repeat(batch_size * num_images_per_prompt)
935935

936-
# 4. Prepare latent variables
936+
# 5. Prepare latent variables
937937
num_channels_latents = self.vae.config.latent_channels
938938
latents, noise, image_latents, latent_image_ids = self.prepare_latents(
939939
init_image,

0 commit comments

Comments
 (0)