mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-30 12:22:26 -08:00
Update webui.sh
This commit is contained in:
parent
5a32d4fcb1
commit
e33e2c5175
1 changed files with 1 additions and 1 deletions
2
webui.sh
2
webui.sh
|
|
@ -25,7 +25,7 @@ fi
|
|||
# Install directory without trailing slash
|
||||
if [[ -z "${install_dir}" ]]
|
||||
then
|
||||
install_dir="$(dirname "$0")"
|
||||
install_dir="$SCRIPT_DIR"
|
||||
fi
|
||||
|
||||
# Name of the subdirectory (defaults to stable-diffusion-webui)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue