toriato / stable-diffusion-webui-wd14-tagger

Labeling extension for Automatic1111's Web UI
1.34k stars 236 forks source link

fix: failed to install onnxruntime package on MacOS #83

Open heady713 opened 1 year ago

heady713 commented 1 year ago

When using tagger on MacOS, the following error occurs:

ERROR: Could not find a version that satisfies the requirement onnxruntime-gpu (from versions: none)
ERROR: No matching distribution found for onnxruntime-gpu

The package name of onnxruntime on macos is different, it should be onnxruntime-silicon

picobyte commented 1 year ago

should be fixed in my branch, though I've added support via requirements.txt, does that work for you?