mirror of
https://github.com/DarthAffe/StableDiffusion.NET.git
synced 2025-12-12 13:28:35 +00:00
Fixed stupid typo in backend-packages
This commit is contained in:
parent
825ec73bda
commit
de732763b8
@ -1,9 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<package>
|
<package>
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>StableDifffusion.NET.Backend.Cpu</id>
|
<id>StableDiffusion.NET.Backend.Cpu</id>
|
||||||
<version>$version$</version>
|
<version>$version$</version>
|
||||||
<title>StableDifffusion.NET.Backend.Cpu</title>
|
<title>StableDiffusion.NET.Backend.Cpu</title>
|
||||||
<authors>Darth Affe & stable-diffusion.cpp Authors</authors>
|
<authors>Darth Affe & stable-diffusion.cpp Authors</authors>
|
||||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
<license type="expression">MIT</license>
|
<license type="expression">MIT</license>
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<package>
|
<package>
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>StableDifffusion.NET.Backend.Cuda</id>
|
<id>StableDiffusion.NET.Backend.Cuda</id>
|
||||||
<version>$version$</version>
|
<version>$version$</version>
|
||||||
<title>StableDifffusion.NET.Backend.Cuda</title>
|
<title>StableDiffusion.NET.Backend.Cuda</title>
|
||||||
<authors>Darth Affe & stable-diffusion.cpp Authors</authors>
|
<authors>Darth Affe & stable-diffusion.cpp Authors</authors>
|
||||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
<license type="expression">MIT</license>
|
<license type="expression">MIT</license>
|
||||||
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
<file src="windows-cuda11/stable-diffusion.dll" target="runtimes\win-x64\native\cuda11\stable-diffusion.dll" />
|
<file src="windows-cuda11/stable-diffusion.dll" target="runtimes\win-x64\native\cuda11\stable-diffusion.dll" />
|
||||||
<file src="windows-cuda12/stable-diffusion.dll" target="runtimes\win-x64\native\cuda12\stable-diffusion.dll" />
|
<file src="windows-cuda12/stable-diffusion.dll" target="runtimes\win-x64\native\cuda12\stable-diffusion.dll" />
|
||||||
|
|
||||||
<file src="linux-cuda11/libstable-diffusion.so" target="runtimes\linux-x64\native\cuda11\libstable-diffusion.so" />
|
<file src="linux-cuda11/libstable-diffusion.so" target="runtimes\linux-x64\native\cuda11\libstable-diffusion.so" />
|
||||||
<file src="linux-cuda12/libstable-diffusion.so" target="runtimes\linux-x64\native\cuda12\libstable-diffusion.so" />
|
<file src="linux-cuda12/libstable-diffusion.so" target="runtimes\linux-x64\native\cuda12\libstable-diffusion.so" />
|
||||||
|
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<package>
|
<package>
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>StableDifffusion.NET.Backend.Rocm</id>
|
<id>StableDiffusion.NET.Backend.Rocm</id>
|
||||||
<version>$version$</version>
|
<version>$version$</version>
|
||||||
<title>StableDifffusion.NET.Backend.Rocm</title>
|
<title>StableDiffusion.NET.Backend.Rocm</title>
|
||||||
<authors>Darth Affe & stable-diffusion.cpp Authors</authors>
|
<authors>Darth Affe & stable-diffusion.cpp Authors</authors>
|
||||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
<license type="expression">MIT</license>
|
<license type="expression">MIT</license>
|
||||||
@ -19,7 +19,7 @@
|
|||||||
<file src="StableDiffusion.NET.Backend.props" target="build/net8.0/StableDiffusion.NET.Backend.Rocm.props" />
|
<file src="StableDiffusion.NET.Backend.props" target="build/net8.0/StableDiffusion.NET.Backend.Rocm.props" />
|
||||||
|
|
||||||
<file src="windows-rocm5/stable-diffusion.dll" target="runtimes\win-x64\native\rocm5\stable-diffusion.dll" />
|
<file src="windows-rocm5/stable-diffusion.dll" target="runtimes\win-x64\native\rocm5\stable-diffusion.dll" />
|
||||||
|
|
||||||
<file src="linux-rocm6/libstable-diffusion.so" target="runtimes\linux-x64\native\rocm6\libstable-diffusion.so" />
|
<file src="linux-rocm6/libstable-diffusion.so" target="runtimes\linux-x64\native\rocm6\libstable-diffusion.so" />
|
||||||
|
|
||||||
<file src="sd_net_rocm.png" target="sd_net_rocm.png" />
|
<file src="sd_net_rocm.png" target="sd_net_rocm.png" />
|
||||||
|
|||||||
@ -10,10 +10,10 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="StableDifffusion.NET.Backend.Cpu" Version="1.2.0" />
|
<PackageReference Include="StableDiffusion.NET.Backend.Cpu" Version="1.2.0" />
|
||||||
<PackageReference Include="StableDifffusion.NET.Backend.Cuda" Version="1.2.0" />
|
<PackageReference Include="StableDiffusion.NET.Backend.Cuda" Version="1.2.0" />
|
||||||
<PackageReference Include="StableDifffusion.NET.Backend.Rocm" Version="1.2.0" />
|
<PackageReference Include="StableDiffusion.NET.Backend.Rocm" Version="1.2.0" />
|
||||||
<PackageReference Include="StableDifffusion.NET" Version="1.2.0" />
|
<PackageReference Include="StableDiffusion.NET" Version="1.2.0" />
|
||||||
<PackageReference Include="System.Drawing.Common" Version="8.0.4" />
|
<PackageReference Include="System.Drawing.Common" Version="8.0.4" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user