feat: Added support for Anime Style [WAN 2.2 I2V] #1

This commit is contained in:
Sagnik
2026-04-18 14:18:46 +05:30
parent c7994d17a9
commit 732dcaa39d
5 changed files with 332 additions and 24 deletions

View File

@@ -0,0 +1,256 @@
{
"__animatrix_meta__": {
"name": "wan22_animate_move_anime_style",
"version": "1",
"model": "Wan2.2 I2V A14B Local Native + Anime Style v2 LoRAs",
"description": "Official local Comfy-native Wan 2.2 image-to-video runtime with Anime Style v2 LoRAs applied on both high-noise and low-noise stages.",
"param_nodes": {
"positive_prompt": { "node_id": "2", "input": "text" },
"negative_prompt": { "node_id": "3", "input": "text" },
"ground_truth": { "node_id": "1", "input": "image" },
"seed": { "node_id": "13", "input": "noise_seed" },
"width": { "node_id": "12", "input": "width" },
"height": { "node_id": "12", "input": "height" },
"length": { "node_id": "12", "input": "length" }
},
"status": "production_local_native_graph"
},
"1": {
"class_type": "LoadImage",
"inputs": {
"image": "ground_truth.png"
}
},
"2": {
"class_type": "CLIPTextEncode",
"inputs": {
"text": "An1meStyl3, AnimeStyle, cinematic character animation from a grounded first frame",
"clip": [
"4",
0
]
}
},
"3": {
"class_type": "CLIPTextEncode",
"inputs": {
"text": "oversaturated, overexposed, static frame, blurry details, unclear details, watermark, messy background, low quality, jpeg artifacts, deformed limbs, extra fingers, ugly, distorted face, character drift, (((realistic))), ((photograph))",
"clip": [
"4",
0
]
}
},
"4": {
"class_type": "CLIPLoader",
"inputs": {
"clip_name": "umt5_xxl_fp8_e4m3fn_scaled.safetensors",
"type": "wan",
"device": "default"
}
},
"5": {
"class_type": "VAELoader",
"inputs": {
"vae_name": "wan_2.1_vae.safetensors"
}
},
"6": {
"class_type": "UNETLoader",
"inputs": {
"unet_name": "wan2.2_i2v_high_noise_14B_fp8_scaled.safetensors",
"weight_dtype": "default"
}
},
"7": {
"class_type": "UNETLoader",
"inputs": {
"unet_name": "wan2.2_i2v_low_noise_14B_fp8_scaled.safetensors",
"weight_dtype": "default"
}
},
"8": {
"class_type": "LoraLoaderModelOnly",
"inputs": {
"model": [
"6",
0
],
"lora_name": "wan2.2_i2v_lightx2v_4steps_lora_v1_high_noise.safetensors",
"strength_model": 1.0
}
},
"9": {
"class_type": "LoraLoaderModelOnly",
"inputs": {
"model": [
"7",
0
],
"lora_name": "wan2.2_i2v_lightx2v_4steps_lora_v1_low_noise.safetensors",
"strength_model": 1.0
}
},
"10": {
"class_type": "LoraLoaderModelOnly",
"inputs": {
"model": [
"8",
0
],
"lora_name": "wan2.2_i2v_animestyle_v2_high.safetensors",
"strength_model": 1.0
}
},
"11": {
"class_type": "LoraLoaderModelOnly",
"inputs": {
"model": [
"9",
0
],
"lora_name": "wan2.2_i2v_animestyle_v2_low.safetensors",
"strength_model": 1.0
}
},
"12": {
"class_type": "ModelSamplingSD3",
"inputs": {
"model": [
"10",
0
],
"shift": 5.0
}
},
"13": {
"class_type": "WanImageToVideo",
"inputs": {
"positive": [
"2",
0
],
"negative": [
"3",
0
],
"vae": [
"5",
0
],
"width": 832,
"height": 468,
"length": 81,
"batch_size": 1,
"start_image": [
"1",
0
]
}
},
"14": {
"class_type": "KSamplerAdvanced",
"inputs": {
"model": [
"12",
0
],
"add_noise": "enable",
"noise_seed": 42,
"steps": 4,
"cfg": 1.0,
"sampler_name": "euler",
"scheduler": "simple",
"positive": [
"13",
0
],
"negative": [
"13",
1
],
"latent_image": [
"13",
2
],
"start_at_step": 0,
"end_at_step": 2,
"return_with_leftover_noise": "enable"
}
},
"15": {
"class_type": "ModelSamplingSD3",
"inputs": {
"model": [
"11",
0
],
"shift": 5.0
}
},
"16": {
"class_type": "KSamplerAdvanced",
"inputs": {
"model": [
"15",
0
],
"add_noise": "disable",
"noise_seed": 42,
"steps": 4,
"cfg": 1.0,
"sampler_name": "euler",
"scheduler": "simple",
"positive": [
"13",
0
],
"negative": [
"13",
1
],
"latent_image": [
"14",
0
],
"start_at_step": 2,
"end_at_step": 4,
"return_with_leftover_noise": "disable"
}
},
"17": {
"class_type": "VAEDecode",
"inputs": {
"samples": [
"16",
0
],
"vae": [
"5",
0
]
}
},
"18": {
"class_type": "CreateVideo",
"inputs": {
"images": [
"17",
0
],
"fps": 16
}
},
"19": {
"class_type": "SaveVideo",
"inputs": {
"video": [
"18",
0
],
"filename_prefix": "AnimatrixAnimeStyle",
"format": "mp4",
"codec": "h264"
}
}
}