Changed all links as mentioned in #1339

This commit is contained in:
ManInDark
2023-06-14 11:57:06 +02:00
parent 6ae4314b79
commit ed59972b03
17 changed files with 53 additions and 53 deletions

View File

@ -38,7 +38,7 @@ else
printf "\n\nDownloading Easy Diffusion..\n\n"
printf "Using the $update_branch channel\n\n"
if git clone -b "$update_branch" https://github.com/cmdr2/stable-diffusion-ui.git sd-ui-files ; then
if git clone -b "$update_branch" https://github.com/easydiffusion/easydiffusion.git sd-ui-files ; then
echo sd_ui_git_cloned >> scripts/install_status.txt
else
fail "git clone failed"