-
Notifications
You must be signed in to change notification settings - Fork 77
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
Add WD14 v3 models #101
base: master
Are you sure you want to change the base?
Add WD14 v3 models #101
Conversation
Making just this change causes this error for me. onnxruntime needs to be added to requirements. |
It already is part of it. stable-diffusion-webui-wd14-tagger/tagger/interrogator.py Lines 347 to 357 in e72d984
I don't have any issue using the WD14 ViT v3 model on a fresh install, so I'm not sure what the root cause of your issue might be. Theoretically if you're getting that error, none of the models would work, meaning it's unrelated. |
@Todokete Hey, in case you still need a solution, this work for me:
|
ONNX and onnxruntime are 2 different things which the later are more important, are you sure you installed the right one? |
Please enter the environment again with .\venv\Scripts\activate, then type: pip show onnxruntime |
It worked for me 👍🏻, I had the same error and it solved it |
Closes #100