Skip to content

Commit

Permalink
[fix] change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Suprhimp committed Jan 17, 2025
1 parent 5d6b78c commit 3a1ea2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diffusers/pipelines/flux/pipeline_flux_fill.py
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ def __call__(
latents,
)

# 5. Prepare mask and masked image latents
# 6. Prepare mask and masked image latents
if masked_image_latents is not None:
masked_image_latents = masked_image_latents.to(latents.device)
else:
Expand Down

0 comments on commit 3a1ea2e

Please sign in to comment.