From 63f0942452d2c6dae1de3fdf63e80afa632735a0 Mon Sep 17 00:00:00 2001 From: Will Miao Date: Thu, 23 Apr 2026 07:35:34 +0800 Subject: [PATCH] fix(models): classify Anima as diffusion model --- py/utils/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/py/utils/constants.py b/py/utils/constants.py index 63afdcfd..641637be 100644 --- a/py/utils/constants.py +++ b/py/utils/constants.py @@ -100,6 +100,7 @@ DEFAULT_PRIORITY_TAG_CONFIG = { # These model types are incorrectly labeled as "checkpoint" by CivitAI but are actually diffusion models DIFFUSION_MODEL_BASE_MODELS = frozenset( [ + "Anima", "ZImageTurbo", "ZImageBase", "Wan Video 1.3B t2v",