mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
refac/fix: automatic1111 params
This commit is contained in:
@@ -3184,10 +3184,9 @@ try:
|
||||
except json.JSONDecodeError:
|
||||
automatic1111_params = {}
|
||||
|
||||
|
||||
AUTOMATIC1111_PARAMS = PersistentConfig(
|
||||
"AUTOMATIC1111_PARAMS",
|
||||
"image_generation.automatic1111.api_auth",
|
||||
"image_generation.automatic1111.api_params",
|
||||
automatic1111_params,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user