Update UI to 3389056

This commit is contained in:
Abdullah Barhoum
2022-08-28 09:34:56 +02:00
parent 6178aee73b
commit 43492b0ba1
3 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
/dev
/.devcontainer

View File

@@ -12,7 +12,7 @@ RUN conda env update --file stable-diffusion/environment.yaml --name base && con
RUN apt-get update && apt install fonts-dejavu-core && apt-get clean
RUN git clone https://github.com/hlky/stable-diffusion-webui.git && cd stable-diffusion-webui && \
git reset --hard fe6f1e3dc5773aabf879e1d686699092bf483a6b && \
git reset --hard 33890563d237889aca7cbc4f04ae42b885aee07e && \
cp -t /stable-diffusion/scripts/ txt2img.yaml webui.py webui.yaml webui_playground.py && \
cd / && rm -rf stable-diffusion-webui

View File

@@ -3,7 +3,7 @@ version: '3.9'
services:
model:
build: ./build/
restart: always
restart: on-failure
ports:
- "7860:7860"
volumes: