Open JackR-67 opened 2 months ago
Same here. I believe it's a problem with CUDA version, I updated Pytorch the other day and I guess it updated CUDA to 12.1.
I had the same issue. CUDA 12.4, The issue is onnxruntime. I update onnxruntime-gpu to 1.18.1 but you have to update onnxruntime also! so when I did
pip uninstall onnxruntime
pip install onnxruntime
it updated onnxruntime to 1.19.2. Works perfectly afterwords.
YES!!!! thanks a lot! It worked! So you have to update both onnxruntime-gpu AND onnxruntime !!!! Great hint, thank you!!!!!!!
Thank you, works great !
Just hade the same for issue for ReActor after uninstalling another node (deforum I think).
The solution was to upgrade onnxruntime.
In you ComfyUI folder run python_embeded\python -m pip install onnxruntime --upgrade
pip uninstall onnxruntime
这个方法有效,非常感谢!This method works, thank you very much!
First, confirm
What happened?
How can I solve this new REACTOR error? The error only occurs when running the reactor. So far everything has worked perfectly
Steps to reproduce the problem
D:\a_work\1\s\onnxruntime\python\onnxruntime_pybind_state.cc:636 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.
Sysinfo
Windows 10 ComfyUI
Relevant console log
Additional information
No response