Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
diffusers
Commits
9bafef34
Unverified
Commit
9bafef34
authored
Nov 06, 2023
by
Beinsezii
Committed by
GitHub
Nov 07, 2023
Browse files
Add Pixart to AUTO_TEXT2IMAGE_PIPELINES_MAPPING (#5664)
parent
64603389
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/diffusers/pipelines/auto_pipeline.py
src/diffusers/pipelines/auto_pipeline.py
+2
-0
No files found.
src/diffusers/pipelines/auto_pipeline.py
View file @
9bafef34
...
@@ -43,6 +43,7 @@ from .kandinsky2_2 import (
...
@@ -43,6 +43,7 @@ from .kandinsky2_2 import (
KandinskyV22Pipeline
,
KandinskyV22Pipeline
,
)
)
from
.latent_consistency_models
import
LatentConsistencyModelImg2ImgPipeline
,
LatentConsistencyModelPipeline
from
.latent_consistency_models
import
LatentConsistencyModelImg2ImgPipeline
,
LatentConsistencyModelPipeline
from
.pixart_alpha
import
PixArtAlphaPipeline
from
.stable_diffusion
import
(
from
.stable_diffusion
import
(
StableDiffusionImg2ImgPipeline
,
StableDiffusionImg2ImgPipeline
,
StableDiffusionInpaintPipeline
,
StableDiffusionInpaintPipeline
,
...
@@ -67,6 +68,7 @@ AUTO_TEXT2IMAGE_PIPELINES_MAPPING = OrderedDict(
...
@@ -67,6 +68,7 @@ AUTO_TEXT2IMAGE_PIPELINES_MAPPING = OrderedDict(
(
"stable-diffusion-xl-controlnet"
,
StableDiffusionXLControlNetPipeline
),
(
"stable-diffusion-xl-controlnet"
,
StableDiffusionXLControlNetPipeline
),
(
"wuerstchen"
,
WuerstchenCombinedPipeline
),
(
"wuerstchen"
,
WuerstchenCombinedPipeline
),
(
"lcm"
,
LatentConsistencyModelPipeline
),
(
"lcm"
,
LatentConsistencyModelPipeline
),
(
"pixart"
,
PixArtAlphaPipeline
),
]
]
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment