use a certain working version of SD

This commit is contained in:
cmdr2 2022-09-08 23:23:02 +05:30
parent 788dcbf471
commit a4305540f0
2 changed files with 10 additions and 0 deletions

View File

@ -11,6 +11,7 @@
@call git reset --hard @call git reset --hard
@call git pull @call git pull
@call git checkout d154155d4c0b43e13ec1f00eb72b7ff9d522fcf9
@cd .. @cd ..
) else ( ) else (
@ -23,6 +24,10 @@
pause pause
@exit /b @exit /b
) )
@cd stable-diffusion
@call git checkout d154155d4c0b43e13ec1f00eb72b7ff9d522fcf9
@cd ..
) )
@cd stable-diffusion @cd stable-diffusion

View File

@ -14,6 +14,7 @@ if [ -e "scripts/install_status.txt" ] && [ `grep -c sd_git_cloned scripts/insta
git reset --hard git reset --hard
git pull git pull
git checkout d154155d4c0b43e13ec1f00eb72b7ff9d522fcf9
cd .. cd ..
else else
@ -26,6 +27,10 @@ else
read -p "Press any key to continue" read -p "Press any key to continue"
exit exit
fi fi
cd stable-diffusion
git checkout d154155d4c0b43e13ec1f00eb72b7ff9d522fcf9
cd ..
fi fi
cd stable-diffusion cd stable-diffusion