mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-11-22 11:52:18 -05:00
SD 1.5 (#164)
### Update versions - auto:f49c08ea56- hlky:8d1e42b9c5- lstein:554445a985
This commit is contained in:
@@ -6,5 +6,5 @@ echo "USE_STREAMLIT = ${USE_STREAMLIT}"
|
||||
if [ "${USE_STREAMLIT}" == "1" ]; then
|
||||
python -u -m streamlit run scripts/webui_streamlit.py
|
||||
else
|
||||
python3 -u scripts/webui.py --outdir /output --ckpt /data/StableDiffusion/model.ckpt ${CLI_ARGS}
|
||||
python3 -u scripts/webui.py --outdir /output --ckpt /data/StableDiffusion/v1-5-pruned-emaonly.ckpt ${CLI_ARGS}
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user