Fixed typo

This commit is contained in:
Yurii Mazurevich 2023-03-24 19:39:55 +02:00
parent b9b8b1893d
commit 1206cb3386

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