From fc71e7ea08db1f41eaac0409814b25bfbf37da88 Mon Sep 17 00:00:00 2001 From: Yurii Mazurevich Date: Fri, 24 Mar 2023 19:39:55 +0200 Subject: [PATCH] Fixed typo --- 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 db774e49..dfeef81a 100644 --- a/comfy/model_management.py +++ b/comfy/model_management.py @@ -4,7 +4,7 @@ NO_VRAM = 1 LOW_VRAM = 2 NORMAL_VRAM = 3 HIGH_VRAM = 4 -MPS = 4 +MPS = 5 accelerate_enabled = False vram_state = NORMAL_VRAM