Update model_management.py

This commit is contained in:
patientx 2025-06-14 13:27:49 +03:00 committed by GitHub
parent 8efd441de9
commit 8909c12ea9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ import sys
import platform import platform
import weakref import weakref
import gc import gc
import zluda import comfy.zluda
class VRAMState(Enum): class VRAMState(Enum):
DISABLED = 0 #No vram present: no need to move models to vram DISABLED = 0 #No vram present: no need to move models to vram