Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
2ac9b026
"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "1328aeb274610f492c10a246ffba0bc4de8f689b"
Commit
2ac9b026
authored
Jun 29, 2022
by
patil-suraj
Browse files
remove AutoencoderKL from pipe __init__
parent
17e5b492
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/diffusers/pipelines/latent_diffusion/__init__.py
src/diffusers/pipelines/latent_diffusion/__init__.py
+1
-1
No files found.
src/diffusers/pipelines/latent_diffusion/__init__.py
View file @
2ac9b026
...
@@ -2,4 +2,4 @@ from ...utils import is_transformers_available
...
@@ -2,4 +2,4 @@ from ...utils import is_transformers_available
if
is_transformers_available
():
if
is_transformers_available
():
from
.pipeline_latent_diffusion
import
AutoencoderKL
,
LatentDiffusionPipeline
,
LDMBertModel
from
.pipeline_latent_diffusion
import
LatentDiffusionPipeline
,
LDMBertModel
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment