Skip to content

Commit a7e1501

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/diffusers/pipelines/flux/pipeline_flux_fill.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,6 @@ def __call__(
952952
if masked_image_latents is not None:
953953
masked_image_latents = masked_image_latents.to(latents.device)
954954
else:
955-
# image = self.image_processor.preprocess(image, height=height, width=width)
956955
mask_image = self.mask_processor.preprocess(mask_image, height=height, width=width)
957956

958957
masked_image = init_image * (1 - mask_image)

0 commit comments

Comments
 (0)