Initial Animatrix import

This commit is contained in:
Sagnik
2026-04-17 19:11:57 +05:30
commit c7994d17a9
60 changed files with 8516 additions and 0 deletions

View File

@@ -0,0 +1,80 @@
{
"__animatrix_meta__": {
"name": "wan22_animate_mix",
"version": "1",
"model": "Wan2.2-Animate-14B",
"description": "Character animation — Mix mode. Blends reference character(s) with ground-truth following a motion video.",
"param_nodes": {
"positive_prompt": {"node_id": "6", "input": "text"},
"negative_prompt": {"node_id": "7", "input": "text"},
"ground_truth": {"node_id": "12", "input": "image"},
"motion_video": {"node_id": "15", "input": "video"},
"reference_image": {"node_id": "20", "input": "image"},
"pose_sheet": {"node_id": "22", "input": "image"},
"seed": {"node_id": "25", "input": "seed"},
"steps": {"node_id": "25", "input": "steps"},
"cfg": {"node_id": "25", "input": "cfg"}
},
"status": "PLACEHOLDER — replace with production ComfyUI export"
},
"6": {
"class_type": "CLIPTextEncode",
"inputs": {
"text": "a character performing a motion",
"clip": ["4", 1]
}
},
"7": {
"class_type": "CLIPTextEncode",
"inputs": {
"text": "blurry, low quality, watermark, deformed",
"clip": ["4", 1]
}
},
"12": {
"class_type": "LoadImage",
"inputs": {
"image": "ground_truth.png"
}
},
"15": {
"class_type": "VHS_LoadVideo",
"inputs": {
"video": "motion_video.mp4",
"force_rate": 0,
"force_size": "Disabled",
"custom_width": 512,
"custom_height": 512,
"frame_load_cap": 0,
"skip_first_frames": 0,
"select_every_nth": 1
}
},
"20": {
"class_type": "LoadImage",
"inputs": {
"image": "reference.png"
}
},
"22": {
"class_type": "LoadImage",
"inputs": {
"image": "pose_sheet.png"
}
},
"25": {
"class_type": "KSampler",
"inputs": {
"seed": -1,
"steps": 20,
"cfg": 7.0,
"sampler_name": "dpmpp_2m",
"scheduler": "karras",
"denoise": 1.0,
"model": ["4", 0],
"positive": ["6", 0],
"negative": ["7", 0],
"latent_image": ["30", 0]
}
}
}