-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstable-diffusion-cpu.yml
51 lines (51 loc) · 1.49 KB
/
stable-diffusion-cpu.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
name: icewhale-stable-diffusion-webui
services:
icewhale-stable-diffusion-webui:
cpu_shares: 90
command: []
container_name: icewhale-stable-diffusion-webui
deploy:
resources:
limits:
memory: 15771M
reservations:
memory: "536870912"
environment:
- COMMANDLINE_ARGS=--precision full --no-half --skip-torch-cuda-test
--use-cpu all --listen --enable-insecure-extension-access
hostname: icewhale-stable-diffusion-webui
image: johnguan/stable-diffusion-webui:latest
ipc: host
labels:
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/StableDiffusionWebUI/icon.png
ports:
- target: 7860
published: "7860"
protocol: tcp
restart: unless-stopped
volumes:
- type: bind
source: /DATA/AppData/Stable-Diffusion-WebUI/models
target: /data/models
- type: bind
source: /DATA/AppData/Stable-Diffusion-WebUI/outputs
target: /data/outputs
- type: bind
source: /DATA/AppData/Stable-Diffusion-WebUI/config
target: /data/config
devices: []
cap_add: []
network_mode: bridge
privileged: false
x-casaos:
author: self
category: self
hostname: ""
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/StableDiffusionWebUI/icon.png
index: /
is_uncontrolled: false
port_map: "7860"
scheme: http
store_app_id: icewhale-stable-diffusion-webui
title:
custom: Stable Diffusion