Skip to content

Commit

Permalink
Update src/diffusers/pipelines/flux/pipeline_flux_fill.py
Browse files Browse the repository at this point in the history
Co-authored-by: hlky <[email protected]>
  • Loading branch information
Suprhimp and hlky authored Jan 17, 2025
1 parent 14c452a commit a7e1501
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/diffusers/pipelines/flux/pipeline_flux_fill.py
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,6 @@ def __call__(
if masked_image_latents is not None:
masked_image_latents = masked_image_latents.to(latents.device)
else:
# image = self.image_processor.preprocess(image, height=height, width=width)
mask_image = self.mask_processor.preprocess(mask_image, height=height, width=width)

masked_image = init_image * (1 - mask_image)
Expand Down

0 comments on commit a7e1501

Please sign in to comment.