From 61c7f3fd334c0c6913ec231cf54df6aa2a9ca0d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=B3=E9=88=9E?= Date: Sat, 16 Mar 2024 09:21:17 +0800 Subject: [PATCH] doc: add comments to docker compose MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 陳鈞 --- docker-compose.forge.yml | 7 +++++-- docker-compose.yml | 9 ++++++--- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/docker-compose.forge.yml b/docker-compose.forge.yml index 9175f53..5bf64f8 100644 --- a/docker-compose.forge.yml +++ b/docker-compose.forge.yml @@ -15,10 +15,13 @@ services: # # Recommanded: - --xformers + - --api - --allow-code # You may or may not need: - - --api - - --enable-insecure-extension-access + ## Enable installing/modifying extensions from the UI, please pay attention to security considerations. + - --enable-insecure-extension-access + ## Optimizations + ## https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Optimizations - --opt-sdp-attention - --opt-sdp-no-mem-attention - --opt-channelslast diff --git a/docker-compose.yml b/docker-compose.yml index 32489fa..d27bef2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,12 +15,15 @@ services: # # Recommanded: - --xformers + - --api - --allow-code - - --medvram - --no-half-vae # You may or may not need: - - --api - - --enable-insecure-extension-access + ## Enable installing/modifying extensions from the UI, please pay attention to security considerations. + - --enable-insecure-extension-access + ## Optimizations + ## https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Optimizations + - --medvram - --opt-sdp-attention - --opt-sdp-no-mem-attention - --opt-channelslast