From 572526c1bb183c443b8fba97b009d2b8a37c8a51 Mon Sep 17 00:00:00 2001 From: turbra <52045281+turbra@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:02:18 -0400 Subject: [PATCH] Update config.py --- backend/open_webui/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/open_webui/config.py b/backend/open_webui/config.py index 9d1bd72d8..7b685dbb4 100644 --- a/backend/open_webui/config.py +++ b/backend/open_webui/config.py @@ -1279,7 +1279,7 @@ AUTOMATIC1111_CFG_SCALE = PersistentConfig( AUTOMATIC1111_SAMPLER = PersistentConfig( - "AUTOMATIC1111_SAMPLERE", + "AUTOMATIC1111_SAMPLER", "image_generation.automatic1111.sampler", ( os.environ.get("AUTOMATIC1111_SAMPLER")