Skip to content

Commit

Permalink
Add Lumina T2I Auto Pipe Mapping (huggingface#8962)
Browse files Browse the repository at this point in the history
  • Loading branch information
Beinsezii authored Aug 17, 2024
1 parent cba548d commit b382550
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/diffusers/pipelines/auto_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
)
from .kandinsky3 import Kandinsky3Img2ImgPipeline, Kandinsky3Pipeline
from .latent_consistency_models import LatentConsistencyModelImg2ImgPipeline, LatentConsistencyModelPipeline
from .lumina import LuminaText2ImgPipeline
from .pag import (
HunyuanDiTPAGPipeline,
PixArtSigmaPAGPipeline,
Expand Down Expand Up @@ -106,6 +107,7 @@
("pixart-sigma-pag", PixArtSigmaPAGPipeline),
("auraflow", AuraFlowPipeline),
("flux", FluxPipeline),
("lumina", LuminaText2ImgPipeline),
]
)

Expand Down

0 comments on commit b382550

Please sign in to comment.