"docs/source/vscode:/vscode.git/clone" did not exist on "8aac1f99d7af5873db7d23c07fba370d0f5061a6"
Commit a5edb981 authored by anton-'s avatar anton-
Browse files

[Patch] Return import for the unclip pipeline loader

parent 54796b7e
...@@ -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
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