"src/targets/gpu/vscode:/vscode.git/clone" did not exist on "3becd974ed6b662983d67789ee71561da1d4351b"
Commit e16ae92e authored by sihuangwlp's avatar sihuangwlp
Browse files

complate missing field AUTOMATIC1111_API_AUTH

parent d3160166
......@@ -123,6 +123,7 @@ async def update_config(form_data: ConfigUpdateForm, user=Depends(get_admin_user
class EngineUrlUpdateForm(BaseModel):
AUTOMATIC1111_BASE_URL: Optional[str] = None
AUTOMATIC1111_API_AUTH: Optional[str] = None
COMFYUI_BASE_URL: Optional[str] = None
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment