aboutsummaryrefslogtreecommitdiffstats
path: root/webui-user.sh
diff options
context:
space:
mode:
authorParityError <ParityError@users.noreply.github.com>2023-03-12 19:41:27 +0000
committerParityError <ParityError@users.noreply.github.com>2023-03-12 19:41:27 +0000
commitd78c4375833f063370fd40eab7b5322455c93683 (patch)
tree4afda2c6073d213c8b4e521a64be1f2206ac1e7e /webui-user.sh
parentdfeee786f903e392dbef1519c7c246b9856ebab3 (diff)
downloadstable-diffusion-webui-gfx803-d78c4375833f063370fd40eab7b5322455c93683.tar.gz
stable-diffusion-webui-gfx803-d78c4375833f063370fd40eab7b5322455c93683.tar.bz2
stable-diffusion-webui-gfx803-d78c4375833f063370fd40eab7b5322455c93683.zip
Update webui-user.sh
Installation should not be assumed to be located within ~/home directory. User should expected to install project anywhere and run the startup scripts while in stable-diffusion-webui directory.
Diffstat (limited to 'webui-user.sh')
-rw-r--r--webui-user.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui-user.sh b/webui-user.sh
index bfa53cb7..74e8800c 100644
--- a/webui-user.sh
+++ b/webui-user.sh
@@ -4,7 +4,7 @@
#########################################################
# Install directory without trailing slash
-#install_dir="/home/$(whoami)"
+#install_dir="$(pwd)"
# Name of the subdirectory
#clone_dir="stable-diffusion-webui"