picobyte / stable-diffusion-webui-wd14-tagger

Labeling extension for Automatic1111's Web UI
539 stars 64 forks source link

CPU Only? #68

Closed nsby7c closed 9 months ago

nsby7c commented 9 months ago

I am running this in the AUTOMATIC SD webui. After I run it, it always says cuda is not available despite running anything else on the webui without issue. Anyone else having this issue? Or is this always a CPU only task?

2023-09-16 00:25:07.270217334 [W:onnxruntime:Default, onnxruntime_pybind_state.cc:640 CreateExecutionProviderInstance] Failed to create CUDAExecutionProvider. Please reference https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#requirements to ensure all dependencies are met.

picobyte commented 9 months ago

It looks like a version discrepancy, not really a wd14 tagger issue. Make sure you are in the environment of the webui (venv/conda/micromamba/docker/whatelse) do a pip list and make sure the installed packages are in sync with one another, concerning the package versions in the link that you or rather, your console log, provided.