From a973b9f7b42e5fd14c2069fababeaae4d682a51c Mon Sep 17 00:00:00 2001 From: raller1028 <57336867+raller1028@users.noreply.github.com> Date: Wed, 31 Jan 2024 17:53:49 +0800 Subject: [PATCH] Update docker-compose.yml (#417) --- Apps/StableDiffusionWebUI/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Apps/StableDiffusionWebUI/docker-compose.yml b/Apps/StableDiffusionWebUI/docker-compose.yml index e322535..41b2d1b 100644 --- a/Apps/StableDiffusionWebUI/docker-compose.yml +++ b/Apps/StableDiffusionWebUI/docker-compose.yml @@ -10,7 +10,7 @@ services: deploy: resources: reservations: - memory: 6G + memory: "512M" network_mode: bridge ports: - target: 7860 @@ -33,7 +33,7 @@ x-casaos: architectures: - amd64 main: icewhale-stable-diffusion-webui - author: stability.ai + developer: stability.ai category: Developer description: en_us: Stable Diffusion is a deep learning, text-to-image model released in 2022 based on diffusion techniques. It is primarily used to generate detailed images conditioned on text descriptions, though it can also be applied to other tasks such as inpainting, outpainting, and generating image-to-image translations guided by a text prompt.