aboutsummaryrefslogtreecommitdiffstats
path: root/webui.sh
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-10-16 07:14:27 +0000
committerAUTOMATIC <16777216c@gmail.com>2022-10-16 07:14:27 +0000
commitbd4f0fb9d9df72899c2c3a1c2bc3580bf26bb685 (patch)
treec2578394234573fa5d509e770199de7ced6976ac /webui.sh
parent863e9efc19d2811f1db5055be8e346781df3f7ce (diff)
downloadstable-diffusion-webui-gfx803-bd4f0fb9d9df72899c2c3a1c2bc3580bf26bb685.tar.gz
stable-diffusion-webui-gfx803-bd4f0fb9d9df72899c2c3a1c2bc3580bf26bb685.tar.bz2
stable-diffusion-webui-gfx803-bd4f0fb9d9df72899c2c3a1c2bc3580bf26bb685.zip
revert changes to two bat files I asked to revert but the author couldn't in 863e9efc19d2811f1db5055be8e346781df3f7ce.
Diffstat (limited to 'webui.sh')
-rwxr-xr-xwebui.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/webui.sh b/webui.sh
index 88a78459..980c0aaf 100755
--- a/webui.sh
+++ b/webui.sh
@@ -41,11 +41,6 @@ then
venv_dir="venv"
fi
-if [[ -z "${STABLE_DIFFUSION_WEBUI_REPO}" ]]
-then
- STABLE_DIFFUSION_WEBUI_REPO="https://github.com/AUTOMATIC1111/stable-diffusion-webui.git"
-fi
-
if [[ -z "${LAUNCH_SCRIPT}" ]]
then
LAUNCH_SCRIPT="launch.py"
@@ -116,7 +111,7 @@ then
cd "${clone_dir}"/ || { printf "\e[1m\e[31mERROR: Can't cd to %s/%s/, aborting...\e[0m" "${install_dir}" "${clone_dir}"; exit 1; }
"${GIT}" pull
else
- "${GIT}" clone "${STABLE_DIFFUSION_WEBUI_REPO}" "${clone_dir}"
+ "${GIT}" clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git "${clone_dir}"
cd "${clone_dir}"/ || { printf "\e[1m\e[31mERROR: Can't cd to %s/%s/, aborting...\e[0m" "${install_dir}" "${clone_dir}"; exit 1; }
fi