diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-09-30 06:21:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-30 06:21:08 +0000 |
commit | df48222f3ea08c00589da38a688d2e9f43641bd3 (patch) | |
tree | febdd2ed5249afd78da8ba8d350bbf725905694f /webui.sh | |
parent | ee8e98711ba658f61b12288dd801f10ae937f604 (diff) | |
parent | 0ad38a9b87b7781315ea6324a8aa6c924d1275de (diff) | |
download | stable-diffusion-webui-gfx803-df48222f3ea08c00589da38a688d2e9f43641bd3.tar.gz stable-diffusion-webui-gfx803-df48222f3ea08c00589da38a688d2e9f43641bd3.tar.bz2 stable-diffusion-webui-gfx803-df48222f3ea08c00589da38a688d2e9f43641bd3.zip |
Merge pull request #13231 from der3318/better-support-for-portable-git
Better Support for Portable Git
Diffstat (limited to 'webui.sh')
-rwxr-xr-x | webui.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -51,6 +51,8 @@ fi if [[ -z "${GIT}" ]] then export GIT="git" +else + export GIT_PYTHON_GIT_EXECUTABLE="${GIT}" fi # python3 venv without trailing slash (defaults to ${install_dir}/${clone_dir}/venv) |