Skip to content
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

Open
woshiodoman opened this issue Jun 15, 2024 · 7 comments

Comments

@woshiodoman
Copy link

Can StableDiffusionBrushNetPipeline be connected to the openpose ControlNet like the StableDiffusionControlNetPipeline? Cause I want to maintain the original image's pose while using BrushNet.

@MasaiahHan
Copy link

Hi, I have already implement brushnet with comtrolnet pipeline, just need to modify either brushnetpipline or controller pipeline!

@woshiodoman
Copy link
Author

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?

@MasaiahHan
Copy link

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.

@xduzhangjiayu
Copy link

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,
After you combining SD + BrushNet + ControlNet, i am curious that the performance is still good? Have you tried it?
Appreciate for the reply!

@TianyangHan
Copy link

us that the performance is still good? Have

The performance is great as long as you implement it properly.

@xduzhangjiayu
Copy link

us that the performance is still good? Have

The performance is great as long as you implement it properly.

Thanks! Is there the open source code for this (BrushNet + ControlNet) in github?

@henbucuoshanghai
Copy link

no

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants