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
5eeecf3f
"vscode:/vscode.git/clone" did not exist on "e02ec27e51751a28a4fa1e0d95537f824d523bbe"
Commit
5eeecf3f
authored
May 03, 2023
by
pythongosssss
Browse files
remove unused import
parent
8912623e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
comfy/sd.py
comfy/sd.py
+0
-1
comfy_extras/nodes_upscale_model.py
comfy_extras/nodes_upscale_model.py
+0
-1
No files found.
comfy/sd.py
View file @
5eeecf3f
import
torch
import
contextlib
import
copy
from
tqdm.auto
import
tqdm
import
sd1_clip
import
sd2_clip
...
...
comfy_extras/nodes_upscale_model.py
View file @
5eeecf3f
...
...
@@ -4,7 +4,6 @@ from comfy import model_management
import
torch
import
comfy.utils
import
folder_paths
from
tqdm.auto
import
tqdm
class
UpscaleModelLoader
:
@
classmethod
...
...
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