Update webui.sh

This commit is contained in:
Frank Tao 2023-07-03 03:17:27 -04:00 committed by GitHub
parent 5a32d4fcb1
commit e33e2c5175
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)