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
chenpangpang
ComfyUI
Commits
19415c3a
Commit
19415c3a
authored
Mar 07, 2023
by
comfyanonymous
Browse files
Relative imports to test something.
parent
0a0c769d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
comfy/sd.py
comfy/sd.py
+2
-2
No files found.
comfy/sd.py
View file @
19415c3a
...
@@ -4,8 +4,8 @@ import contextlib
...
@@ -4,8 +4,8 @@ import contextlib
import
sd1_clip
import
sd1_clip
import
sd2_clip
import
sd2_clip
import
model_management
import
model_management
from
ldm.util
import
instantiate_from_config
from
.
ldm.util
import
instantiate_from_config
from
ldm.models.autoencoder
import
AutoencoderKL
from
.
ldm.models.autoencoder
import
AutoencoderKL
from
omegaconf
import
OmegaConf
from
omegaconf
import
OmegaConf
from
.cldm
import
cldm
from
.cldm
import
cldm
from
.t2i_adapter
import
adapter
from
.t2i_adapter
import
adapter
...
...
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