mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-04-23 07:49:33 +00:00
Pass arguments from bash to python
This commit is contained in:
committed by
AUTOMATIC1111
parent
cbf15edbf9
commit
bdf1a8903a
2
webui.sh
2
webui.sh
@@ -138,4 +138,4 @@ fi
|
|||||||
printf "\n%s\n" "${delimiter}"
|
printf "\n%s\n" "${delimiter}"
|
||||||
printf "Launching launch.py..."
|
printf "Launching launch.py..."
|
||||||
printf "\n%s\n" "${delimiter}"
|
printf "\n%s\n" "${delimiter}"
|
||||||
"${python_cmd}" "${LAUNCH_SCRIPT}"
|
"${python_cmd}" "${LAUNCH_SCRIPT}" "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user