aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Tao <48634762+onyasumi@users.noreply.github.com>2023-07-03 07:17:27 +0000
committerGitHub <noreply@github.com>2023-07-03 07:17:27 +0000
commite33e2c51753b91d836aabc52f1f8d67d7de05f86 (patch)
tree304d4ff0644fea57ae7d42c8e17649bba1d682e5
parent5a32d4fcb195f7ee5be2617d9f776c01fd0437b7 (diff)
downloadstable-diffusion-webui-gfx803-e33e2c51753b91d836aabc52f1f8d67d7de05f86.tar.gz
stable-diffusion-webui-gfx803-e33e2c51753b91d836aabc52f1f8d67d7de05f86.tar.bz2
stable-diffusion-webui-gfx803-e33e2c51753b91d836aabc52f1f8d67d7de05f86.zip
Update webui.sh
-rwxr-xr-xwebui.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui.sh b/webui.sh
index 8a3c6f12..246381fc 100755
--- a/webui.sh
+++ b/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)