-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
flux controlnet control_guidance_start and control_guidance_end implement #9571
flux controlnet control_guidance_start and control_guidance_end implement #9571
Conversation
thanks a lot, @simbrams can you give this a test and see if it improves your use case? |
Thanks a lot @ighoshsubho !
I wil be trying it soon, will let you know about the results ASAP. |
@asomoza can you give this a review? |
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.
LGTM overall, thanks a lot, left a couple of comments
any chance to get this merged? |
@simbrams this just confirms what I was thinking and saw, Flux right now is not a good solution for inpainting, maybe it will get better with time but the model since it's distilled and very forceful aesthetic might be a problem with realistic photo inpainting. You have a very little margin to work with it and it takes a long time to be able to experiment with it and even more to train a decent controlnet. Maybe you can try with the recent "undistilled" models? I think there's five of them right now, they will take more time for inference since they have CFG but probably will yield better results. |
Indeed you were right ! I will try with undistilled models and see how it goes :) thanks for the tip! UPDATE: |
oh I forgot about it, they need the CFG so they probably only work with the community pipeline and currently we don't have a controlnet pipeline for Flux with CFG. You can open an issue about and we can discuss it there, I'll merge this PR now. |
Thanks a lot @ighoshsubho, the failing test is unrelated. |
…ment (huggingface#9571) * flux controlnet control_guidance_start and control_guidance_end implement * minor fix - added docstrings, consistent controlnet scale flux and SD3
…ment (#9571) * flux controlnet control_guidance_start and control_guidance_end implement * minor fix - added docstrings, consistent controlnet scale flux and SD3
What does this PR do?
Fixes #9555
Before submitting
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.
@yiyixuxu