Skip to content

Commit 51818ec

Browse files
committed
Changed example to use nugets
1 parent 2a20ab1 commit 51818ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Examples/ImageCreationUI/ImageCreationUI.csproj

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

1212
<ItemGroup>
13+
<PackageReference Include="StableDifffusion.NET.Backend.Cpu" Version="1.0.0" />
14+
<PackageReference Include="StableDifffusion.NET.Backend.Cuda" Version="1.0.0" />
15+
<PackageReference Include="StableDifffusion.NET.Backend.Rocm" Version="1.0.0" />
16+
<PackageReference Include="StableDiffusion.NET" Version="1.0.0" />
1317
<PackageReference Include="System.Drawing.Common" Version="8.0.0" />
1418
</ItemGroup>
1519

16-
<ItemGroup>
17-
<ProjectReference Include="..\StableDiffusion.NET\StableDiffusion.NET.csproj" />
18-
</ItemGroup>
19-
2020
</Project>

0 commit comments

Comments
 (0)