Skip to content

Adding support for ControlNet pipeline for img2img flows #2562

Closed
@mikegarts

Description

@mikegarts

It would be nice to achieve a somewhat feature parity with automatic1111 in terms using controlnet with img2img flows.
Current ControlNet pipeline doesn't allow an input source image (if I understand correctly the image parameter goes to controlnet as condition and not as src image for diffusion).

I think I might try and implement this myself, but wondering how this could be achieved best?

  • To add an optional src_image parameter to the ControlNet pipeline?
  • To create a separate file with ControlNetImg2Img?
  • Something else?

@takuma104 - since you implemented the StableDiffusionControlNetPipeline what are your thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions