"docs/vscode:/vscode.git/clone" did not exist on "7aad8d1854010de2cdfd057524d44fe538b160e1"
Unverified Commit f17fae64 authored by Anton Lozhkov's avatar Anton Lozhkov Committed by GitHub
Browse files

Add UnCLIPImageVariationPipeline to dummy imports (#1897)

* Add UnCLIPImageVariationPipeline to dummy imports

* style
parent da310757
......@@ -10,7 +10,7 @@ try:
if not (is_transformers_available() and is_torch_available() and is_transformers_version(">=", "4.25.0")):
raise OptionalDependencyNotAvailable()
except OptionalDependencyNotAvailable:
from ...utils.dummy_torch_and_transformers_objects import UnCLIPPipeline
from ...utils.dummy_torch_and_transformers_objects import UnCLIPImageVariationPipeline, UnCLIPPipeline
else:
from .pipeline_unclip import UnCLIPPipeline
from .pipeline_unclip_image_variation import UnCLIPImageVariationPipeline
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment