mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-05 00:31:49 -08:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue