This commit is contained in:
Abdullah Barhoum
2022-09-16 21:10:40 +02:00
parent 17b01a7627
commit fceb83c2b0
2 changed files with 70 additions and 17 deletions

View File

@@ -29,7 +29,7 @@ RUN pip install -U --no-cache-dir pyperclip
ARG BRANCH=master
ARG SHA=833a91047df999302f699637768741cecee9c37b
# ARG BRANCH=dev
# ARG SHA=b4de6caf697d311c1238c15a4c863fa529a35522
# ARG SHA=5f3d7facdea58fc4f89b8c584d22a4639615a2f8
RUN <<EOF
cd stable-diffusion
git fetch
@@ -61,4 +61,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