feat(constants): add 12 new CivitAI base models from API, sync JS/Python abbreviations and categories

This commit is contained in:
Will Miao
2026-07-05 11:44:53 +08:00
parent 8fb00998a7
commit 87db23825f
3 changed files with 71 additions and 23 deletions

View File

@@ -226,9 +226,21 @@ SUPPORTED_DOWNLOAD_SKIP_BASE_MODELS = frozenset(
"Wan Video 2.5 I2V",
"Hunyuan Video",
"Anima",
"ACE Audio",
"Boogu",
"Ernie",
"Ernie Turbo",
"Nucleus",
"Grok",
"HappyHorse",
"HiDream-O1",
"Ideogram 4.0",
"Krea 2",
"Lens",
"MAI",
"Nucleus",
"Qwen 2",
"Upscaler",
"Wan Image 2.7",
"Wan Video 2.7",
]
)