yoinked commited on
Commit
32e0edf
1 Parent(s): 30da86e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -1
app.py CHANGED
@@ -124,7 +124,16 @@ WAIFU_MODELS: Mapping[str, WaifuDiffusionInterrogator] = {
124
  ),
125
  'chen-moat2': WaifuDiffusionInterrogator(
126
  repo='SmilingWolf/wd-v1-4-moat-tagger-v2'
127
- )
 
 
 
 
 
 
 
 
 
128
  }
129
  RE_SPECIAL = re.compile(r'([\\()])')
130
 
 
124
  ),
125
  'chen-moat2': WaifuDiffusionInterrogator(
126
  repo='SmilingWolf/wd-v1-4-moat-tagger-v2'
127
+ ),
128
+ 'chen-convnext3': WaifuDiffusionInterrogator(
129
+ repo='SmilingWolf/wd-convnext-tagger-v3'
130
+ ),
131
+ 'chen-vit3': WaifuDiffusionInterrogator(
132
+ repo='SmilingWolf/wd-vit-tagger-v3'
133
+ ),
134
+ 'chen-swinv3': WaifuDiffusionInterrogator(
135
+ repo='SmilingWolf/wd-swinv2-tagger-v3'
136
+ ),
137
  }
138
  RE_SPECIAL = re.compile(r'([\\()])')
139