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
chenpangpang
diffusers
Commits
67f5cce2
Unverified
Commit
67f5cce2
authored
Aug 19, 2024
by
YiYi Xu
Committed by
GitHub
Aug 19, 2024
Browse files
fix autopipeline for kolors img2img (#9212)
fix
parent
d72bbc68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/diffusers/pipelines/auto_pipeline.py
src/diffusers/pipelines/auto_pipeline.py
+2
-2
No files found.
src/diffusers/pipelines/auto_pipeline.py
View file @
67f5cce2
...
...
@@ -163,12 +163,12 @@ _AUTO_INPAINT_DECODER_PIPELINES_MAPPING = OrderedDict(
)
if
is_sentencepiece_available
():
from
.kolors
import
KolorsPipeline
from
.kolors
import
KolorsImg2ImgPipeline
,
KolorsPipeline
from
.pag
import
KolorsPAGPipeline
AUTO_TEXT2IMAGE_PIPELINES_MAPPING
[
"kolors"
]
=
KolorsPipeline
AUTO_TEXT2IMAGE_PIPELINES_MAPPING
[
"kolors-pag"
]
=
KolorsPAGPipeline
AUTO_IMAGE2IMAGE_PIPELINES_MAPPING
[
"kolors"
]
=
KolorsPipeline
AUTO_IMAGE2IMAGE_PIPELINES_MAPPING
[
"kolors"
]
=
Kolors
Img2Img
Pipeline
SUPPORTED_TASKS_MAPPINGS
=
[
AUTO_TEXT2IMAGE_PIPELINES_MAPPING
,
...
...
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