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
367 stars 16 forks source link

How to implement Equation 7 in your paper with diffusers? Thanks in advance. #6

Closed CXNing closed 2 months ago

liming-ai commented 3 months ago

No description provided.

Thanks for your question. Please wait for us to release the training code, which is expected to be at the end of this month or early June.

BJQ123456 commented 3 months ago

Great work! I would like to ask why the input for the predicted noise in Equation 7 is ๐‘กโˆ’1 instead of ๐‘ก ? Looking forward to your response, thank you.

liming-ai commented 2 months ago

Hi @CXNing @BJQ123456 Now we have released the training, evaluation code. Please refer to the implementation.