mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-27 04:11:39 -08:00
Update webui.sh
Installation should not be assumed to be located within ~/home directory. User should be expected to install project anywhere and run the startup scripts while in stable-diffusion-webui directory. See issue #8534
This commit is contained in:
parent
6439e72df2
commit
5c051c0618
1 changed files with 1 additions and 1 deletions
2
webui.sh
2
webui.sh
|
|
@ -23,7 +23,7 @@ fi
|
|||
# Install directory without trailing slash
|
||||
if [[ -z "${install_dir}" ]]
|
||||
then
|
||||
install_dir="($pwd)"
|
||||
install_dir="$(pwd)"
|
||||
fi
|
||||
|
||||
# Name of the subdirectory (defaults to stable-diffusion-webui)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue