mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-05-07 00:46:44 -03:00
fix(models): classify Anima as diffusion model
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user