mirror of
https://github.com/DarthAffe/StableDiffusion.NET.git
synced 2025-12-13 05:48:40 +00:00
Fixed build-script
This commit is contained in:
parent
1c01ab0dae
commit
bd4f90838d
@ -3,6 +3,7 @@ if not exist stable-diffusion.cpp-build (
|
|||||||
)
|
)
|
||||||
|
|
||||||
cd stable-diffusion.cpp-build
|
cd stable-diffusion.cpp-build
|
||||||
|
git fetch
|
||||||
git checkout 4b95d98404bbfe91698fd41b0f514656e358163a
|
git checkout 4b95d98404bbfe91698fd41b0f514656e358163a
|
||||||
|
|
||||||
if not exist build (
|
if not exist build (
|
||||||
@ -19,8 +20,6 @@ cd ..\..
|
|||||||
|
|
||||||
dotnet publish -c Release -o bin
|
dotnet publish -c Release -o bin
|
||||||
|
|
||||||
copy .\stable-diffusion.cpp-build\build\bin\Release\sd-abi.dll .\StableDiffusion.NET\bin\Debug\net8.0\sd-abi.dll
|
copy .\stable-diffusion.cpp-build\build\bin\Release\sd-abi.dll .\bin\sd-abi.dll
|
||||||
copy .\stable-diffusion.cpp-build\build\bin\Release\sd-abi.dll .\StableDiffusion.NET\bin\Debug\net8.0\sd-abi.dll
|
|
||||||
copy .\stable-diffusion.cpp-build\build\bin\Release\sd-abi.dll .\StableDiffusion.NET\bin\Debug\net8.0\sd-abi.dll
|
|
||||||
|
|
||||||
pause
|
pause
|
||||||
Loading…
x
Reference in New Issue
Block a user