This repository was archived by the owner on Nov 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
<ItemGroup >
12
12
<PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 7.0.1" />
13
13
<PackageReference Include =" Microsoft.Extensions.Logging" Version =" 7.0.0" />
14
- <PackageReference Include =" Microsoft.ML.OnnxRuntime.DirectML " Version =" 1.16.1" />
14
+ <PackageReference Include =" Microsoft.ML.OnnxRuntime.Gpu " Version =" 1.16.1" />
15
15
</ItemGroup >
16
16
17
17
<ItemGroup >
Original file line number Diff line number Diff line change 27
27
"InterOpNumThreads" : 0 ,
28
28
"IntraOpNumThreads" : 0 ,
29
29
"ExecutionMode" : " ORT_SEQUENTIAL" ,
30
- "ExecutionProvider" : " DirectML " ,
30
+ "ExecutionProvider" : " Cuda " ,
31
31
"ModelConfigurations" : [
32
32
{
33
33
"Type" : " Tokenizer" ,
Original file line number Diff line number Diff line change 49
49
</ItemGroup >
50
50
51
51
<ItemGroup >
52
- <PackageReference Include =" OnnxStack.StableDiffusion" Version =" 0.6.0" Condition =" '$(Configuration)' == 'Release' " />
52
+ <PackageReference Include =" Microsoft.ML.OnnxRuntime.Gpu" Version =" 1.16.1" />
53
+ <PackageReference Include =" OnnxStack.StableDiffusion" Version =" 0.6.0" Condition =" '$(Configuration)' == 'Release' " />
53
54
<ProjectReference Include =" ..\OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj" />
54
55
</ItemGroup >
55
56
58
59
<PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 7.0.1" />
59
60
<PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 7.0.0" />
60
61
<PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 7.0.0" />
61
- <PackageReference Include =" Microsoft.ML.OnnxRuntime.DirectML" Version =" 1.16.1" />
62
62
<PackageReference Include =" Microsoft.Xaml.Behaviors.Wpf" Version =" 1.1.39" />
63
63
</ItemGroup >
64
64
You can’t perform that action at this time.
0 commit comments