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 +14
-14
lines changed
OnnxStack.StableDiffusion Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1616 </ItemGroup >
1717
1818 <ItemGroup >
19- <PackageReference Include =" OnnxStack.StableDiffusion" Version =" 0.27 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
20- <PackageReference Include =" OnnxStack.ImageUpscaler" Version =" 0.27 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
21- <PackageReference Include =" OnnxStack.FeatureExtractor" Version =" 0.27 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
19+ <PackageReference Include =" OnnxStack.StableDiffusion" Version =" 0.31 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
20+ <PackageReference Include =" OnnxStack.ImageUpscaler" Version =" 0.31 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
21+ <PackageReference Include =" OnnxStack.FeatureExtractor" Version =" 0.31 .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.27 .0</Version >
4+ <Version >0.31 .0</Version >
55 <TargetFramework >net7.0</TargetFramework >
66 <ImplicitUsings >disable</ImplicitUsings >
77 <Nullable >disable</Nullable >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <Version >0.27 .0</Version >
4+ <Version >0.31 .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.27 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
38+ <PackageReference Include =" OnnxStack.Core" Version =" 0.31 .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.27 .0</Version >
4+ <Version >0.31 .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.27 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
38+ <PackageReference Include =" OnnxStack.Core" Version =" 0.31 .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.27 .0</Version >
4+ <Version >0.31 .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.27 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
49+ <PackageReference Include =" OnnxStack.Core" Version =" 0.31 .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.27 .0</Version >
4+ <Version >0.31 .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.27 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
51- <PackageReference Include =" OnnxStack.ImageUpscaler" Version =" 0.27 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
52- <PackageReference Include =" OnnxStack.FeatureExtractor" Version =" 0.27 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
50+ <PackageReference Include =" OnnxStack.StableDiffusion" Version =" 0.31 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
51+ <PackageReference Include =" OnnxStack.ImageUpscaler" Version =" 0.31 .0" Condition =" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'Release-Nvidia'" />
52+ <PackageReference Include =" OnnxStack.FeatureExtractor" Version =" 0.31 .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