pythongosssss / ComfyUI-WD14-Tagger

A ComfyUI extension allowing for the interrogation of booru tags from images.
MIT License
436 stars 51 forks source link

Working, but logging "Failed to create CUDAExecutionProvider" #19

Closed ghostsquad closed 3 months ago

ghostsquad commented 5 months ago

This seems to be working, but I'm getting logs like this (I followed the instructions and made to sure to run the pip install in the README, which was successful).

2024-01-09 21:33:49.2971069 [W:onnxruntime:Default, onnxruntime_pybind_state.cc:747 onnxruntime::python::CreateExecutionProviderInstance] Failed to create CUDAExecutionProvider. Please reference https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#requirements to ensure all dependencies are met.
pythongosssss commented 5 months ago

it looks like it is failing to use the GPU for some reason, and so will be falling back to using the CPU instead which isn't really an issue for you unless it is very slow. I can only recommend checking the dependencies listed on the link in the error message https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html