Compare commits

...

2 Commits

Author SHA1 Message Date
17e3cb20b6
Merge pull request #17 from DarthAffe/DarthAffe-patch-1
Update build.bat
2024-07-28 10:35:15 +02:00
d32c47777e
Update build.bat 2024-07-28 10:35:02 +02:00

View File

@ -4,7 +4,7 @@ if not exist stable-diffusion.cpp (
cd stable-diffusion.cpp
git fetch
git checkout ce1bcc74a6bf1f2c187d4d8ea14ee247cf562af2
git checkout 73c2176648898b3a223c581ed138e5593f8fded5
git submodule init
git submodule update
@ -45,4 +45,4 @@ dotnet publish -c Release -o bin
copy .\stable-diffusion.cpp\build\bin\Release\*.dll .\bin\
pause
pause