liming-ai / ControlNet_Plus_Plus

Official PyTorch implementation of ECCV 2024 Paper: ControlNet++: Improving Conditional Controls with Efficient Consistency Feedback.
https://liming-ai.github.io/ControlNet_Plus_Plus
Apache License 2.0
412 stars 18 forks source link

Multi-condition #13

Open Zhangwenyao1 opened 3 weeks ago

Zhangwenyao1 commented 3 weeks ago

Thanks for your great work? And I want to know if it support the multi-condition ?

liming-ai commented 2 weeks ago

Thanks for your great work? And I want to know if it support the multi-condition ?

Hi @Zhangwenyao1. Thank you for your question. Our ControlNet++ and ControlNet network structures are exactly the same, only the model parameters are different. Therefore, we are fully compatible with ControlNet and I believe it supports MultiControlNet. Please refer to the sd-webui for more details