Skip to content

Commit 3a1ea2e

Browse files
committed
[fix] change comment
1 parent 5d6b78c commit 3a1ea2e

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
@@ -943,7 +943,7 @@ def __call__(
943943
latents,
944944
)
945945

946-
# 5. Prepare mask and masked image latents
946+
# 6. Prepare mask and masked image latents
947947
if masked_image_latents is not None:
948948
masked_image_latents = masked_image_latents.to(latents.device)
949949
else:

0 commit comments

Comments
 (0)