-
Notifications
You must be signed in to change notification settings - Fork 17
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
Question about why getting blank image when using flux ControlNet. #20
Comments
It seems that the current library uses the diffusers version 0.30.3 which doesn't support the controlnet model. So we should upgrade the code so that we can make it work when running the controlnet model. Correct me if I'm wrong. |
We do not have native support for ControlNet for now. We will try to support it in our next release. |
I've made a pull request trying to make nunchaku support controlnet. Any guide on how to make it work? I think if we can make FluxModel.cpp accept two parameters: controlnet_block_samples and controlnet_single_block_samples. Then everything will be just fine. Don't know how to debug the problem. Any help?@lmxyy @sxtyzhangzk @synxlin |
Thanks for your PR. I will take a deep look at it next week. Have a good weekend! |
Thank you for your time. |
Hello! Is there any progress now? If you can provide some ideas for debugging, I will be happy to help speed up the progress. @lmxyy |
I am occupied these two days. Hopefully, I can review your PR this Friday. |
generate image code detail
When I don't use flux ControlNet, everything is just fine. And the generation is pretty fast.
However, when I use flux ControlNet, I only get a blank image. Nothing throws errors.
generate image using controlnet code detail
Any help ?
The text was updated successfully, but these errors were encountered: