Skip to content

Commit

Permalink
[Patch] Return import for the unclip pipeline loader
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-l committed Dec 19, 2022
1 parent 54796b7 commit a5edb98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/diffusers/pipelines/unclip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
from ...utils.dummy_torch_and_transformers_objects import UnCLIPPipeline
else:
from .pipeline_unclip import UnCLIPPipeline
from .text_proj import UnCLIPTextProjModel

0 comments on commit a5edb98

Please sign in to comment.