yoinked commited on
Commit
0266f59
1 Parent(s): 0f5a1c8
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -126,6 +126,9 @@ WAIFU_MODELS: Mapping[str, WaifuDiffusionInterrogator] = {
126
  'chen-convnext': WaifuDiffusionInterrogator(
127
  repo='SmilingWolf/wd-v1-4-convnext-tagger'
128
  ),
 
 
 
129
  }
130
  RE_SPECIAL = re.compile(r'([\\()])')
131
 
 
126
  'chen-convnext': WaifuDiffusionInterrogator(
127
  repo='SmilingWolf/wd-v1-4-convnext-tagger'
128
  ),
129
+ 'chen-moat2': WaifuDiffusionInterrogator(
130
+ repo='SmilingWolf/wd-v1-4-moat-tagger-v2'
131
+ )
132
  }
133
  RE_SPECIAL = re.compile(r'([\\()])')
134