remove wd14-swinv2-v1, it brokey
This commit is contained in:
parent
8449d73675
commit
967813b429
1 changed files with 2 additions and 2 deletions
4
main.py
4
main.py
|
@ -17,7 +17,7 @@ import plotly.io as pio
|
|||
from collections import defaultdict, Counter
|
||||
from pathlib import Path
|
||||
from urllib.parse import urlparse
|
||||
from typing import Any, Optional, List, Set, Tuple
|
||||
from typing import Any, Optional, List, Set, Tuple, Dict
|
||||
from aiolimiter import AsyncLimiter
|
||||
from dataclasses import dataclass, field
|
||||
|
||||
|
@ -31,7 +31,7 @@ DEFAULTS = [
|
|||
"wd14-convnext.v1",
|
||||
"wd14-convnext.v2",
|
||||
"wd14-convnextv2.v1",
|
||||
"wd14-swinv2-v1",
|
||||
# "wd14-swinv2-v1",
|
||||
"wd-v1-4-moat-tagger.v2",
|
||||
"mld-caformer.dec-5-97527",
|
||||
# broken model: "mld-tresnetd.6-30000",
|
||||
|
|
Loading…
Reference in a new issue