Skip to content

Controlnet 1.1 Shuffle should only be used on CFG side, even when not in guess mode #3251

Closed
@hafriedlander

Description

@hafriedlander

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingstaleIssues that haven't received updates

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions