1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

[Patch] Return import for the unclip pipeline loader

This commit is contained in:
anton-
2022-12-19 17:56:42 +01:00
parent 54796b7e43
commit a5edb981a7

View File

@@ -13,3 +13,4 @@ except OptionalDependencyNotAvailable:
from ...utils.dummy_torch_and_transformers_objects import UnCLIPPipeline
else:
from .pipeline_unclip import UnCLIPPipeline
from .text_proj import UnCLIPTextProjModel