KuzuLabz/WaifuTagger
A utility app that tags your images with danbooru tags - fully offline
WaifuTagger
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!
๐ค 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
- This app uses expo-share-intent and will need additional setup for iOS.
