diff --git a/Backends/StableDiffusion.NET.Backend.Cpu.nuspec b/Backends/StableDiffusion.NET.Backend.Cpu.nuspec new file mode 100644 index 0000000..578a75e --- /dev/null +++ b/Backends/StableDiffusion.NET.Backend.Cpu.nuspec @@ -0,0 +1,41 @@ + + + + StableDifffusion.NET.Backend.Cpu + $version$ + StableDifffusion.NET.Backend.Cpu + Darth Affe & stable-diffusion.cpp Authors + false + MIT + sd_net_cpu.png + https://github.com/DarthAffe/StableDiffusion.NET + CPU-Backend for StableDiffusion.NET. + + Copyright © Darth Affe 2024 + readme.md + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Backends/StableDiffusion.NET.Backend.Cuda.nuspec b/Backends/StableDiffusion.NET.Backend.Cuda.nuspec new file mode 100644 index 0000000..293dd7d --- /dev/null +++ b/Backends/StableDiffusion.NET.Backend.Cuda.nuspec @@ -0,0 +1,32 @@ + + + + StableDifffusion.NET.Backend.Cuda + $version$ + StableDifffusion.NET.Backend.Cuda + Darth Affe & stable-diffusion.cpp Authors + false + MIT + sd_net_cuda.png + https://github.com/DarthAffe/StableDiffusion.NET + CUDA-Backend (11 and 12) for StableDiffusion.NET. + + Copyright © Darth Affe 2024 + readme.md + + + + + + + + + + + + + + + + + diff --git a/Backends/StableDiffusion.NET.Backend.Rocm.nuspec b/Backends/StableDiffusion.NET.Backend.Rocm.nuspec new file mode 100644 index 0000000..fbc4fed --- /dev/null +++ b/Backends/StableDiffusion.NET.Backend.Rocm.nuspec @@ -0,0 +1,30 @@ + + + + StableDifffusion.NET.Backend.Rocm + $version$ + StableDifffusion.NET.Backend.Rocm + Darth Affe & stable-diffusion.cpp Authors + false + MIT + sd_net_rocm.png + https://github.com/DarthAffe/StableDiffusion.NET + ROCm-Backend for StableDiffusion.NET. + + Copyright © Darth Affe 2024 + readme.md + + + + + + + + + + + + + + + diff --git a/Backends/StableDiffusion.NET.Backend.props b/Backends/StableDiffusion.NET.Backend.props new file mode 100644 index 0000000..422969d --- /dev/null +++ b/Backends/StableDiffusion.NET.Backend.props @@ -0,0 +1,17 @@ + + + + + + PreserveNewest + false + %(RecursiveDir)%(Filename)%(Extension) + + + + diff --git a/Backends/ggml.txt b/Backends/ggml.txt new file mode 100644 index 0000000..0aabb09 --- /dev/null +++ b/Backends/ggml.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 Georgi Gerganov + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/Backends/readme.md b/Backends/readme.md new file mode 100644 index 0000000..096cb8e --- /dev/null +++ b/Backends/readme.md @@ -0,0 +1 @@ +This is a backend to be used with [StableDiffusion.NET](https://www.nuget.org/packages/StableDiffusion.NET). \ No newline at end of file diff --git a/Backends/sd_net_cpu.png b/Backends/sd_net_cpu.png new file mode 100644 index 0000000..0a41d39 Binary files /dev/null and b/Backends/sd_net_cpu.png differ diff --git a/Backends/sd_net_cuda.png b/Backends/sd_net_cuda.png new file mode 100644 index 0000000..df0ed9b Binary files /dev/null and b/Backends/sd_net_cuda.png differ diff --git a/Backends/sd_net_rocm.png b/Backends/sd_net_rocm.png new file mode 100644 index 0000000..dc1327d Binary files /dev/null and b/Backends/sd_net_rocm.png differ diff --git a/Backends/stable-diffusion.cpp.txt b/Backends/stable-diffusion.cpp.txt new file mode 100644 index 0000000..56e1e5a --- /dev/null +++ b/Backends/stable-diffusion.cpp.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 leejet + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file