Skip to content

Commit a5edb98

Browse files
committed
[Patch] Return import for the unclip pipeline loader
1 parent 54796b7 commit a5edb98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/diffusers/pipelines/unclip/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
from ...utils.dummy_torch_and_transformers_objects import UnCLIPPipeline
1414
else:
1515
from .pipeline_unclip import UnCLIPPipeline
16+
from .text_proj import UnCLIPTextProjModel

0 commit comments

Comments
 (0)