picobyte / stable-diffusion-webui-wd14-tagger

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

The WD14-Tagger extension for Stable Diffusion was successfully installed, but it is not working properly. #107

Open COMFUCAS opened 2 months ago

COMFUCAS commented 2 months ago

q a1 Q A2 Q A3 Q A5

  1. The above pictures show the error content when I used the tagger plugin, as well as the versions of cuda, cudnn, pytorch and onnxruntime-gpu I installed.
  2. Someone told me that there was a problem with installing the cuda and cudnn versions. I had rolled back from cuda12.3 to cuda12.1, but after reinstalling, the same error message appeared.
  3. I don't understand the reason for the error when using the plug-in. Could you please help me check the following questions to see how to solve them?
  4. Or because my laptop Nvidia 4060 graphics card doesn't support this feature?
matasis commented 1 month ago

安装支持cuda12的onnxruntime-gpu

pip uninstall onnxruntime-gpu
pip install onnxruntime-gpu --extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-cuda-12/pypi/simple/ 
COMFUCAS commented 1 month ago

屏幕截图 2024-05-13 161444 Same

qooyvonne commented 1 month ago

I also have the same problem Please tell me how you solved it in the end. 2d09dc3c43e42fdc1c1d4583c365db51

[Thanks]

qooyvonne commented 1 month ago

By downloading this version https://github.com/67372a/stable-diffusion-webui-wd14-tagger I solved my problem