mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-01-04 23:59:58 +01:00
Expose API per default
This commit is contained in:
parent
b8256cccd2
commit
c3cf8129a9
|
|
@ -29,7 +29,7 @@ services:
|
||||||
build: ./services/AUTOMATIC1111
|
build: ./services/AUTOMATIC1111
|
||||||
image: sd-auto:21
|
image: sd-auto:21
|
||||||
environment:
|
environment:
|
||||||
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access
|
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api
|
||||||
|
|
||||||
auto-cpu:
|
auto-cpu:
|
||||||
<<: *automatic
|
<<: *automatic
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue