Update UI to 3389056
This commit is contained in:
parent
6178aee73b
commit
43492b0ba1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/dev
|
||||
/.devcontainer
|
||||
|
@ -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
|
||||
|
||||
@ -28,4 +28,4 @@ CMD ln -sf /models/model.ckpt /stable-diffusion/models/ldm/stable-diffusion-v1/m
|
||||
mkdir -p /cache/weights/ && rm -rf /opt/conda/lib/python3.8/site-packages/facexlib/weights && \
|
||||
ln -sf /cache/weights/ /opt/conda/lib/python3.8/site-packages/facexlib/ && \
|
||||
# run, -u to not buffer stdout / stderr
|
||||
python3 -u scripts/webui.py --outdir /output --save-metadata --ckpt /models/model.ckpt ${CLI_ARGS}
|
||||
python3 -u scripts/webui.py --outdir /output --save-metadata --ckpt /models/model.ckpt ${CLI_ARGS}
|
||||
|
@ -3,7 +3,7 @@ version: '3.9'
|
||||
services:
|
||||
model:
|
||||
build: ./build/
|
||||
restart: always
|
||||
restart: on-failure
|
||||
ports:
|
||||
- "7860:7860"
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user