Closed
Description
Describe the bug
Most ControlNet models should run on both conditional and unconditional sides, except in guess mode where they only run on the conditional side.
Controlnet 1.1 Shuffle model should only run on the conditional side all the time, whether in guess mode or not. It looks like the current controlnet pipeline doesn't handle that.
Reproduction
Original code:
https://github.com/lllyasviel/ControlNet-v1-1-nightly/blob/main/gradio_shuffle.py#L52
(compare to https://github.com/lllyasviel/ControlNet-v1-1-nightly/blob/main/gradio_seg.py#L67)
and note at bottom of https://github.com/lllyasviel/ControlNet-v1-1-nightly#controlnet-11-shuffle
Logs
No response
System Info
All systems, Diffusers 0.16.0