-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Support ControlNet for Qwen-Image #12215
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
Conversation
src/diffusers/pipelines/qwenimage/pipeline_qwenimage_controlnet.py
Outdated
Show resolved
Hide resolved
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.
ohh, do we not support multi-controlnets use case?
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.
we can probably do something like this, and this way we don't need to something special for one union controlnet
@yiyixuxu Added support for multiple conditions. ruff check
has passed.
Excellent work @haofanwang ! did you try controlnet with Flux Kontext too?
@bot /style
Style bot fixed some files and pushed the changes.
HuggingFaceDocBuilderDev
commented
Aug 22, 2025
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.
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!
page https://huggingface.co/InstantX/Qwen-Image-ControlNet-Union returns 404 ?!
Will be released soon.
Uh oh!
There was an error while loading. Please reload this page.
What does this PR do?
Add ControlNet-Union (InstantX/Qwen-Image-ControlNet-Union) support for Qwen-Image.
Inference
Multi-Conditions
Sanity Check