Skip to content

Commit

Permalink
Merge pull request #17 from DarthAffe/DarthAffe-patch-1
Browse files Browse the repository at this point in the history
Update build.bat
  • Loading branch information
DarthAffe authored Jul 28, 2024
2 parents 3259c31 + d32c477 commit 17e3cb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -45,4 +45,4 @@ dotnet publish -c Release -o bin

copy .\stable-diffusion.cpp\build\bin\Release\*.dll .\bin\

pause
pause

0 comments on commit 17e3cb2

Please sign in to comment.