Skip to content

Commit

Permalink
tagger
Browse files Browse the repository at this point in the history
  • Loading branch information
Akegarasu committed Aug 31, 2024
1 parent e319e7c commit 931392e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mikazuki/tagger/interrogator.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,14 @@ def interrogate(
repo_id='SmilingWolf/wd-v1-4-moat-tagger-v2',
revision='v2.0'
),
'wd-eva02-large-tagger-v3': WaifuDiffusionInterrogator(
'wd-eva02-large-tagger-v3',
repo_id='SmilingWolf/wd-eva02-large-tagger-v3',
),
'wd-vit-large-tagger-v3': WaifuDiffusionInterrogator(
'wd-vit-large-tagger-v3',
repo_id='SmilingWolf/wd-vit-large-tagger-v3',
),
}


Expand Down

0 comments on commit 931392e

Please sign in to comment.