From 8909c12ea9b25f6f535d5f8e48493cda144bcdb9 Mon Sep 17 00:00:00 2001 From: patientx Date: Sat, 14 Jun 2025 13:27:49 +0300 Subject: [PATCH] Update model_management.py --- comfy/model_management.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy/model_management.py b/comfy/model_management.py index 35c3bd787..31511f07d 100644 --- a/comfy/model_management.py +++ b/comfy/model_management.py @@ -25,7 +25,7 @@ import sys import platform import weakref import gc -import zluda +import comfy.zluda class VRAMState(Enum): DISABLED = 0 #No vram present: no need to move models to vram