mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 06:04:24 +01:00
Update docker-compose.yml
This commit is contained in:
parent
dcd1994803
commit
eaefbe42aa
|
|
@ -27,9 +27,9 @@ services:
|
|||
<<: *base_service
|
||||
profiles: ["auto"]
|
||||
build: ./services/AUTOMATIC1111
|
||||
image: sd-auto:78
|
||||
image: sd-auto:79
|
||||
environment:
|
||||
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api
|
||||
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api --administrator --no-progressbar-hiding --allow-code --opt-sdp-attention --opt-split-attention --no-half-vae
|
||||
|
||||
auto-cpu:
|
||||
<<: *automatic
|
||||
|
|
|
|||
Loading…
Reference in a new issue