diff options
author | yfszzx <yfszzx@gmail.com> | 2022-10-16 04:34:05 +0000 |
---|---|---|
committer | yfszzx <yfszzx@gmail.com> | 2022-10-16 04:34:05 +0000 |
commit | 5d8c59eee505cf15ec6994d05bb941440d90e44e (patch) | |
tree | a87f6e38d4dc33e3f293f10f9cdd1760af93114c /webui.sh | |
parent | 763b893f319cee280b86e63025eb55e7c16b02e7 (diff) | |
parent | d41ac174e24e1e7cdcf7b42f2a03cbc6394eb5e5 (diff) | |
download | stable-diffusion-webui-gfx803-5d8c59eee505cf15ec6994d05bb941440d90e44e.tar.gz stable-diffusion-webui-gfx803-5d8c59eee505cf15ec6994d05bb941440d90e44e.tar.bz2 stable-diffusion-webui-gfx803-5d8c59eee505cf15ec6994d05bb941440d90e44e.zip |
Merge branch 'master' of https://github.com/yfszzx/stable-diffusion-webui-plus
Diffstat (limited to 'webui.sh')
-rwxr-xr-x | webui.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -82,8 +82,8 @@ then clone_dir="${PWD##*/}" fi -# Check prequisites -for preq in git python3 +# Check prerequisites +for preq in "${GIT}" "${python_cmd}" do if ! hash "${preq}" &>/dev/null then |