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
b2498620
Commit
b2498620
authored
Jun 01, 2024
by
comfyanonymous
Browse files
Add an annoying print to a function I want to remove.
parent
e2c585f3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.gitignore
.gitignore
+1
-2
comfy/model_management.py
comfy/model_management.py
+1
-0
No files found.
.gitignore
View file @
b2498620
...
@@ -16,4 +16,3 @@ venv/
...
@@ -16,4 +16,3 @@ venv/
!/web/extensions/core/
!/web/extensions/core/
/tests-ui/data/object_info.json
/tests-ui/data/object_info.json
/user/
/user/
comfyui*.log
comfy/model_management.py
View file @
b2498620
...
@@ -879,6 +879,7 @@ def unload_all_models():
...
@@ -879,6 +879,7 @@ def unload_all_models():
def
resolve_lowvram_weight
(
weight
,
model
,
key
):
#TODO: remove
def
resolve_lowvram_weight
(
weight
,
model
,
key
):
#TODO: remove
print
(
"WARNING: The comfy.model_management.resolve_lowvram_weight function will be removed soon, please stop using it."
)
return
weight
return
weight
#TODO: might be cleaner to put this somewhere else
#TODO: might be cleaner to put this somewhere else
...
...
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