Skip to content

Commit

Permalink
Add StableDiffusion3InpaintPipeline to AutoPipelineForInpainting
Browse files Browse the repository at this point in the history
  • Loading branch information
Skquark committed Jul 10, 2024
1 parent bc01c0e commit 9640e76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/diffusers/pipelines/auto_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
)
from .stable_diffusion_3 import (
StableDiffusion3Img2ImgPipeline,
StableDiffusion3InpaintPipeline,
StableDiffusion3Pipeline,
)
from .stable_diffusion_xl import (
Expand Down Expand Up @@ -115,6 +116,7 @@
[
("stable-diffusion", StableDiffusionInpaintPipeline),
("stable-diffusion-xl", StableDiffusionXLInpaintPipeline),
("stable-diffusion-3", StableDiffusion3InpaintPipeline),
("if", IFInpaintingPipeline),
("kandinsky", KandinskyInpaintCombinedPipeline),
("kandinsky22", KandinskyV22InpaintCombinedPipeline),
Expand Down

0 comments on commit 9640e76

Please sign in to comment.