Skip to content

Commit d45ebb6

Browse files
Remove old unused function.
1 parent caa6476 commit d45ebb6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

comfy/model_management.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,10 +1128,6 @@ def unload_all_models():
11281128
free_memory(1e30, get_torch_device())
11291129

11301130

1131-
def resolve_lowvram_weight(weight, model, key): #TODO: remove
1132-
logging.warning("The comfy.model_management.resolve_lowvram_weight function will be removed soon, please stop using it.")
1133-
return weight
1134-
11351131
#TODO: might be cleaner to put this somewhere else
11361132
import threading
11371133

0 commit comments

Comments
 (0)