community controlnet inpainting pipelines#2561
Conversation
68d0a2d to
cc72daa
Compare
pcuenca
left a comment
There was a problem hiding this comment.
Thanks! I made a comment about citing the original authors.
* 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 |
* 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