mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-11-02 02:03:14 -05:00
Dev hlky
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user