LLMVideoPipeline/minimaxh3.json

245 lines
4.4 KiB
JSON
Raw Normal View History

2026-08-16 09:39:36 -06:00
{
"92": {
"inputs": {
"filename_prefix": "video/MiniMax_H3",
"format": "auto",
"codec": "auto",
"video": [
"105:91",
0
]
},
"class_type": "SaveVideo",
"_meta": {
"title": "Save Video"
}
},
"115": {
"inputs": {
"aspect_ratio": "16:9 (Widescreen)",
"megapixels": 0.4,
"multiple": 32
},
"class_type": "ResolutionSelector",
"_meta": {
"title": "Resolution Selector"
}
},
"105:11": {
"inputs": {
"vae_name": "minimax_h3_video_vae_fp16.safetensors"
},
"class_type": "VAELoader",
"_meta": {
"title": "Load VAE"
}
},
"105:24": {
"inputs": {
"vae_name": "minimax_h3_audio_vae_fp32.safetensors"
},
"class_type": "VAELoader",
"_meta": {
"title": "Load VAE"
}
},
"105:23": {
"inputs": {
"samples": [
"105:14",
0
],
"vae": [
"105:24",
0
]
},
"class_type": "VAEDecodeAudio",
"_meta": {
"title": "VAE Decode Audio"
}
},
"105:10": {
"inputs": {
"samples": [
"105:14",
0
],
"vae": [
"105:11",
0
]
},
"class_type": "VAEDecode",
"_meta": {
"title": "VAE Decode"
}
},
"105:17": {
"inputs": {
"sampler_name": "res_multistep"
},
"class_type": "KSamplerSelect",
"_meta": {
"title": "KSamplerSelect"
}
},
"105:9": {
"inputs": {
"scheduler": "simple",
"steps": 20,
"denoise": 1,
"model": [
"105:6",
0
]
},
"class_type": "BasicScheduler",
"_meta": {
"title": "BasicScheduler"
}
},
"105:14": {
"inputs": {
"noise": [
"105:15",
0
],
"guider": [
"105:16",
0
],
"sampler": [
"105:17",
0
],
"sigmas": [
"105:9",
0
],
"latent_image": [
"105:104",
1
]
},
"class_type": "SamplerCustomAdvanced",
"_meta": {
"title": "SamplerCustomAdvanced"
}
},
"105:16": {
"inputs": {
"model": [
"105:6",
0
],
"conditioning": [
"105:104",
0
]
},
"class_type": "BasicGuider",
"_meta": {
"title": "Basic Guider"
}
},
"105:6": {
"inputs": {
"unet_name": "minimax_h3_fl2va_pruned_int8_convrot.safetensors",
"weight_dtype": "default"
},
"class_type": "UNETLoader",
"_meta": {
"title": "Load Diffusion Model"
}
},
"105:13": {
"inputs": {
"clip_name": "qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors",
"type": "minimax",
"device": "default"
},
"class_type": "CLIPLoader",
"_meta": {
"title": "Load CLIP"
}
},
"105:15": {
"inputs": {
"noise_seed": 816797766160743
},
"class_type": "RandomNoise",
"_meta": {
"title": "RandomNoise"
}
},
"105:91": {
"inputs": {
"fps": 24,
"bit_depth": 8,
"images": [
"105:10",
0
],
"audio": [
"105:23",
0
]
},
"class_type": "CreateVideo",
"_meta": {
"title": "Create Video"
}
},
"105:104": {
"inputs": {
"prompt": "Realistic cinematic, camera POV walks into an eclectic 90s coffeehouse with many alternatively dressed patrons, a hippie looking dude playing guitar in the back corner, and a welcoming owner behind the counter. The place is decorated with eclectc art and furniture that was purchased from thrift stores.",
"width": [
"115",
0
],
"height": [
"115",
1
],
"length": [
"105:107",
1
],
"clip": [
"105:13",
0
],
"vae": [
"105:11",
0
]
},
"class_type": "MiniMaxH3ImageToVideo",
"_meta": {
"title": "MiniMax H3 Image to Video"
}
},
"105:107": {
"inputs": {
"expression": "max(5, round(a * 24)) + (5 - (max(5, round(a * 24)) % 17)) % 17",
"values.a": [
"105:111",
0
]
},
"class_type": "ComfyMathExpression",
"_meta": {
"title": "Math Expression"
}
},
"105:111": {
"inputs": {
"value": 5
},
"class_type": "PrimitiveFloat",
"_meta": {
"title": "Float (duration)"
}
}
}