Skip to content

Commit 17e3cb2

Browse files
authored
Merge pull request #17 from DarthAffe/DarthAffe-patch-1
Update build.bat
2 parents 3259c31 + d32c477 commit 17e3cb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if not exist stable-diffusion.cpp (
44

55
cd stable-diffusion.cpp
66
git fetch
7-
git checkout ce1bcc74a6bf1f2c187d4d8ea14ee247cf562af2
7+
git checkout 73c2176648898b3a223c581ed138e5593f8fded5
88
git submodule init
99
git submodule update
1010

@@ -45,4 +45,4 @@ dotnet publish -c Release -o bin
4545

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

48-
pause
48+
pause

0 commit comments

Comments
 (0)