-
Notifications
You must be signed in to change notification settings - Fork 37
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
CUDA issue #20
Comments
Same |
Somehow I fixed it by blitzing all fixes. good luck! |
same. help. |
running cuda_11.8.0_522.06_windows.exe seemed to work so far |
anyone able to amend this to make it work on mac, i have an M3 chip but we cant run CUDA |
CUDA only on Nividia, there's some other custom node that can run on CPU |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello! this is awesome but I could not get the v2v function to work in comfyUI. I get this error:
Error occurred when executing LivePortraitVideoNode:
D:\a_work\1\s\onnxruntime\python\onnxruntime_pybind_state.cc:891 onnxruntime::python::CreateExecutionProviderInstance CUDA_PATH is set but CUDA wasnt able to be loaded. Please install the correct version of CUDA andcuDNN 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.
Any Ideas? I followed the instructions on the onnx website to no success..
My GPU is a 4090 and I have CUDA 12.1 but I also tried 12.4
The text was updated successfully, but these errors were encountered: