This repository was archived by the owner on Nov 27, 2024. It is now read-only.
File tree 6 files changed +16
-16
lines changed
OnnxStack.StableDiffusion
6 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 16
16
</ItemGroup >
17
17
18
18
<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'" />
22
22
<ProjectReference Include =" ..\OnnxStack.FeatureExtractor\OnnxStack.FeatureExtractor.csproj" Condition =" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Debug-Nvidia'" />
23
23
<ProjectReference Include =" ..\OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj" Condition =" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Debug-Nvidia'" />
24
24
<ProjectReference Include =" ..\OnnxStack.ImageUpscaler\OnnxStack.ImageUpscaler.csproj" Condition =" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Debug-Nvidia'" />
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <Version >0.23 .0</Version >
4
+ <Version >0.25 .0</Version >
5
5
<TargetFramework >net7.0</TargetFramework >
6
6
<ImplicitUsings >disable</ImplicitUsings >
7
7
<Nullable >disable</Nullable >
38
38
39
39
<ItemGroup >
40
40
<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 " />
42
42
<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 " />
44
44
<PackageReference Include =" Microsoft.ML" Version =" 3.0.1" />
45
45
<PackageReference Include =" Microsoft.ML.OnnxRuntime.Extensions" Version =" 0.10.0" />
46
46
<PackageReference Include =" Microsoft.ML.OnnxRuntime.Managed" Version =" 1.17.1" />
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <Version >0.23 .0</Version >
4
+ <Version >0.25 .0</Version >
5
5
<TargetFramework >net7.0</TargetFramework >
6
6
<ImplicitUsings >disable</ImplicitUsings >
7
7
<Nullable >disable</Nullable >
35
35
</ItemGroup >
36
36
37
37
<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'" />
39
39
<ProjectReference Include =" ..\OnnxStack.Core\OnnxStack.Core.csproj" Condition =" '$(Configuration)' == 'Debug' OR '$(Configuration)'=='Debug-Nvidia'" />
40
40
</ItemGroup >
41
41
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <Version >0.23 .0</Version >
4
+ <Version >0.25 .0</Version >
5
5
<TargetFramework >net7.0</TargetFramework >
6
6
<ImplicitUsings >disable</ImplicitUsings >
7
7
<Nullable >disable</Nullable >
35
35
</ItemGroup >
36
36
37
37
<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'" />
39
39
<ProjectReference Include =" ..\OnnxStack.Core\OnnxStack.Core.csproj" Condition =" '$(Configuration)' == 'Debug' OR '$(Configuration)'=='Debug-Nvidia'" />
40
40
</ItemGroup >
41
41
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <Version >0.23.1 </Version >
4
+ <Version >0.25.0 </Version >
5
5
<TargetFramework >net7.0</TargetFramework >
6
6
<ImplicitUsings >disable</ImplicitUsings >
7
7
<Nullable >disable</Nullable >
46
46
</ItemGroup >
47
47
48
48
<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'" />
50
50
<ProjectReference Include =" ..\OnnxStack.Core\OnnxStack.Core.csproj" Condition =" '$(Configuration)' == 'Debug' OR '$(Configuration)'=='Debug-Nvidia'" />
51
51
</ItemGroup >
52
52
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <Version >0.23 .0</Version >
4
+ <Version >0.25 .0</Version >
5
5
<OutputType >WinExe</OutputType >
6
6
<TargetFramework >net7.0-windows</TargetFramework >
7
7
<Nullable >disable</Nullable >
47
47
</ItemGroup >
48
48
49
49
<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'" />
53
53
<ProjectReference Include =" ..\OnnxStack.FeatureExtractor\OnnxStack.FeatureExtractor.csproj" Condition =" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Debug-Nvidia'" />
54
54
<ProjectReference Include =" ..\OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj" Condition =" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Debug-Nvidia'" />
55
55
<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