mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 02:30:30 -08:00
Pass arguments from bash to python
This commit is contained in:
parent
cbf15edbf9
commit
bdf1a8903a
1 changed files with 1 additions and 1 deletions
2
webui.sh
2
webui.sh
|
|
@ -138,4 +138,4 @@ fi
|
|||
printf "\n%s\n" "${delimiter}"
|
||||
printf "Launching launch.py..."
|
||||
printf "\n%s\n" "${delimiter}"
|
||||
"${python_cmd}" "${LAUNCH_SCRIPT}"
|
||||
"${python_cmd}" "${LAUNCH_SCRIPT}" "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue