mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 06:04:24 +01:00
Update docker-compose.yml
Added restart policy and half-vae parameter
This commit is contained in:
parent
4f3f069a5e
commit
46af30bec8
|
|
@ -29,8 +29,9 @@ services:
|
|||
profiles: ["auto"]
|
||||
build: ./services/AUTOMATIC1111
|
||||
image: sd-auto:51
|
||||
restart: always
|
||||
environment:
|
||||
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api
|
||||
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api --no-half-vae
|
||||
|
||||
auto-cpu:
|
||||
<<: *automatic
|
||||
|
|
|
|||
Loading…
Reference in a new issue