-
Notifications
You must be signed in to change notification settings - Fork 104
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
CUDAExecutionProvider #206
Comments
same me (venv) G:\animatediff-cli-prompt-travel-other>pip show onnxruntime (venv) G:\animatediff-cli-prompt-travel-other>pip show onnxruntime-gpu |
(venv) G:\animatediff-cli-prompt-travel-other>pip show protobuf |
https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html |
ONNX Runtime CUDA cuDNN Notes |
It's a well known issue. They released recently a nightly build of onnxruntime-gpu that was supposed to work with cuda12, but it didn't, however as they are working on it, I believe it will be remedied in near future |
G:\animatediff-cli-prompt-travel-other\venv\lib\site-packages\onnxruntime\capi\onnxruntime_inference_collection.py:69: UserWarning: Specified provider 'CUDAExecutionProvider' |
Rolling back CUDA to 11.8 seems to fix the error. You have to make sure to uninstall all CUDA elements first though. |
Sun Dec 24 18:32:53 2023 +---------------------------------------------------------------------------------------+ nvcc: NVIDIA (R) Cuda compiler driver |
oh i just forcefully update CUDAExecutionProvider to AzureExecutionProvider. not sure that was okay but so far it seems fine... |
import torch |
rembg[gpu] need onnxruntime, onnxruntime-gpu. |
Im recieving this error while generating. This is after a fresh install:
onnxruntime_inference_collection.py:69: UserWarning: Specified provider 'CUDAExecutionProvider' is not in available provider
names.Available providers: 'AzureExecutionProvider, CPUExecutionProvider'
The generation continues but it seems like it may be using the CPU? Is anyone else experiencing this?
The text was updated successfully, but these errors were encountered: