Commit b2498620 authored by comfyanonymous's avatar comfyanonymous
Browse files

Add an annoying print to a function I want to remove.

parent e2c585f3
...@@ -15,5 +15,4 @@ venv/ ...@@ -15,5 +15,4 @@ venv/
!/web/extensions/logging.js.example !/web/extensions/logging.js.example
!/web/extensions/core/ !/web/extensions/core/
/tests-ui/data/object_info.json /tests-ui/data/object_info.json
/user/ /user/
comfyui*.log \ No newline at end of file
...@@ -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
......
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