Skip to content

Commit

Permalink
dev(narugo): add vit large model into list
Browse files Browse the repository at this point in the history
  • Loading branch information
narugo1992 committed Jul 27, 2024
1 parent 1321b9d commit f886d62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions imgutils/tagging/wd14.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
CONV_V3_MODEL_REPO = 'SmilingWolf/wd-convnext-tagger-v3'
SWIN_V3_MODEL_REPO = 'SmilingWolf/wd-swinv2-tagger-v3'
VIT_V3_MODEL_REPO = 'SmilingWolf/wd-vit-tagger-v3'
VIT_LARGE_MODEL_REPO = 'SmilingWolf/wd-vit-large-tagger-v3'
MODEL_FILENAME = "model.onnx"
LABEL_FILENAME = "selected_tags.csv"

Expand All @@ -41,6 +42,8 @@
"SwinV2_v3": SWIN_V3_MODEL_REPO,
"ConvNext_v3": CONV_V3_MODEL_REPO,
"ViT_v3": VIT_V3_MODEL_REPO,

"Vit_Large": VIT_LARGE_MODEL_REPO,
}
_DEFAULT_MODEL_NAME = 'SwinV2_v3'

Expand Down

0 comments on commit f886d62

Please sign in to comment.