mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 14:14:18 +01:00
fix: remove wrongly added extra args
This commit is contained in:
parent
de3a9e0484
commit
df5ee10eba
|
|
@ -29,7 +29,7 @@ services:
|
|||
build: ./services/AUTOMATIC1111
|
||||
image: sd-auto:19
|
||||
environment:
|
||||
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api --cors-allow-origins=https://www.painthua.com
|
||||
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access
|
||||
|
||||
auto-cpu:
|
||||
<<: *automatic
|
||||
|
|
|
|||
Loading…
Reference in a new issue