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