Update docker-compose.yml

Added restart policy and half-vae parameter
This commit is contained in:
svupper 2023-04-22 21:20:19 +02:00 committed by GitHub
parent 4f3f069a5e
commit 46af30bec8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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