huggingface / diffusers

🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch and FLAX.
https://huggingface.co/docs/diffusers
Apache License 2.0
26.38k stars 5.43k forks source link

Support ControlNetPlus Union if not already supported #9772

Open jloveric opened 1 month ago

jloveric commented 1 month ago

It's not clear if ControlNetPlus is already supported by diffusers https://github.com/xinsir6/ControlNetPlus/tree/main/pipeline which consists of union controlnet for SDXL. This model seems to support the only SDXL segmentation that I'm aware of. If not already supported, it should be!

https://github.com/xinsir6/ControlNetPlus/tree/main

yiyixuxu commented 1 month ago

hi @jloveric yes it is on our list I've been wanting on work on this but couldn't find time. So open this up to community in the mean time! let me know if you are interested in helping us too

hlky commented 1 month ago

I can take this, WIP PR is linked.

souvikg544 commented 1 month ago

Hello ! Can I be a part of this as well? I have a good amount of experience on Difussion and have been starting out with contributing on Hugging Face.

hlky commented 1 month ago

@souvikg544 the PR is finished already, just waiting on reviews.

oxysoft commented 1 day ago

Update?