mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-04-25 03:48:45 +02:00
use a certain working version of SD
This commit is contained in:
parent
788dcbf471
commit
a4305540f0
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user