TensorStack-AI / OnnxStack

C# Stable Diffusion using ONNX Runtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] CUDA provider disappeared in 0.9.0

ke1ne opened this issue · comments

Hi, in 0.8.0 settings I had CUDA provider available. Just got 0.9.0, and there is no CUDA now:
image
Did I break anything?
Thanks!

Hi Ke1ne,

The CUDA and CoreML options were removed as they were never supported by the UI, and they were causing confusion

DirectML supports AMD and NVIDIA

CUDA requires a different build with CUDA binaries and that is something I have not gotten to yet, we are still experiencing huge VRAM spikes with the CUDA provider.
#41

The nuget packages still support all ONNX providers including CUDA, this is just a limit on the UI build

If you are compiling the UI code and want to use the Onnx CUDA package and just want the option back then App.xaml line 1980

The CUDA and CoreML options were removed as they were never supported by the UI, and they were causing confusion

Oh. So now it's a correct variation. Thanks, got it!