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

Fixed typo

This commit is contained in:
Yurii Mazurevich
2023-03-24 19:39:55 +02:00
parent 4b943d2b60
commit fc71e7ea08

View File

@@ -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