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 1111 <ItemGroup >
1212 <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 7.0.1" />
1313 <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" />
1515 </ItemGroup >
1616
1717 <ItemGroup >
Original file line number Diff line number Diff line change 2727 "InterOpNumThreads" : 0 ,
2828 "IntraOpNumThreads" : 0 ,
2929 "ExecutionMode" : " ORT_SEQUENTIAL" ,
30- "ExecutionProvider" : " DirectML " ,
30+ "ExecutionProvider" : " Cuda " ,
3131 "ModelConfigurations" : [
3232 {
3333 "Type" : " Tokenizer" ,
Original file line number Diff line number Diff line change 4949 </ItemGroup >
5050
5151 <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' " />
5354 <ProjectReference Include =" ..\OnnxStack.StableDiffusion\OnnxStack.StableDiffusion.csproj" />
5455 </ItemGroup >
5556
5859 <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 7.0.1" />
5960 <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 7.0.0" />
6061 <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 7.0.0" />
61- <PackageReference Include =" Microsoft.ML.OnnxRuntime.DirectML" Version =" 1.16.1" />
6262 <PackageReference Include =" Microsoft.Xaml.Behaviors.Wpf" Version =" 1.1.39" />
6363 </ItemGroup >
6464
You can’t perform that action at this time.
0 commit comments