We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f92892c commit fa1faf7Copy full SHA for fa1faf7
pipelines/auto_pipeline.py
@@ -43,6 +43,7 @@
43
KandinskyV22Pipeline,
44
)
45
from .latent_consistency_models import LatentConsistencyModelImg2ImgPipeline, LatentConsistencyModelPipeline
46
+from .pixart_alpha import PixArtAlphaPipeline
47
from .stable_diffusion import (
48
StableDiffusionImg2ImgPipeline,
49
StableDiffusionInpaintPipeline,
@@ -67,6 +68,7 @@
67
68
("stable-diffusion-xl-controlnet", StableDiffusionXLControlNetPipeline),
69
("wuerstchen", WuerstchenCombinedPipeline),
70
("lcm", LatentConsistencyModelPipeline),
71
+ ("pixart", PixArtAlphaPipeline),
72
]
73
74
0 commit comments