DeepBooru Tag Interrogator Not working, missing required dlls, doesn't recognize GPU #3335
Unanswered
ArmadstheDoom
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So there are about three cascading issues here, the surface level being that the deepbooru interrogator does not work in the webui. If you use it, you're going to get terrible, unusable tags. Which entirely defeats the purpose of using it. But the issue isn't with deepbooru, because you can use the online demo and see that it's giving you entirely different tags with the same images.
So let's dig through the error messages.
So doing some google searching tells me that the issue, as far as I can tell, is that tensorflow doesn't recognize that I've got a GPU to run off of, and when you run deepbooru off a CPU, it doesn't work correctly. Googling also tells me that the issue is that, for whatever reason, it's demanding that I have outdated CUDA dlls installed.
Fair enough. I've installed the demanded dlls by installing CUDA 10 on my system; because of the nature of CUDA, it's always installed to PATH. No dice, it doesn't recognize that I've installed them.
Now, you can force tensorflow to try and use your cpu only, but that only removes the error, it doesn't fix the problem, which is that the tagging interrogator literally does not work on your cpu, because it's horribly inaccurate at the same settings. You don't need me to tell you that, you can do a side by side comparison and see for yourself that it's not tagging things accurately.
Now, doing more googling says that I could install CUDA and CUDNN manually, but the latter is only for developers of nvidia cards, and the issue is that it doesn't say where I should be installing it. I'm not smart enough to be trying to mess around with anaconda environments and installing things all over my C drive that I don't understand, because I don't know how to code in python.
Is there some reason that this is trying and failing to use the CPU? Because it's really dumb that it'll take a picture of a face and the biggest tags are 'fishnets' and 'chain link fence' on the interrogator, but it's fine when you use the actual build?
Beta Was this translation helpful? Give feedback.
All reactions