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

This commit is contained in:
comfyanonymous 2024-06-01 12:47:31 -04:00
parent e2c585f3be
commit b249862080
2 changed files with 2 additions and 2 deletions

3
.gitignore vendored
View File

@ -15,5 +15,4 @@ venv/
!/web/extensions/logging.js.example
!/web/extensions/core/
/tests-ui/data/object_info.json
/user/
comfyui*.log
/user/

View File

@ -879,6 +879,7 @@ def unload_all_models():
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
#TODO: might be cleaner to put this somewhere else