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.
This commit is contained in:
ParityError 2023-03-12 12:41:27 -07:00
parent dfeee786f9
commit d78c437583

View File

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