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:
parent
dfeee786f9
commit
d78c437583
|
@ -4,7 +4,7 @@
|
||||||
#########################################################
|
#########################################################
|
||||||
|
|
||||||
# Install directory without trailing slash
|
# Install directory without trailing slash
|
||||||
#install_dir="/home/$(whoami)"
|
#install_dir="$(pwd)"
|
||||||
|
|
||||||
# Name of the subdirectory
|
# Name of the subdirectory
|
||||||
#clone_dir="stable-diffusion-webui"
|
#clone_dir="stable-diffusion-webui"
|
||||||
|
|
Loading…
Reference in New Issue