We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da31075 commit f17fae6Copy full SHA for f17fae6
src/diffusers/pipelines/unclip/__init__.py
@@ -10,7 +10,7 @@
10
if not (is_transformers_available() and is_torch_available() and is_transformers_version(">=", "4.25.0")):
11
raise OptionalDependencyNotAvailable()
12
except OptionalDependencyNotAvailable:
13
- from ...utils.dummy_torch_and_transformers_objects import UnCLIPPipeline
+ from ...utils.dummy_torch_and_transformers_objects import UnCLIPImageVariationPipeline, UnCLIPPipeline
14
else:
15
from .pipeline_unclip import UnCLIPPipeline
16
from .pipeline_unclip_image_variation import UnCLIPImageVariationPipeline
0 commit comments