Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit 656d452

Browse files
committed
Version bump, Remove duplicate cliptokenizer.onnx
1 parent 8df1489 commit 656d452

File tree

4 files changed

+7
-98343
lines changed

4 files changed

+7
-98343
lines changed

OnnxStack.Console/OnnxStack.Console.csproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="OnnxStack.StableDiffusion" Version="0.0.2-alpha" Condition=" '$(Configuration)' == 'Release' "/>
13-
<ProjectReference Include="..\OnnxStack.Core\OnnxStack.Core.csproj" Condition=" '$(Configuration)' == 'Debug' "/>
14-
<ProjectReference Include="..\OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj" Condition=" '$(Configuration)' == 'Debug' "/>
12+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.0" />
13+
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
14+
<PackageReference Include="Microsoft.ML.OnnxRuntime.DirectML" Version="1.16.0" />
1515
</ItemGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
19-
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
20-
<PackageReference Include="Microsoft.ML.OnnxRuntime.DirectML" Version="1.16.0" />
18+
<ProjectReference Include="..\OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj" />
2119
</ItemGroup>
2220

2321
<ItemGroup>

OnnxStack.Core/OnnxStack.Core.csproj

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>0.2.0</Version>
4+
<Version>0.3.1</Version>
55
<TargetFramework>net7.0</TargetFramework>
66
<ImplicitUsings>disable</ImplicitUsings>
77
<Nullable>disable</Nullable>
@@ -46,12 +46,4 @@
4646
<PackageReference Include="Microsoft.ML.OnnxRuntime.Managed" Version="1.16.0" />
4747
</ItemGroup>
4848

49-
<ItemGroup>
50-
<Content Include="cliptokenizer.onnx">
51-
<Pack>true</Pack>
52-
<PackageCopyToOutput>true</PackageCopyToOutput>
53-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
54-
</Content>
55-
</ItemGroup>
56-
5749
</Project>

0 commit comments

Comments
 (0)