fix(models): classify Anima as diffusion model

This commit is contained in:
Will Miao
2026-04-23 07:35:34 +08:00
parent a1dff6dd47
commit 63f0942452

View File

@@ -100,6 +100,7 @@ DEFAULT_PRIORITY_TAG_CONFIG = {
# These model types are incorrectly labeled as "checkpoint" by CivitAI but are actually diffusion models # These model types are incorrectly labeled as "checkpoint" by CivitAI but are actually diffusion models
DIFFUSION_MODEL_BASE_MODELS = frozenset( DIFFUSION_MODEL_BASE_MODELS = frozenset(
[ [
"Anima",
"ZImageTurbo", "ZImageTurbo",
"ZImageBase", "ZImageBase",
"Wan Video 1.3B t2v", "Wan Video 1.3B t2v",