Open augusdin opened 1 year ago
Do you use git current? requirements.txt includes tensorflow, so it should be installed, or is this not possible for your setup? Without none of the tensorflow interrogations would work, which leaves only the wd* taggers.
If tensorflow is unavailable because of system limitations then it should after 516271c1d5972fd6c73ccddd0f1326562eb740b1 hopefully not just give an error on start. However, as mentioned, only the wd* taggers work. If you try the other ones, they require tensorflow, and upon trying they crash. They should ideally not be listed, but this requires more work.
File "/Users/saladingsu/stable-diffusion-webui/extensions/stable-diffusion-webui-wd14-tagger/tagger/ui.py", line 7, in
from tensorflow import version as tf_version
ModuleNotFoundError: No module named 'tensorflow'