Skip to content

Conversation

@sqhuang
Copy link
Contributor

@sqhuang sqhuang commented Nov 23, 2025

What does this PR do?

Fixes variable naming typos in the community pipeline FluxControlNetFillInpaintPipeline.

Changes

  • Fixed variable naming typos to improve code readability:
    • maskkkmask_fill
    • mask_imageemask_image_fill
    • masked_imageemasked_image_fill
    • masked_image_latentsssmasked_latents_fill

Impact

These changes improve code readability without affecting functionality. All modifications are limited to the community pipeline.

Before submitting

  • This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
  • Did you read the contributor guideline?
  • Did you read our philosophy doc (important for complex PRs)?
  • Was this discussed/approved via a GitHub issue or the forum?
  • Did you make sure to update the documentation with your changes?
  • Did you write any new necessary tests?

Who can review?

@yiyixuxu @asomoza @DN6 @stevhliu @patil-suraj @takuma104 @anton-l - Simple variable naming typo fixes in community pipeline.

- Fixed variable naming typos (maskkk -> mask_fill, mask_imagee -> mask_image_fill, masked_imagee -> masked_image_fill, masked_image_latentsss -> masked_latents_fill)

These changes improve code readability without affecting functionality.
Copy link
Member

@stevhliu stevhliu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

@HuggingFaceDocBuilderDev

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

@stevhliu stevhliu merged commit dde8754 into huggingface:main Nov 24, 2025
29 of 33 checks passed
@sqhuang sqhuang deleted the fix-community-pipeline-code-quality branch November 25, 2025 01:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants