Spaces:
Running
Running
moattest
Browse files
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 |
|