5 Commits README.md Update README.md Nov 2, 2024 requirements.txt Create requirements.txt Nov 1, 2024 wd_tag.py Update wd_tag.py Nov 2, 2024 wd-swinv2-tagger-v3-script wd-swinv2-tagger-v3 scipt Installation git clone https://github.com/phppan/wd-swinv2-tagger-v3-script cd wd-swin...
📌 wd-vit-tagger-v3:使用Vision Transformer (ViT) 结构的第三版本模型,适用于需要高精度和处理复杂图像场景的任务。📌 wd-swinv2-tagger-v3:使用Swin Transformer V2结构的第三版本模型,适用于大规模图像处理和需要不同尺度特征的任务,如图像分割和检测。📌 wd-convnext-tagger-v3:使用ConvNeXt结构的第三版...
1 https://gitee.com/hf-models/wd-swinv2-tagger-v3.git git@gitee.com:hf-models/wd-swinv2-tagger-v3.git hf-models wd-swinv2-tagger-v3 wd-swinv2-tagger-v3深圳市奥思网络科技有限公司版权所有 Git 大全 Git 命令学习 CopyCat 代码克隆检测 APP与插件下载 Gitee Reward Gitee 封面人物 ...
"wd-swinv2-tagger-v3":"https://huggingface.co/SmilingWolf/wd-swinv2-tagger-v3", 13+ "wd-convnext-tagger-v3":"https://huggingface.co/SmilingWolf/wd-convnext-tagger-v3", 14+ "wd-v1-4-moat-tagger-v2":"https://huggingface.co/SmilingWolf/wd-v1-4-moat-tagger-v2", ...
"wd-swinv2-tagger-v3":"https://huggingface.co/SmilingWolf/wd-swinv2-tagger-v3", 14- "wd-convnext-tagger-v3":"https://huggingface.co/SmilingWolf/wd-convnext-tagger-v3", 15- "wd-v1-4-moat-tagger-v2":"https://huggingface.co/SmilingWolf/wd-v1-4-moat-tagger-v2", ...
"wd-swinv2-tagger-v3", 4242 "wd-convnext-tagger-v3", 43+ "wd-vit-large-tagger-v3", 4344 ] 4445 4546 WD_TAGGER_THRESHOLDS=[ @@ -53,6 +54,7 @@ 5354 0.25, 5455 0.25, 5556 0.25, 57+ 0.26, 5658 ]# v1: idk if it's okay v2: P=R thresholds on each repo https://huggingfa...
https://huggingface.co/SmilingWolf/wd-swinv2-tagger-v3 https://huggingface.co/SmilingWolf/wd-convnext-tagger-v3 https://huggingface.co/SmilingWolf/wd-v1-4-moat-tagger-v2 https://huggingface.co/SmilingWolf/wd-v1-4-convnextv2-tagger-v2 ...
python wdv3_timm.py<swinv2|convnext|vit>path/to/image.png Example output frompython wdv3_timm.py vit a_picture_of_ganyu.png: Loading model'vit'from'SmilingWolf/wd-vit-tagger-v3'... Loading tag list... Creating data transform... Loading image and preprocessing... Running inference... ...
13 14 "wd-vit-tagger-v3": "{HF_ENDPOINT}/SmilingWolf/wd-vit-tagger-v3", 14 15 "wd-swinv2-tagger-v3": "{HF_ENDPOINT}/SmilingWolf/wd-swinv2-tagger-v3", 15 16 "wd-convnext-tagger-v3": "{HF_ENDPOINT}/SmilingWolf/wd-convnext-tagger-v3", @@ -19,6 +20,7 @@ 19 20 "wd...
'wd-swinv2-v3', 22+ repo_id='SmilingWolf/wd-swinv2-tagger-v3', 23+ ), 24+ 'wd-convnext-v3':WaifuDiffusionInterrogator( 25+ 'wd-convnext-v3', 26+ repo_id='SmilingWolf/wd-convnext-tagger-v3', 27+ ), 1628 'wd14-convnextv2-v2':WaifuDiffusionInterrogator( ...