Skip to content

Commit de73276

Browse files
committed
Fixed stupid typo in backend-packages
1 parent 825ec73 commit de73276

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

Backends/StableDiffusion.NET.Backend.Cpu.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package>
33
<metadata>
4-
<id>StableDifffusion.NET.Backend.Cpu</id>
4+
<id>StableDiffusion.NET.Backend.Cpu</id>
55
<version>$version$</version>
6-
<title>StableDifffusion.NET.Backend.Cpu</title>
6+
<title>StableDiffusion.NET.Backend.Cpu</title>
77
<authors>Darth Affe &amp; stable-diffusion.cpp Authors</authors>
88
<requireLicenseAcceptance>false</requireLicenseAcceptance>
99
<license type="expression">MIT</license>

Backends/StableDiffusion.NET.Backend.Cuda.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package>
33
<metadata>
4-
<id>StableDifffusion.NET.Backend.Cuda</id>
4+
<id>StableDiffusion.NET.Backend.Cuda</id>
55
<version>$version$</version>
6-
<title>StableDifffusion.NET.Backend.Cuda</title>
6+
<title>StableDiffusion.NET.Backend.Cuda</title>
77
<authors>Darth Affe &amp; stable-diffusion.cpp Authors</authors>
88
<requireLicenseAcceptance>false</requireLicenseAcceptance>
99
<license type="expression">MIT</license>
@@ -20,7 +20,7 @@
2020

2121
<file src="windows-cuda11/stable-diffusion.dll" target="runtimes\win-x64\native\cuda11\stable-diffusion.dll" />
2222
<file src="windows-cuda12/stable-diffusion.dll" target="runtimes\win-x64\native\cuda12\stable-diffusion.dll" />
23-
23+
2424
<file src="linux-cuda11/libstable-diffusion.so" target="runtimes\linux-x64\native\cuda11\libstable-diffusion.so" />
2525
<file src="linux-cuda12/libstable-diffusion.so" target="runtimes\linux-x64\native\cuda12\libstable-diffusion.so" />
2626

Backends/StableDiffusion.NET.Backend.Rocm.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package>
33
<metadata>
4-
<id>StableDifffusion.NET.Backend.Rocm</id>
4+
<id>StableDiffusion.NET.Backend.Rocm</id>
55
<version>$version$</version>
6-
<title>StableDifffusion.NET.Backend.Rocm</title>
6+
<title>StableDiffusion.NET.Backend.Rocm</title>
77
<authors>Darth Affe &amp; stable-diffusion.cpp Authors</authors>
88
<requireLicenseAcceptance>false</requireLicenseAcceptance>
99
<license type="expression">MIT</license>
@@ -19,7 +19,7 @@
1919
<file src="StableDiffusion.NET.Backend.props" target="build/net8.0/StableDiffusion.NET.Backend.Rocm.props" />
2020

2121
<file src="windows-rocm5/stable-diffusion.dll" target="runtimes\win-x64\native\rocm5\stable-diffusion.dll" />
22-
22+
2323
<file src="linux-rocm6/libstable-diffusion.so" target="runtimes\linux-x64\native\rocm6\libstable-diffusion.so" />
2424

2525
<file src="sd_net_rocm.png" target="sd_net_rocm.png" />

Examples/ImageCreationUI/ImageCreationUI.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="StableDifffusion.NET.Backend.Cpu" Version="1.2.0" />
14-
<PackageReference Include="StableDifffusion.NET.Backend.Cuda" Version="1.2.0" />
15-
<PackageReference Include="StableDifffusion.NET.Backend.Rocm" Version="1.2.0" />
16-
<PackageReference Include="StableDifffusion.NET" Version="1.2.0" />
13+
<PackageReference Include="StableDiffusion.NET.Backend.Cpu" Version="1.2.0" />
14+
<PackageReference Include="StableDiffusion.NET.Backend.Cuda" Version="1.2.0" />
15+
<PackageReference Include="StableDiffusion.NET.Backend.Rocm" Version="1.2.0" />
16+
<PackageReference Include="StableDiffusion.NET" Version="1.2.0" />
1717
<PackageReference Include="System.Drawing.Common" Version="8.0.4" />
1818
</ItemGroup>
1919

0 commit comments

Comments
 (0)