-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Add QwenImage Inpainting and Img2Img pipeline #12117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! The PR looks super clean :) Just have some nits about # Copied from
convention we follow. Other than that, looks good to me
Could you also update the qwenimage.md in docs/
folder to reflect these pipelines:
## QwenImagePipeline |
@a-r-r-o-w I’ve finished updating |
What does this PR do?
This PR introduces support for the QwenImage model in both Inpainting and Img2Img tasks, expanding the model’s creative capabilities and integration within the Diffusers library.
1. Image to Image
Example code
Results at different strengths
2. Inpainting
Example code
Results at different strengths
Before submitting
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?