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
a5edb981
"git@developer.sourcefind.cn:OpenDAS/fairseq.git" did not exist on "fe2d1581a4360e19d90d6ab8cbf3d9dd2556b2b1"
Commit
a5edb981
authored
Dec 19, 2022
by
anton-
Browse files
[Patch] Return import for the unclip pipeline loader
parent
54796b7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/diffusers/pipelines/unclip/__init__.py
src/diffusers/pipelines/unclip/__init__.py
+1
-0
No files found.
src/diffusers/pipelines/unclip/__init__.py
View file @
a5edb981
...
@@ -13,3 +13,4 @@ except OptionalDependencyNotAvailable:
...
@@ -13,3 +13,4 @@ except OptionalDependencyNotAvailable:
from
...utils.dummy_torch_and_transformers_objects
import
UnCLIPPipeline
from
...utils.dummy_torch_and_transformers_objects
import
UnCLIPPipeline
else
:
else
:
from
.pipeline_unclip
import
UnCLIPPipeline
from
.pipeline_unclip
import
UnCLIPPipeline
from
.text_proj
import
UnCLIPTextProjModel
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