Skip to content

Commit

Permalink
Add Pixart to AUTO_TEXT2IMAGE_PIPELINES_MAPPING (#5664)
Browse files Browse the repository at this point in the history
  • Loading branch information
Beinsezii authored Nov 7, 2023
1 parent 6460338 commit 9bafef3
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 @@ -43,6 +43,7 @@
KandinskyV22Pipeline,
)
from .latent_consistency_models import LatentConsistencyModelImg2ImgPipeline, LatentConsistencyModelPipeline
from .pixart_alpha import PixArtAlphaPipeline
from .stable_diffusion import (
StableDiffusionImg2ImgPipeline,
StableDiffusionInpaintPipeline,
Expand All @@ -67,6 +68,7 @@
("stable-diffusion-xl-controlnet", StableDiffusionXLControlNetPipeline),
("wuerstchen", WuerstchenCombinedPipeline),
("lcm", LatentConsistencyModelPipeline),
("pixart", PixArtAlphaPipeline),
]
)

Expand Down

0 comments on commit 9bafef3

Please sign in to comment.