We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54796b7 commit a5edb98Copy full SHA for a5edb98
src/diffusers/pipelines/unclip/__init__.py
@@ -13,3 +13,4 @@
13
from ...utils.dummy_torch_and_transformers_objects import UnCLIPPipeline
14
else:
15
from .pipeline_unclip import UnCLIPPipeline
16
+ from .text_proj import UnCLIPTextProjModel
0 commit comments