Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 2.04 KB

File metadata and controls

41 lines (30 loc) · 2.04 KB

WaifuTagger

banner

Android Desktop Itchdotio

Run SmilingWolfs WD Convnext Tagger v3 model on mobile and WD SwinV2 Tagger v3 on desktop!

🎮 Platforms

Android and Desktop (Windows, MacOS, Linux)

💾 Download

Take a look at the latest release!

Itchdotio

🤗 Model

Mobile

To run the model on mobile, I quantized it and added preprocessing using onnxruntime-extentions. This model is available on my HuggingFace. You can also find more details about the process there.

Desktop

Desktop is using p1atdev's transformers version of the WD SwinV2 Tagger v3 model due to some ops (decodeImage) not working with onnxruntime-web.

The WASM backend is used for inference.

🎯 Model Accuracy

Mobile

If you get bad results, it's highly likely that I did something wrong with the preprocessing. Any tips for improvement would be appreciated.

iOS Notes