Commit 5c051c06 authored by ParityError's avatar ParityError Committed by GitHub

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
parent 6439e72d
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment