"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "7392c8ff5a2a3ea2b059a9e1fdc5164759844976"
Commit ca9f7ac2 authored by Patrick von Platen's avatar Patrick von Platen
Browse files

fix import glide

parent 3d335f83
...@@ -5,8 +5,7 @@ from .pipeline_ddpm import DDPM ...@@ -5,8 +5,7 @@ from .pipeline_ddpm import DDPM
try: try:
from .pipeline_glide import GLIDE from .pipeline_glide import GLIDE
except ImportError: except (NameError, ImportError):
class GLIDE: class GLIDE:
pass pass
......
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