diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-04-29 14:16:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-29 14:16:57 +0000 |
commit | c018eefe9173ae8f3669340479569dda78643a8a (patch) | |
tree | 13b0e721d11e3d7bbdae37840d00615948e0e87f /webui.sh | |
parent | 8987764395f72d85776f91512391ccd4688e47bb (diff) | |
parent | 1185bf3981de36904a427c93ca206a483f25e8fb (diff) | |
download | stable-diffusion-webui-gfx803-c018eefe9173ae8f3669340479569dda78643a8a.tar.gz stable-diffusion-webui-gfx803-c018eefe9173ae8f3669340479569dda78643a8a.tar.bz2 stable-diffusion-webui-gfx803-c018eefe9173ae8f3669340479569dda78643a8a.zip |
Merge pull request #8563 from ParityError/master
Update webui.sh
Diffstat (limited to 'webui.sh')
-rwxr-xr-x | webui.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ fi # Install directory without trailing slash if [[ -z "${install_dir}" ]] then - install_dir="${HOME}" + install_dir="$(pwd)" fi # Name of the subdirectory (defaults to stable-diffusion-webui) |