From ac2b6cefac526f8f0b1b1ead3d7e7ac010a9bfe5 Mon Sep 17 00:00:00 2001 From: itsnachocheese Date: Sun, 14 Dec 2025 16:58:39 -0800 Subject: [PATCH] added the --api flag for openwebui compatibility --- README.md | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78e8965..1a565cf 100644 --- a/README.md +++ b/README.md @@ -141,4 +141,4 @@ docker-compose up -d ## 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). \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index d5c63e5..adc93c4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,7 +14,7 @@ services: - HSA_OVERRIDE_GFX_VERSION=11.0.0 - HIP_VISIBLE_DEVICES=0 - 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: - "7860:7860" volumes: