-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error during image segmentation when selecting GPU #26
Comments
I'm also having this issue. |
GPU on Linux has a bunch of additional dependencies: Onnx GPU runtime, CUDA toolkit, cuDNN I think the GPU button is meant to be grayed out if it can't be initialized, but it's possible this error isn't detected until it's actually running, which makes it difficult. |
This also occurs on Win 11, Krita 5.2.6, Geforce RTX 3060 Laptop GPU (566.36) Shouldn't it be working with this type of GPU on this OS? Note: Error is slightly different: Error during image segmentation: D:\a_work\1\s\onnxruntime\core\providers\dml\DmlExecutionProvider\src\ExecutionProvider.cpp(896)\onnxruntime.dll!00007FFC8F311B3D: (caller: 00007FFC8F311FB2) Exception(2) tid(2618) 887A0006 The GPU will not respond to more commands, most likely because of an invalid command passed by the calling application. |
Same issue to me: Error during image segmentation: /onnxruntime_src/onnxruntime/core/session/provider_bridge_ort.cc:1080 void onnxruntime::ProviderSharedLibrary::Ensure() [ONNXRuntimeError] : 1 : FAIL : Failed to load library libonnxruntime_providers_shared.so with error: libonnxruntime_providers_shared.so: cannot open shared object file: No such file or directory
|
I installed this via the AUR package on Arch Linux. Everything seems to be running fine on default settings. However, when I switch to the GPU, I get the following error:
I wonder what the issue is?
The text was updated successfully, but these errors were encountered: