File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 45
45
)
46
46
from .kandinsky3 import Kandinsky3Img2ImgPipeline , Kandinsky3Pipeline
47
47
from .latent_consistency_models import LatentConsistencyModelImg2ImgPipeline , LatentConsistencyModelPipeline
48
- from .pixart_alpha import PixArtAlphaPipeline
48
+ from .pixart_alpha import PixArtAlphaPipeline , PixArtSigmaPipeline
49
49
from .stable_cascade import StableCascadeCombinedPipeline , StableCascadeDecoderPipeline
50
50
from .stable_diffusion import (
51
51
StableDiffusionImg2ImgPipeline ,
73
73
("wuerstchen" , WuerstchenCombinedPipeline ),
74
74
("cascade" , StableCascadeCombinedPipeline ),
75
75
("lcm" , LatentConsistencyModelPipeline ),
76
- ("pixart" , PixArtAlphaPipeline ),
76
+ ("pixart-alpha" , PixArtAlphaPipeline ),
77
+ ("pixart-sigma" , PixArtSigmaPipeline ),
77
78
]
78
79
)
79
80
You can’t perform that action at this time.
0 commit comments