Update versions (#86)

- auto:
5a1951f175
  - Now with LDSR support
- hlky:
fa6a31b23c
- lstein: prepare for new UI

Closes #85
This commit is contained in:
AbdBarho
2022-09-21 19:10:27 +02:00
committed by GitHub
parent a96285d10b
commit a8c85b4699
6 changed files with 31 additions and 16 deletions

View File

@@ -23,10 +23,8 @@ EOF
# Note: don't update the sha of previous versions because the install will take forever
# instead, update the repo state in a later step
ARG BRANCH=master
# ARG SHA=833a91047df999302f699637768741cecee9c37b
# ARG BRANCH=dev
ARG SHA=17748cbc9c34df44d0381c42e4f0fe1903089438
# ARG BRANCH=master SHA=833a91047df999302f699637768741cecee9c37b
ARG BRANCH=dev SHA=fa6a31b23c38b41541ed9af19201e6f8355ac165
RUN <<EOF
cd stable-diffusion
git fetch
@@ -59,4 +57,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