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
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:
StableDiffusionPipelineStableDiffusionImg2ImgPipelineStableDiffusionInpaintPipelineStableDiffusionInstructPix2PixPipelineHowever for SDXL, there are only:
StableDiffusionXLPipelineStableDiffusionXLImg2ImgPipelineI'd love a
StableDiffusionXLInpaintPipelineorStableDiffusionXLInpaintPipelineLegacy.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