Skip to content

Commit 81c354d

Browse files
authored
Add PRXPipeline in AUTO_TEXT2IMAGE_PIPELINES_MAPPING (#13257)
1 parent 0a2c26d commit 81c354d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/diffusers/pipelines/auto_pipeline.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
StableDiffusionXLPAGPipeline,
9696
)
9797
from .pixart_alpha import PixArtAlphaPipeline, PixArtSigmaPipeline
98+
from .prx import PRXPipeline
9899
from .qwenimage import (
99100
QwenImageControlNetPipeline,
100101
QwenImageEditInpaintPipeline,
@@ -185,6 +186,7 @@
185186
("z-image-controlnet-inpaint", ZImageControlNetInpaintPipeline),
186187
("z-image-omni", ZImageOmniPipeline),
187188
("ovis", OvisImagePipeline),
189+
("prx", PRXPipeline),
188190
]
189191
)
190192

0 commit comments

Comments
 (0)