added the --api flag for openwebui compatibility
This commit is contained in:
@@ -141,4 +141,4 @@ docker-compose up -d
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This Docker configuration is provided under the same license as the Stable Diffusion WebUI project (AGPL-3.0).
|
This Docker configuration is provided under the same license as the Stable Diffusion WebUI project (AGPL-3.0).
|
||||||
+1
-1
@@ -14,7 +14,7 @@ services:
|
|||||||
- HSA_OVERRIDE_GFX_VERSION=11.0.0
|
- HSA_OVERRIDE_GFX_VERSION=11.0.0
|
||||||
- HIP_VISIBLE_DEVICES=0
|
- HIP_VISIBLE_DEVICES=0
|
||||||
- PYTORCH_ROCM_ARCH=gfx1100
|
- PYTORCH_ROCM_ARCH=gfx1100
|
||||||
- CLI_ARGS=--listen --port 7860 --opt-sdp-attention --no-half-vae --skip-torch-cuda-test
|
- CLI_ARGS=--api --listen --port 7860 --opt-sdp-attention --no-half-vae --skip-torch-cuda-test
|
||||||
ports:
|
ports:
|
||||||
- "7860:7860"
|
- "7860:7860"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user