This repository was archived by the owner on Nov 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +16
-16
lines changed
OnnxStack.StableDiffusion Expand file tree Collapse file tree 6 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1616 </ItemGroup >
1717
1818 <ItemGroup >
19- <PackageReference Include =" OnnxStack.StableDiffusion" Version =" 0.23 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
20- <PackageReference Include =" OnnxStack.ImageUpscaler" Version =" 0.23 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
21- <PackageReference Include =" OnnxStack.FeatureExtractor" Version =" 0.23 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
19+ <PackageReference Include =" OnnxStack.StableDiffusion" Version =" 0.25 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
20+ <PackageReference Include =" OnnxStack.ImageUpscaler" Version =" 0.25 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
21+ <PackageReference Include =" OnnxStack.FeatureExtractor" Version =" 0.25 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
2222 <ProjectReference Include =" ..\OnnxStack.FeatureExtractor\OnnxStack.FeatureExtractor.csproj" Condition =" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Debug-Nvidia'" />
2323 <ProjectReference Include =" ..\OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj" Condition =" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Debug-Nvidia'" />
2424 <ProjectReference Include =" ..\OnnxStack.ImageUpscaler\OnnxStack.ImageUpscaler.csproj" Condition =" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Debug-Nvidia'" />
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <Version >0.23 .0</Version >
4+ <Version >0.25 .0</Version >
55 <TargetFramework >net7.0</TargetFramework >
66 <ImplicitUsings >disable</ImplicitUsings >
77 <Nullable >disable</Nullable >
3838
3939 <ItemGroup >
4040 <PackageReference Include =" FFMpegCore" Version =" 5.1.0" />
41- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 8.0.0 " />
41+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 8.0.1 " />
4242 <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 8.0.0" />
43- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8.0.0 " />
43+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8.0.1 " />
4444 <PackageReference Include =" Microsoft.ML" Version =" 3.0.1" />
4545 <PackageReference Include =" Microsoft.ML.OnnxRuntime.Extensions" Version =" 0.10.0" />
4646 <PackageReference Include =" Microsoft.ML.OnnxRuntime.Managed" Version =" 1.17.1" />
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <Version >0.23 .0</Version >
4+ <Version >0.25 .0</Version >
55 <TargetFramework >net7.0</TargetFramework >
66 <ImplicitUsings >disable</ImplicitUsings >
77 <Nullable >disable</Nullable >
3535 </ItemGroup >
3636
3737 <ItemGroup >
38- <PackageReference Include =" OnnxStack.Core" Version =" 0.23 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
38+ <PackageReference Include =" OnnxStack.Core" Version =" 0.25 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
3939 <ProjectReference Include =" ..\OnnxStack.Core\OnnxStack.Core.csproj" Condition =" '$(Configuration)' == 'Debug' OR '$(Configuration)'=='Debug-Nvidia'" />
4040 </ItemGroup >
4141
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <Version >0.23 .0</Version >
4+ <Version >0.25 .0</Version >
55 <TargetFramework >net7.0</TargetFramework >
66 <ImplicitUsings >disable</ImplicitUsings >
77 <Nullable >disable</Nullable >
3535 </ItemGroup >
3636
3737 <ItemGroup >
38- <PackageReference Include =" OnnxStack.Core" Version =" 0.23 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
38+ <PackageReference Include =" OnnxStack.Core" Version =" 0.25 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
3939 <ProjectReference Include =" ..\OnnxStack.Core\OnnxStack.Core.csproj" Condition =" '$(Configuration)' == 'Debug' OR '$(Configuration)'=='Debug-Nvidia'" />
4040 </ItemGroup >
4141
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <Version >0.23.1 </Version >
4+ <Version >0.25.0 </Version >
55 <TargetFramework >net7.0</TargetFramework >
66 <ImplicitUsings >disable</ImplicitUsings >
77 <Nullable >disable</Nullable >
4646 </ItemGroup >
4747
4848 <ItemGroup >
49- <PackageReference Include =" OnnxStack.Core" Version =" 0.23 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
49+ <PackageReference Include =" OnnxStack.Core" Version =" 0.25 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
5050 <ProjectReference Include =" ..\OnnxStack.Core\OnnxStack.Core.csproj" Condition =" '$(Configuration)' == 'Debug' OR '$(Configuration)'=='Debug-Nvidia'" />
5151 </ItemGroup >
5252
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <Version >0.23 .0</Version >
4+ <Version >0.25 .0</Version >
55 <OutputType >WinExe</OutputType >
66 <TargetFramework >net7.0-windows</TargetFramework >
77 <Nullable >disable</Nullable >
4747 </ItemGroup >
4848
4949 <ItemGroup >
50- <PackageReference Include =" OnnxStack.StableDiffusion" Version =" 0.23 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
51- <PackageReference Include =" OnnxStack.ImageUpscaler" Version =" 0.23 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
52- <PackageReference Include =" OnnxStack.FeatureExtractor" Version =" 0.23 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
50+ <PackageReference Include =" OnnxStack.StableDiffusion" Version =" 0.25 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
51+ <PackageReference Include =" OnnxStack.ImageUpscaler" Version =" 0.25 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
52+ <PackageReference Include =" OnnxStack.FeatureExtractor" Version =" 0.25 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
5353 <ProjectReference Include =" ..\OnnxStack.FeatureExtractor\OnnxStack.FeatureExtractor.csproj" Condition =" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Debug-Nvidia'" />
5454 <ProjectReference Include =" ..\OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj" Condition =" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Debug-Nvidia'" />
5555 <ProjectReference Include =" ..\OnnxStack.ImageUpscaler\OnnxStack.ImageUpscaler.csproj" Condition =" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Debug-Nvidia'" />
You can’t perform that action at this time.
0 commit comments