1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

Remove old unused function.

This commit is contained in:
comfyanonymous
2025-01-04 07:20:54 -05:00
parent caa6476a69
commit d45ebb63f6

View File

@@ -1128,10 +1128,6 @@ def unload_all_models():
free_memory(1e30, get_torch_device())
def resolve_lowvram_weight(weight, model, key): #TODO: remove
logging.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
import threading