[SOLVED] onnxruntime ERROR #116
Replies: 3 comments 2 replies
-
[SOLVED} At the end I was able to solve it, installing CUDA Toolkit 11.8 from https://developer.nvidia.com/cuda-11-8-0-download-archive. Now it works :) I'll leave it here in the case someonelse will find it useful |
Beta Was this translation helpful? Give feedback.
-
i use the cuda 12.1version and get the same trouble, but when i reinstall the cuda11.8, the comfyui said the cuda 11.8 is outdate and refuse to gei in, i fell the proble so funny Prompt executed in 0.20 seconds EP Error D:\a_work\1\s\onnxruntime\python\onnxruntime_pybind_state.cc:743 onnxruntime::python::CreateExecutionProviderInstance CUDA_PATH is set but CUDA wasn't able to be loaded. Please install the correct version of CUDA and cuDNN as mentioned in the GPU requirements page (https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#requirements), make sure they're in the PATH, and that your GPU is supported. ERROR:root:!!! Exception during processing !!! The above exception was the direct cause of the following exception: Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
this is why i hate linux and python. it ALWAYS ends this way |
Beta Was this translation helpful? Give feedback.
-
Hi guys, I'm facing this error only when I use reactor in the workflow. I've tried without reactor and it works, but when I put reactor I got this error.
I tried to unistall and reainstall reactor: same error.
I tried to unistall and reainstall comfyui and installing reactor again: same error
The erorr is this one:
I'm using a 4090 laptop
CUDA is isntalled.
If I run nvidia-smi I get this:
If I run nvcc -V I get this
Can somebody help me and maybe explain me what is happing and how to fix, so I'll learn something new?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions