-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from DarthAffe/Backends
Splitted CUDA-backend to prevent them hitting the nuget size limit
- Loading branch information
Showing
6 changed files
with
123 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package> | ||
<metadata> | ||
<id>StableDiffusion.NET.Backend.Cuda11.Linux</id> | ||
<version>$version$</version> | ||
<title>StableDiffusion.NET.Backend.Cuda11.Linux</title> | ||
<authors>Darth Affe & stable-diffusion.cpp Authors</authors> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<license type="expression">MIT</license> | ||
<icon>sd_net_cuda.png</icon> | ||
<projectUrl>https://github.com/DarthAffe/StableDiffusion.NET</projectUrl> | ||
<description>CUDA 11 Linux Backend for StableDiffusion.NET.</description> | ||
<releaseNotes></releaseNotes> | ||
<copyright>Copyright © Darth Affe 2024</copyright> | ||
<readme>readme.md</readme> | ||
</metadata> | ||
|
||
<files> | ||
<file src="StableDiffusion.NET.Backend.props" target="build/net8.0/StableDiffusion.NET.Backend.Cuda.props" /> | ||
|
||
<file src="linux-cuda11/libstable-diffusion.so" target="runtimes\linux-x64\native\cuda11\libstable-diffusion.so" /> | ||
|
||
<file src="sd_net_cuda.png" target="sd_net_cuda.png" /> | ||
<file src="readme.md" target="readme.md" /> | ||
<file src="ggml.txt" target="ggml.txt" /> | ||
<file src="stable-diffusion.cpp.txt" target="stable-diffusion.cpp.txt" /> | ||
</files> | ||
</package> |
28 changes: 28 additions & 0 deletions
28
Backends/StableDiffusion.NET.Backend.Cuda11.Windows.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package> | ||
<metadata> | ||
<id>StableDiffusion.NET.Backend.Cuda11.Windows</id> | ||
<version>$version$</version> | ||
<title>StableDiffusion.NET.Backend.Cuda11.Windows</title> | ||
<authors>Darth Affe & stable-diffusion.cpp Authors</authors> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<license type="expression">MIT</license> | ||
<icon>sd_net_cuda.png</icon> | ||
<projectUrl>https://github.com/DarthAffe/StableDiffusion.NET</projectUrl> | ||
<description>CUDA 11 Windows Backend for StableDiffusion.NET.</description> | ||
<releaseNotes></releaseNotes> | ||
<copyright>Copyright © Darth Affe 2024</copyright> | ||
<readme>readme.md</readme> | ||
</metadata> | ||
|
||
<files> | ||
<file src="StableDiffusion.NET.Backend.props" target="build/net8.0/StableDiffusion.NET.Backend.Cuda.props" /> | ||
|
||
<file src="windows-cuda11/stable-diffusion.dll" target="runtimes\win-x64\native\cuda11\stable-diffusion.dll" /> | ||
|
||
<file src="sd_net_cuda.png" target="sd_net_cuda.png" /> | ||
<file src="readme.md" target="readme.md" /> | ||
<file src="ggml.txt" target="ggml.txt" /> | ||
<file src="stable-diffusion.cpp.txt" target="stable-diffusion.cpp.txt" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package> | ||
<metadata> | ||
<id>StableDiffusion.NET.Backend.Cuda12.Linux</id> | ||
<version>$version$</version> | ||
<title>StableDiffusion.NET.Backend.Cuda12.Linux</title> | ||
<authors>Darth Affe & stable-diffusion.cpp Authors</authors> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<license type="expression">MIT</license> | ||
<icon>sd_net_cuda.png</icon> | ||
<projectUrl>https://github.com/DarthAffe/StableDiffusion.NET</projectUrl> | ||
<description>CUDA 12 Linux Backend for StableDiffusion.NET.</description> | ||
<releaseNotes></releaseNotes> | ||
<copyright>Copyright © Darth Affe 2024</copyright> | ||
<readme>readme.md</readme> | ||
</metadata> | ||
|
||
<files> | ||
<file src="StableDiffusion.NET.Backend.props" target="build/net8.0/StableDiffusion.NET.Backend.Cuda.props" /> | ||
|
||
<file src="linux-cuda12/libstable-diffusion.so" target="runtimes\linux-x64\native\cuda12\libstable-diffusion.so" /> | ||
|
||
<file src="sd_net_cuda.png" target="sd_net_cuda.png" /> | ||
<file src="readme.md" target="readme.md" /> | ||
<file src="ggml.txt" target="ggml.txt" /> | ||
<file src="stable-diffusion.cpp.txt" target="stable-diffusion.cpp.txt" /> | ||
</files> | ||
</package> |
28 changes: 28 additions & 0 deletions
28
Backends/StableDiffusion.NET.Backend.Cuda12.Windows.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package> | ||
<metadata> | ||
<id>StableDiffusion.NET.Backend.Cuda12.Windows</id> | ||
<version>$version$</version> | ||
<title>StableDiffusion.NET.Backend.Cuda12.Windows</title> | ||
<authors>Darth Affe & stable-diffusion.cpp Authors</authors> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<license type="expression">MIT</license> | ||
<icon>sd_net_cuda.png</icon> | ||
<projectUrl>https://github.com/DarthAffe/StableDiffusion.NET</projectUrl> | ||
<description>CUDA 12 Windows Backend for StableDiffusion.NET.</description> | ||
<releaseNotes></releaseNotes> | ||
<copyright>Copyright © Darth Affe 2024</copyright> | ||
<readme>readme.md</readme> | ||
</metadata> | ||
|
||
<files> | ||
<file src="StableDiffusion.NET.Backend.props" target="build/net8.0/StableDiffusion.NET.Backend.Cuda.props" /> | ||
|
||
<file src="windows-cuda12/stable-diffusion.dll" target="runtimes\win-x64\native\cuda12\stable-diffusion.dll" /> | ||
|
||
<file src="sd_net_cuda.png" target="sd_net_cuda.png" /> | ||
<file src="readme.md" target="readme.md" /> | ||
<file src="ggml.txt" target="ggml.txt" /> | ||
<file src="stable-diffusion.cpp.txt" target="stable-diffusion.cpp.txt" /> | ||
</files> | ||
</package> |