update auto

This commit is contained in:
Abdullah Barhoum 2022-09-15 19:54:45 +02:00
parent c1fa2f1457
commit b0b457fd5c
4 changed files with 6 additions and 3 deletions

View file

@ -27,6 +27,8 @@ RUN pip install -U --no-cache-dir pyperclip
# instead, update the repo state in a later step
ARG BRANCH=master
ARG SHA=833a91047df999302f699637768741cecee9c37b
# ARG BRANCH=dev
# ARG SHA=b4de6caf697d311c1238c15a4c863fa529a35522
RUN <<EOF
cd stable-diffusion
git fetch
@ -58,4 +60,4 @@ EXPOSE 7860
# run, -u to not buffer stdout / stderr
CMD /docker/mount.sh && \
python3 -u scripts/webui.py --outdir /output --ckpt /cache/models/model.ckpt --ldsr-dir /latent-diffusion --inbrowser ${CLI_ARGS}
#STREAMLIT_SERVER_PORT=7860 python -m streamlit run scripts/webui_streamlit.py
# STREAMLIT_SERVER_PORT=7860 python -m streamlit run scripts/webui_streamlit.py

View file

@ -18,6 +18,7 @@ general:
skip_grid: False
skip_save: False
grid_format: "jpg:95"
save_format: "png"
n_rows: -1
no_verify_input: False
no_half: False