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
b3825500
Unverified
Commit
b3825500
authored
Aug 17, 2024
by
Beinsezii
Committed by
GitHub
Aug 16, 2024
Browse files
Add Lumina T2I Auto Pipe Mapping (#8962)
parent
cba548d8
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 @
b3825500
...
...
@@ -49,6 +49,7 @@ from .kandinsky2_2 import (
)
from
.kandinsky3
import
Kandinsky3Img2ImgPipeline
,
Kandinsky3Pipeline
from
.latent_consistency_models
import
LatentConsistencyModelImg2ImgPipeline
,
LatentConsistencyModelPipeline
from
.lumina
import
LuminaText2ImgPipeline
from
.pag
import
(
HunyuanDiTPAGPipeline
,
PixArtSigmaPAGPipeline
,
...
...
@@ -106,6 +107,7 @@ AUTO_TEXT2IMAGE_PIPELINES_MAPPING = OrderedDict(
(
"pixart-sigma-pag"
,
PixArtSigmaPAGPipeline
),
(
"auraflow"
,
AuraFlowPipeline
),
(
"flux"
,
FluxPipeline
),
(
"lumina"
,
LuminaText2ImgPipeline
),
]
)
...
...
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