-
Notifications
You must be signed in to change notification settings - Fork 121
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
Can StableDiffusionBrushNetPipeline be connected to the openpose ControlNet like the StableDiffusionControlNetPipeline? #48
Comments
Hi, I have already implement brushnet with comtrolnet pipeline, just need to modify either brushnetpipline or controller pipeline! |
Thank you very much for your reply. May I ask which part of the StableDiffusionBrushNetPipeline code you have modified? |
Actually StableDiffusionBrushNetPipeline is writing based on StableDiffusionControlNetPipeline, so you just need to add additional controlnet imag condition, processor, controlnet(forward) according to the StableDiffusionControlNetPipeline source code. |
Hi, |
The performance is great as long as you implement it properly. |
Thanks! Is there the open source code for this (BrushNet + ControlNet) in github? |
no |
Can StableDiffusionBrushNetPipeline be connected to the openpose ControlNet like the StableDiffusionControlNetPipeline? Cause I want to maintain the original image's pose while using BrushNet.
The text was updated successfully, but these errors were encountered: