Update docker-compose.yml (#417)

This commit is contained in:
raller1028 2024-01-31 17:53:49 +08:00 committed by GitHub
parent 344efc8828
commit a973b9f7b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ services:
deploy: deploy:
resources: resources:
reservations: reservations:
memory: 6G memory: "512M"
network_mode: bridge network_mode: bridge
ports: ports:
- target: 7860 - target: 7860
@ -33,7 +33,7 @@ x-casaos:
architectures: architectures:
- amd64 - amd64
main: icewhale-stable-diffusion-webui main: icewhale-stable-diffusion-webui
author: stability.ai developer: stability.ai
category: Developer category: Developer
description: 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. 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.