-
Notifications
You must be signed in to change notification settings - Fork 6k
community controlnet inpainting pipelines #2561
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
community controlnet inpainting pipelines #2561
Conversation
The documentation is not available anymore as the PR was closed or merged. |
68d0a2d
to
cc72daa
Compare
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!
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! I made a comment about citing the original authors.
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.
awesome!
* community controlnet inpainting pipelines * add community member attribution re: @pcuenca
* community controlnet inpainting pipelines * add community member attribution re: @pcuenca
Hi, happy to see your great work! but can you tell me what's the different with inpainting + image variation |
And will the inpaint pipe support the 'MultiControlNetModel' in pipeline_stable_diffusion_controlnetand and stable_diffusion_controlnet_img2img ? |
@williamberman @yiyixuxu I wonder whether controlnet is popular enough to actually move those two pipelines into src/diffusers |
I am using the controlnet+inpainting+img2img extensively, and would love to see it moved into being officially supported. I would like to see all the recent Lora updates from the other pipelines worked into controlnet+img2img+inpaint. |
Hey @RustyKettle, We've merged exactly this PR a couple of days ago: #3533 |
It looks like it is just the inpaint pipeline. I cannot find the combination inpaint/img2img pipeline. Is this something that is planned? I'm using a version I dug up on google, but it would be great if it was officially supported with Loras. It would simplify my project significantly if I can figure this out. |
* community controlnet inpainting pipelines * add community member attribution re: @pcuenca
These are community controlnet pipelines inspired by https://github.com/haofanwang/ControlNet-for-Diffusers/
They are not exhaustively tested but I ran through a few examples manually and they seem to work ok. Please note that they will not be officially supported. Feel free to open issues and I can get to them when I have time but they won't be prioritized.
I do not know how sound the img2img pipeline is. I haven't thought too hard about if noising the encoded latents as such + using the additional controlnet conditioning works as intended.
note that community pipelines can also be loaded as such https://huggingface.co/docs/diffusers/v0.14.0/en/using-diffusers/custom_pipeline_overview#loading-official-community-pipelines
inpainting
inpainting + image variation
cc @Suhail @haofanwang