This repository was archived by the owner on Nov 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-98343
lines changed
OnnxStack.StableDiffusion Expand file tree Collapse file tree 4 files changed +7
-98343
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments