picobyte / stable-diffusion-webui-wd14-tagger

Labeling extension for Automatic1111's Web UI
595 stars 74 forks source link

not working on macbook pro m2 #36

Open augusdin opened 1 year ago

augusdin commented 1 year ago

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'

picobyte commented 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.

picobyte commented 1 year ago

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.