diff --git a/comfy/model_management.py b/comfy/model_management.py index 949d21dbd..8c2aa5179 100644 --- a/comfy/model_management.py +++ b/comfy/model_management.py @@ -26,6 +26,7 @@ import importlib import platform import weakref import gc +import os class VRAMState(Enum): DISABLED = 0 #No vram present: no need to move models to vram