Skip to content

Add in-painting pipeline for Stable Diffusion XL #4080

@DaveFerBear

Description

@DaveFerBear

Is your feature request related to a problem? Please describe.
SDXL is awesome- is there a plan to add an in-painting pipeline?

Describe the solution you'd like
There are several pipes in the stable diffusion repo for SD 1.5 and 2.1:

  • StableDiffusionPipeline
  • StableDiffusionImg2ImgPipeline
  • StableDiffusionInpaintPipeline
  • StableDiffusionInstructPix2PixPipeline
  • etc.

However for SDXL, there are only:

  • StableDiffusionXLPipeline
  • StableDiffusionXLImg2ImgPipeline

I'd love a StableDiffusionXLInpaintPipeline or StableDiffusionXLInpaintPipelineLegacy.

Describe alternatives you've considered
Would otherwise write my own, but wondering if any community members are already working on this.

Additional context
n/a

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions