Commit d78c4375 authored by ParityError's avatar ParityError
Browse files

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.
parent dfeee786
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"