Update webui.sh
This commit is contained in:
parent
5a32d4fcb1
commit
e33e2c5175
2
webui.sh
2
webui.sh
|
@ -25,7 +25,7 @@ fi
|
||||||
# Install directory without trailing slash
|
# Install directory without trailing slash
|
||||||
if [[ -z "${install_dir}" ]]
|
if [[ -z "${install_dir}" ]]
|
||||||
then
|
then
|
||||||
install_dir="$(dirname "$0")"
|
install_dir="$SCRIPT_DIR"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Name of the subdirectory (defaults to stable-diffusion-webui)
|
# Name of the subdirectory (defaults to stable-diffusion-webui)
|
||||||
|
|
Loading…
Reference in New Issue