浏览代码

Merge pull request #6520 from turbra/main

fix: automatic1111 typo
Timothy Jaeryang Baek 6 月之前
父节点
当前提交
46b2505fbd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      backend/open_webui/config.py

+ 1 - 1
backend/open_webui/config.py

@@ -1281,7 +1281,7 @@ AUTOMATIC1111_CFG_SCALE = PersistentConfig(
 
 
 
 
 AUTOMATIC1111_SAMPLER = PersistentConfig(
 AUTOMATIC1111_SAMPLER = PersistentConfig(
-    "AUTOMATIC1111_SAMPLERE",
+    "AUTOMATIC1111_SAMPLER",
     "image_generation.automatic1111.sampler",
     "image_generation.automatic1111.sampler",
     (
     (
         os.environ.get("AUTOMATIC1111_SAMPLER")
         os.environ.get("AUTOMATIC1111_SAMPLER")