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
renzhc
diffusers_dcu
Commits
7f51f286
Unverified
Commit
7f51f286
authored
Jun 12, 2024
by
Beinsezii
Committed by
GitHub
Jun 12, 2024
Browse files
Add Hunyuan AutoPipe mapping (#8505)
parent
829f6def
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 @
7f51f286
...
...
@@ -27,6 +27,7 @@ from .controlnet import (
StableDiffusionXLControlNetPipeline
,
)
from
.deepfloyd_if
import
IFImg2ImgPipeline
,
IFInpaintingPipeline
,
IFPipeline
from
.hunyuandit
import
HunyuanDiTPipeline
from
.kandinsky
import
(
KandinskyCombinedPipeline
,
KandinskyImg2ImgCombinedPipeline
,
...
...
@@ -70,6 +71,7 @@ AUTO_TEXT2IMAGE_PIPELINES_MAPPING = OrderedDict(
(
"stable-diffusion-xl"
,
StableDiffusionXLPipeline
),
(
"stable-diffusion-3"
,
StableDiffusion3Pipeline
),
(
"if"
,
IFPipeline
),
(
"hunyuan"
,
HunyuanDiTPipeline
),
(
"kandinsky"
,
KandinskyCombinedPipeline
),
(
"kandinsky22"
,
KandinskyV22CombinedPipeline
),
(
"kandinsky3"
,
Kandinsky3Pipeline
),
...
...
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