We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcee253 commit 4d9fc38Copy full SHA for 4d9fc38
docker-compose.yml
@@ -8,7 +8,6 @@ services:
8
# You can choose any commit sha from https://github.com/hlky/stable-diffusion/commits/main
9
# USE AT YOUR OWN RISK! otherwise just leave it empty.
10
WEBUI_SHA:
11
- restart: on-failure
12
ports:
13
- "7860:7860"
14
volumes:
lstein/docker-compose.yml
@@ -3,7 +3,6 @@ version: '3.9'
3
services:
4
model:
5
build: .
6
7
0 commit comments