Update to UI to b2dc453

This commit is contained in:
Abdullah Barhoum 2022-08-27 16:25:50 +01:00
parent caf4c76a09
commit f71399c51d
3 changed files with 8 additions and 1 deletions

BIN
README.md

Binary file not shown.

View File

@ -9,6 +9,12 @@ RUN git clone https://github.com/hlky/stable-diffusion.git && cd stable-diffusio
RUN conda env update --file stable-diffusion/environment.yaml --name base && conda clean -a -y
RUN git clone https://github.com/hlky/stable-diffusion-webui.git && cd stable-diffusion-webui && \
git reset --hard b2dc4539d4171ab4fc78471a5bb9425d6a5d5445 && \
cp -t /stable-diffusion/scripts/ txt2img.yaml webui.py webui.yaml webui_playground.py && \
cd / && rm -rf stable-diffusion-webui
ENV TRANSFORMERS_CACHE=/cache/transformers TORCH_HOME=/cache/torch CLI_ARGS=""

View File

@ -11,7 +11,8 @@ services:
- ./output:/output
- ./models:/models
environment:
- CLI_ARGS=--outdir /output --save-metadata --ckpt /models/model.ckpt --no-progressbar-hiding
- CLI_ARGS=--outdir /output --save-metadata --ckpt /models/model.ckpt
#--extra-models-cpu --optimized
deploy:
resources:
reservations: