-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Performance Improve for Qwen Image Edit #12190
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
- update condition reshaping logic to improve editing performance
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. |
thanks! since
|
- remove _auto_resize
Sure, resolved in latest commit. |
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!
* fix(qwen-image-edit): - update condition reshaping logic to improve editing performance * fix(qwen-image-edit): - remove _auto_resize
This is an incorrect update. Picture consistency is lost again. |
Could you please share your img, prompt and your experiment setting? |
@gluttony-10 I noticed the two cases use different prompts, and the seeds are not the same—this could lead to different outputs. Also, are you using prompt enhancement? If possible, please share your input image, and I’ll run a local test for comparison. |
Sincere apology, it's a problem with the prompt words. Without tags that remain unchanged, there is a significant difference in consistency. |
We observe that conditioning resolution strongly influences the alignment of source and target images. This PR introduces a unified resize logic, resulting in significantly enhanced editing performance.
Please kindly give it a review.
cc @yiyixuxu @a-r-r-o-w @sayakpaul