diff options
author | ParityError <36368048+ParityError@users.noreply.github.com> | 2023-03-29 01:27:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-29 01:27:44 +0000 |
commit | fb68d93b6a579a424919b22682cf067ce9a8e13f (patch) | |
tree | 2b7f1ea5d10d03fa5ca02189dd9626859342b0cc | |
parent | 34c0f499c540f69a6de11caa940483e8f581074d (diff) | |
download | stable-diffusion-webui-gfx803-fb68d93b6a579a424919b22682cf067ce9a8e13f.tar.gz stable-diffusion-webui-gfx803-fb68d93b6a579a424919b22682cf067ce9a8e13f.tar.bz2 stable-diffusion-webui-gfx803-fb68d93b6a579a424919b22682cf067ce9a8e13f.zip |
Update webui-user.sh
-rw-r--r-- | webui-user.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webui-user.sh b/webui-user.sh index 74e8800c..bfa53cb7 100644 --- a/webui-user.sh +++ b/webui-user.sh @@ -4,7 +4,7 @@ ######################################################### # Install directory without trailing slash -#install_dir="$(pwd)" +#install_dir="/home/$(whoami)" # Name of the subdirectory #clone_dir="stable-diffusion-webui" |