MiniMax-H3-GGUF / minimax_ref2va_gguf_workflow.json
Abiray's picture
Upload minimax_ref2va_gguf_workflow.json
f1da50f verified
Raw
History Blame Contribute Delete
46.2 kB
{
"id": "e3f2b845-8f2c-4b5a-9caf-eac1029d3e7e",
"revision": 0,
"last_node_id": 158,
"last_link_id": 312,
"nodes": [
{
"id": 115,
"type": "ResolutionSelector",
"pos": [
-1480,
5610
],
"size": [
270,
170
],
"flags": {},
"order": 0,
"mode": 0,
"showAdvanced": false,
"inputs": [],
"outputs": [
{
"name": "width",
"type": "INT",
"links": [
276
]
},
{
"name": "height",
"type": "INT",
"links": [
277
]
}
],
"title": "Resolution Selector (Size)",
"properties": {
"cnr_id": "comfy-core",
"ver": "0.29.0",
"Node name for S&R": "ResolutionSelector",
"ue_properties": {
"widget_ue_connectable": {},
"version": "7.8",
"input_ue_unconnectable": {}
}
},
"widgets_values": [
"16:9 (Widescreen)",
0.4,
32
],
"color": "#322",
"bgcolor": "#533"
},
{
"id": 116,
"type": "MarkdownNote",
"pos": [
-2030,
4850
],
"size": [
450,
880
],
"flags": {},
"order": 1,
"mode": 0,
"inputs": [],
"outputs": [],
"title": "Note: MiniMax H3",
"properties": {
"ue_properties": {
"widget_ue_connectable": {},
"version": "7.8",
"input_ue_unconnectable": {}
}
},
"widgets_values": [
"## MiniMax H3\n\n[MiniMax H3](https://www.minimax.io/blog/minimax-h3) is MiniMax's general-purpose, omni-modal generation model. It jointly understands text, image, video, and audio, and generates video with **native stereo audio**: voice, sound effects, and music are modeled jointly in a single forward pass, not layered on afterward. Output is up to 2K resolution, 24fps, and up to about 15 seconds.\n\n## ComfyUI links\n- [ComfyUI#15224](https://github.com/Comfy-Org/ComfyUI/pull/15224)\n- [🤗 Comfy-Org/MiniMax-H3](https://huggingface.co/Comfy-Org/MiniMax-H3)\n\n## About this workflow\n\nThis template runs the **reference-to-video (ref2va)** task using the `MiniMaxH3ReferenceToVideo` node. It takes any mix of reference images, videos, and standalone audio, and weaves them into the generation to lock in a character's identity, a style, a motion, a camera move, or a voice.\n\n**Key inputs**\n\n- **ref_images / ref_videos / ref_video_audios / ref_audios**: up to 9 reference images, 3 reference videos (each may carry its own paired soundtrack), and 3 standalone reference audio clips\n- **prompt**: reference the inputs by tag, in the exact order they were connected, for example `<Picture 1>`, `<Video 1>`, `<Audio 1>`, then describe the target scene, motion, and audio\n- **ref_image_size**: `match` scales references down to the generation's resolution (faster); `max` keeps up to a 2048px short edge for stronger identity fidelity, at the cost of speed since reference tokens ride along every sampling step\n- **width / height**: set via Resolution Selector.\n- **duration (seconds)**: converted to a valid frame `length` by the Math Expression node\n\n**Sampling and decode**\n\n- Sampler: `res_multistep`. `beta` or `normal` scheduler tends to outperform `simple` for reference-heavy prompts like this one\n- The sampler's joint audio+video `LATENT` output feeds directly into both `VAEDecode` (video, `minimax_h3_video_vae_fp16`) and `VAEDecodeAudio` (audio, `minimax_h3_audio_vae_fp32`); each decode node automatically pulls its own half out of the packed latent. `CreateVideo` then muxes the two into a single MP4 with synced sound\n- The diffusion model here is `minimax_h3_ref2va_pruned_int8_convrot.safetensors`, a different set of weights from the `fl2va` model used by the t2v/i2v templates\n\nRef2va's output is very sensitive to prompt wording; matching the reference tags precisely and being explicit about which reference drives which part of the shot tends to work best."
],
"color": "#222",
"bgcolor": "#000"
},
{
"id": 119,
"type": "VAELoader",
"pos": [
-1490,
5270
],
"size": [
640,
70
],
"flags": {},
"order": 2,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "VAE",
"type": "VAE",
"links": [
251,
273
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.29.0",
"Node name for S&R": "VAELoader",
"models": [
{
"name": "minimax_h3_video_vae_fp16.safetensors",
"url": "https://huggingface.co/Comfy-Org/MiniMax-H3/resolve/main/vae/minimax_h3_video_vae_fp16.safetensors",
"directory": "vae"
}
],
"ue_properties": {
"widget_ue_connectable": {},
"version": "7.8",
"input_ue_unconnectable": {}
}
},
"widgets_values": [
"minimax_h3_video_vae_fp16.safetensors"
]
},
{
"id": 120,
"type": "VAELoader",
"pos": [
-1490,
5400
],
"size": [
650,
70
],
"flags": {},
"order": 3,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "VAE",
"type": "VAE",
"links": [
250,
274
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.29.0",
"Node name for S&R": "VAELoader",
"models": [
{
"name": "minimax_h3_audio_vae_fp32.safetensors",
"url": "https://huggingface.co/Comfy-Org/MiniMax-H3/resolve/main/vae/minimax_h3_audio_vae_fp32.safetensors",
"directory": "vae"
}
],
"ue_properties": {
"widget_ue_connectable": {},
"version": "7.8",
"input_ue_unconnectable": {}
}
},
"widgets_values": [
"minimax_h3_audio_vae_fp32.safetensors"
]
},
{
"id": 121,
"type": "VAEDecodeAudio",
"pos": [
480,
5180
],
"size": [
230,
60
],
"flags": {
"collapsed": false
},
"order": 30,
"mode": 0,
"inputs": [
{
"name": "samples",
"type": "LATENT",
"link": 305
},
{
"name": "vae",
"type": "VAE",
"link": 250
}
],
"outputs": [
{
"name": "AUDIO",
"type": "AUDIO",
"links": [
259
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.29.0",
"Node name for S&R": "VAEDecodeAudio",
"ue_properties": {
"widget_ue_connectable": {},
"version": "7.8",
"input_ue_unconnectable": {}
}
},
"widgets_values": []
},
{
"id": 123,
"type": "KSamplerSelect",
"pos": [
-260,
5190
],
"size": [
370,
70
],
"flags": {},
"order": 4,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "SAMPLER",
"type": "SAMPLER",
"links": [
255
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.29.0",
"Node name for S&R": "KSamplerSelect",
"ue_properties": {
"widget_ue_connectable": {},
"version": "7.8",
"input_ue_unconnectable": {}
}
},
"widgets_values": [
"res_multistep"
]
},
{
"id": 124,
"type": "BasicScheduler",
"pos": [
-260,
5310
],
"size": [
370,
130
],
"flags": {},
"order": 21,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 283
}
],
"outputs": [
{
"name": "SIGMAS",
"type": "SIGMAS",
"links": [
256
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.29.0",
"Node name for S&R": "BasicScheduler",
"ue_properties": {
"widget_ue_connectable": {},
"version": "7.8",
"input_ue_unconnectable": {}
}
},
"widgets_values": [
"simple",
25,
1
]
},
{
"id": 126,
"type": "BasicGuider",
"pos": [
-260,
5080
],
"size": [
360,
60
],
"flags": {},
"order": 23,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 284
},
{
"name": "conditioning",
"type": "CONDITIONING",
"link": 270
}
],
"outputs": [
{
"name": "GUIDER",
"type": "GUIDER",
"links": [
254
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.29.0",
"Node name for S&R": "BasicGuider",
"ue_properties": {
"widget_ue_connectable": {},
"version": "7.8",
"input_ue_unconnectable": {}
}
},
"widgets_values": []
},
{
"id": 129,
"type": "RandomNoise",
"pos": [
-260,
4940
],
"size": [
360,
90
],
"flags": {},
"order": 5,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "NOISE",
"type": "NOISE",
"links": [
253
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.29.0",
"Node name for S&R": "RandomNoise",
"ue_properties": {
"widget_ue_connectable": {},
"version": "7.8",
"input_ue_unconnectable": {}
}
},
"widgets_values": [
704903825295473,
"randomize"
]
},
{
"id": 131,
"type": "ComfyMathExpression",
"pos": [
-1450,
5940
],
"size": [
230,
80
],
"flags": {
"collapsed": true
},
"order": 17,
"mode": 0,
"inputs": [
{
"label": "a",
"name": "values.a",
"type": "FLOAT,INT,BOOLEAN",
"link": 261
},
{
"label": "b",
"name": "values.b",
"shape": 7,
"type": "FLOAT,INT,BOOLEAN",
"link": null
}
],
"outputs": [
{
"name": "FLOAT",
"type": "FLOAT",
"links": []
},
{
"name": "INT",
"type": "INT",
"links": [
275
]
},
{
"name": "BOOL",
"type": "BOOLEAN",
"links": []
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.29.0",
"Node name for S&R": "ComfyMathExpression",
"ue_properties": {
"widget_ue_connectable": {},
"version": "7.8",
"input_ue_unconnectable": {}
}
},
"widgets_values": [
"max(5, round(a * 24)) + (5 - (max(5, round(a * 24)) % 17)) % 17"
]
},
{
"id": 132,
"type": "PrimitiveFloat",
"pos": [
-1480,
5830
],
"size": [
270,
70
],
"flags": {},
"order": 6,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "FLOAT",
"type": "FLOAT",
"links": [
261
]
}
],
"title": "Float (Duration)",
"properties": {
"cnr_id": "comfy-core",
"ver": "0.29.0",
"Node name for S&R": "PrimitiveFloat",
"ue_properties": {
"widget_ue_connectable": {},
"version": "7.8",
"input_ue_unconnectable": {}
}
},
"widgets_values": [
5
],
"color": "#322",
"bgcolor": "#533"
},
{
"id": 140,
"type": "MarkdownNote",
"pos": [
-1890,
5830
],
"size": [
300,
520
],
"flags": {},
"order": 7,
"mode": 0,
"inputs": [],
"outputs": [],
"title": "Note: Size Settings Reference",
"properties": {
"ue_properties": {
"widget_ue_connectable": {},
"version": "7.8",
"input_ue_unconnectable": {}
}
},
"widgets_values": [
"| megapixels | Aspect | Output (multiple=32) |\n|---|---|---|\n| 0.2 | 16:9 | 608 x 352 |\n| 0.3 | 16:9 | 736 x 416 |\n| 0.4 | 16:9 | 864 x 480 |\n| 0.5 | 16:9 | 960 x 544 |\n| 0.6 | 16:9 | 1056 x 608 |\n| 0.7 | 16:9 | 1152 x 640 |\n| 0.8 | 16:9 | 1216 x 672 |\n| 0.9 | 16:9 | 1280 x 736 |\n| 0.98 | 16:9 | 1344 x 768 |\n| 1.0 | 16:9 | 1376 x 768 |\n| 1.2 | 16:9 | 1504 x 832 |\n| 1.5 | 16:9 | 1664 x 928 |\n| 1.8 | 16:9 | 1824 x 1024 |\n| 2.0 | 16:9 | 1920 x 1088 |\n"
],
"color": "#222",
"bgcolor": "#000"
},
{
"id": 145,
"type": "PrimitiveInt",
"pos": [
-20,
6310
],
"size": [
270,
90
],
"flags": {},
"order": 8,
"mode": 4,
"inputs": [],
"outputs": [
{
"name": "INT",
"type": "INT",
"links": [
289
]
}
],
"title": "Height",
"properties": {
"cnr_id": "comfy-core",
"ver": "0.29.0",
"Node name for S&R": "PrimitiveInt",
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.8"
}
},
"widgets_values": [
0,
"fixed"
],
"color": "#2a363b",
"bgcolor": "#3f5159"
},
{
"id": 143,
"type": "VHS_LoadVideo",
"pos": [
-20,
5640
],
"size": [
260,
511
],
"flags": {},
"order": 18,
"mode": 4,
"inputs": [
{
"name": "meta_batch",
"shape": 7,
"type": "VHS_BatchManager",
"link": null
},
{
"name": "vae",
"shape": 7,
"type": "VAE",
"link": null
},
{
"name": "custom_width",
"type": "INT",
"widget": {
"name": "custom_width"
},
"link": 288
},
{
"name": "custom_height",
"type": "INT",
"widget": {
"name": "custom_height"
},
"link": 289
}
],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"links": []
},
{
"name": "frame_count",
"type": "INT",
"links": null
},
{
"name": "audio",
"type": "AUDIO",
"links": [
287
]
},
{
"name": "video_info",
"type": "VHS_VIDEOINFO",
"links": null
}
],
"properties": {
"cnr_id": "comfyui-videohelpersuite",
"ver": "4ee72c065db22c9d96c2427954dc69e7b908444b",
"Node name for S&R": "VHS_LoadVideo",
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.8"
}
},
"widgets_values": {
"video": "1000059766.mp4",
"force_rate": 0,
"custom_width": 0,
"custom_height": 0,
"frame_load_cap": 0,
"skip_first_frames": 0,
"select_every_nth": 1,
"format": "AnimateDiff",
"videopreview": {
"hidden": false,
"paused": false,
"params": {
"filename": "1000059766.mp4",
"type": "input",
"format": "video/mp4",
"force_rate": 0,
"custom_width": 0,
"custom_height": 0,
"frame_load_cap": 0,
"skip_first_frames": 0,
"select_every_nth": 1
}
}
},
"color": "#2a363b",
"bgcolor": "#3f5159"
},
{
"id": 144,
"type": "PrimitiveInt",
"pos": [
-20,
6190
],
"size": [
270,
90
],
"flags": {},
"order": 9,
"mode": 4,
"inputs": [],
"outputs": [
{
"name": "INT",
"type": "INT",
"links": [
288
]
}
],
"title": "Width",
"properties": {
"cnr_id": "comfy-core",
"ver": "0.29.0",
"Node name for S&R": "PrimitiveInt",
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.8"
}
},
"widgets_values": [
0,
"fixed"
],
"color": "#2a363b",
"bgcolor": "#3f5159"
},
{
"id": 146,
"type": "ImageResizeKJv2",
"pos": [
-640,
6050
],
"size": [
270,
340
],
"flags": {},
"order": 20,
"mode": 0,
"inputs": [
{
"name": "image",
"type": "IMAGE",
"link": 295
},
{
"name": "mask",
"shape": 7,
"type": "MASK",
"link": null
}
],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"links": [
292
]
},
{
"name": "width",
"type": "INT",
"links": null
},
{
"name": "height",
"type": "INT",
"links": null
},
{
"name": "mask",
"type": "MASK",
"links": null
}
],
"properties": {
"cnr_id": "comfyui-kjnodes",
"ver": "450dc91069e28496bbd67bd657f820ef0cb8d5ba",
"Node name for S&R": "ImageResizeKJv2",
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.8"
}
},
"widgets_values": [
512,
512,
"nearest-exact",
"stretch",
"0, 0, 0",
"center",
2,
"cpu"
]
},
{
"id": 138,
"type": "PrimitiveStringMultiline",
"pos": [
-1190,
5610
],
"size": [
530,
780
],
"flags": {},
"order": 10,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "STRING",
"type": "STRING",
"links": [
279
]
}
],
"title": "Input Text (Prompt)",
"properties": {
"cnr_id": "comfy-core",
"ver": "0.29.0",
"Node name for S&R": "PrimitiveStringMultiline",
"ue_properties": {
"widget_ue_connectable": {},
"version": "7.8",
"input_ue_unconnectable": {}
}
},
"widgets_values": [
"Realistic live-action cinematic look: interior of a spacecraft cabin at night, practical film photography, anamorphic lens, shallow depth of field, soft cool practical lighting from wall panels, subtle film grain, stars visible through the large octagonal window, restrained grading, natural movement.\n\nScene overview: a single continuous 5-second shot. The tall grey alien sits in the cabin seat on the right, exactly as in the reference. Seated directly across from it, in the seat on the left, is the figure in the black hooded robe wearing the white mask, exactly as in the reference. They face each other in profile. The alien turns its head toward the masked figure and speaks; the masked figure tilts its head slightly in response.\n\nStoryboard (single continuous shot):\n[0s-1.5s] Wide two-shot: both seated across from each other, window and starfield between them, cabin panels glowing. Slow, almost imperceptible push in.\n[1.5s-4s] The alien turns to face the masked figure and speaks. Its head and shoulders move naturally with the speech. The masked figure remains still, then tilts its head.\n[4s-5s] Hold on the two-shot, the masked figure gives a single slow nod, stars drifting past the window.\n\nCamera: single smooth continuous shot, slight slow push in, no cuts, stable framing, eye-level.\n\nAudio: quiet spacecraft hum and air circulation, faint electronic panel beeps. The alien speaks clearly in a calm, dry voice: \"Hey Ghostface, Rebel released Ref 2 Video ggufs.\" No music.\n\nNo text, subtitles, logos or watermarks of any kind, no animation or cartoon rendering, no overly-CG look, keep the live-action texture."
],
"color": "#232",
"bgcolor": "#353"
},
{
"id": 139,
"type": "LoadImage",
"pos": [
-330,
5640
],
"size": [
290,
330
],
"flags": {},
"order": 11,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"links": [
294
]
},
{
"name": "MASK",
"type": "MASK",
"links": null
}
],
"title": "Load Image 2",
"properties": {
"cnr_id": "comfy-core",
"ver": "0.29.0",
"Node name for S&R": "LoadImage",
"ue_properties": {
"widget_ue_connectable": {},
"version": "7.8",
"input_ue_unconnectable": {}
}
},
"widgets_values": [
"pasted/image.png",
"image"
],
"color": "#223",
"bgcolor": "#335"
},
{
"id": 137,
"type": "LoadImage",
"pos": [
-640,
5640
],
"size": [
290,
330
],
"flags": {},
"order": 12,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"links": [
295
]
},
{
"name": "MASK",
"type": "MASK",
"links": null
}
],
"title": "Load Image 1",
"properties": {
"cnr_id": "comfy-core",
"ver": "0.29.0",
"Node name for S&R": "LoadImage",
"ue_properties": {
"widget_ue_connectable": {},
"version": "7.8",
"input_ue_unconnectable": {}
}
},
"widgets_values": [
"141c6ba0-6eb9-4bd2-819d-7ba20f6c793a-0.jpg",
"image"
],
"color": "#223",
"bgcolor": "#335"
},
{
"id": 147,
"type": "ImageResizeKJv2",
"pos": [
-300,
6040
],
"size": [
270,
340
],
"flags": {},
"order": 19,
"mode": 0,
"inputs": [
{
"name": "image",
"type": "IMAGE",
"link": 294
},
{
"name": "mask",
"shape": 7,
"type": "MASK",
"link": null
}
],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"links": [
293
]
},
{
"name": "width",
"type": "INT",
"links": null
},
{
"name": "height",
"type": "INT",
"links": null
},
{
"name": "mask",
"type": "MASK",
"links": null
}
],
"properties": {
"cnr_id": "comfyui-kjnodes",
"ver": "450dc91069e28496bbd67bd657f820ef0cb8d5ba",
"Node name for S&R": "ImageResizeKJv2",
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.8"
}
},
"widgets_values": [
1024,
576,
"nearest-exact",
"stretch",
"0, 0, 0",
"center",
2,
"cpu"
]
},
{
"id": 127,
"type": "UNETLoader",
"pos": [
-1490,
4940
],
"size": [
640,
90
],
"flags": {
"collapsed": true
},
"order": 13,
"mode": 4,
"inputs": [],
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"links": []
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.29.0",
"Node name for S&R": "UNETLoader",
"models": [
{
"name": "minimax_h3_ref2va_pruned_int8_convrot.safetensors",
"url": "https://huggingface.co/Comfy-Org/MiniMax-H3/resolve/main/diffusion_models/minimax_h3_ref2va_pruned_int8_convrot.safetensors",
"directory": "diffusion_models"
}
],
"ue_properties": {
"widget_ue_connectable": {},
"version": "7.8",
"input_ue_unconnectable": {}
}
},
"widgets_values": [
"minimax_h3_ref2va_pruned_int8_convrot.safetensors",
"default"
]
},
{
"id": 128,
"type": "CLIPLoader",
"pos": [
-1490,
5090
],
"size": [
640,
120
],
"flags": {
"collapsed": true
},
"order": 14,
"mode": 4,
"inputs": [],
"outputs": [
{
"name": "CLIP",
"type": "CLIP",
"links": []
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.29.0",
"Node name for S&R": "CLIPLoader",
"models": [
{
"name": "qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors",
"url": "https://huggingface.co/Comfy-Org/MiniMax-H3/resolve/main/text_encoders/qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors",
"directory": "text_encoders"
}
],
"ue_properties": {
"widget_ue_connectable": {},
"version": "7.8",
"input_ue_unconnectable": {}
}
},
"widgets_values": [
"qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors",
"minimax",
"default"
]
},
{
"id": 141,
"type": "UnetLoaderGGUF",
"pos": [
-1290,
4930
],
"size": [
440,
60
],
"flags": {},
"order": 15,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"links": [
283,
284
]
}
],
"properties": {
"cnr_id": "ComfyUI-GGUF",
"ver": "6ea2651e7df66d7585f6ffee804b20e92fb38b8a",
"Node name for S&R": "UnetLoaderGGUF",
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.8"
}
},
"widgets_values": [
"MiniMax-H3-REF2VA-Q4_K_M-fixed.gguf"
]
},
{
"id": 142,
"type": "CLIPLoaderGGUF",
"pos": [
-1290,
5070
],
"size": [
440,
90
],
"flags": {},
"order": 16,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "CLIP",
"type": "CLIP",
"links": [
285
]
}
],
"properties": {
"cnr_id": "ComfyUI-GGUF",
"ver": "6ea2651e7df66d7585f6ffee804b20e92fb38b8a",
"Node name for S&R": "CLIPLoaderGGUF",
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.8"
}
},
"widgets_values": [
"qwen3vl-32B-MiniMax-H3-Q4_K_M.gguf",
"wan"
]
},
{
"id": 130,
"type": "CreateVideo",
"pos": [
790,
5090
],
"size": [
270,
110
],
"flags": {},
"order": 34,
"mode": 0,
"inputs": [
{
"name": "images",
"type": "IMAGE",
"link": 302
},
{
"name": "audio",
"shape": 7,
"type": "AUDIO",
"link": 259
}
],
"outputs": [
{
"name": "VIDEO",
"type": "VIDEO",
"links": [
260
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.29.0",
"Node name for S&R": "CreateVideo",
"ue_properties": {
"widget_ue_connectable": {},
"version": "7.8",
"input_ue_unconnectable": {}
}
},
"widgets_values": [
24,
8
]
},
{
"id": 92,
"type": "SaveVideo",
"pos": [
1150,
4870
],
"size": [
1210,
770.2222222222222
],
"flags": {},
"order": 35,
"mode": 0,
"inputs": [
{
"name": "video",
"type": "VIDEO",
"link": 260
}
],
"outputs": [
{
"name": "video",
"type": "VIDEO",
"links": null
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.29.0",
"Node name for S&R": "SaveVideo",
"ue_properties": {
"widget_ue_connectable": {},
"version": "7.8",
"input_ue_unconnectable": {}
}
},
"widgets_values": [
"video/MiniMax_H3",
"auto",
"auto"
]
},
{
"id": 151,
"type": "RTXVideoSuperResolution",
"pos": [
780,
4930
],
"size": [
290,
110
],
"flags": {},
"order": 33,
"mode": 0,
"inputs": [
{
"name": "images",
"type": "IMAGE",
"link": 311
}
],
"outputs": [
{
"name": "upscaled_images",
"type": "IMAGE",
"links": [
302
]
}
],
"properties": {
"cnr_id": "comfyui_nvidia_rtx_nodes",
"ver": "892515e3eb9a4920a131a502a047e47adca9eb0d",
"Node name for S&R": "RTXVideoSuperResolution",
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.8"
}
},
"widgets_values": [
"scale by multiplier",
2,
"ULTRA"
],
"color": "#233",
"bgcolor": "#355"
},
{
"id": 154,
"type": "easy clearCacheAll",
"pos": [
260,
4790
],
"size": [
150,
30
],
"flags": {},
"order": 28,
"mode": 0,
"inputs": [
{
"name": "anything",
"type": "*",
"link": 303
}
],
"outputs": [
{
"name": "output",
"type": "*",
"links": [
304,
305
]
}
],
"properties": {
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.8"
},
"cnr_id": "comfyui-easy-use",
"ver": "625efbfa2fc20c31797dfffcbb41a26b6d91ab7b",
"Node name for S&R": "easy clearCacheAll"
},
"widgets_values": [],
"color": "#233",
"bgcolor": "#355"
},
{
"id": 125,
"type": "SamplerCustomAdvanced",
"pos": [
150,
5110
],
"size": [
230,
140
],
"flags": {},
"order": 26,
"mode": 0,
"inputs": [
{
"name": "noise",
"type": "NOISE",
"link": 253
},
{
"name": "guider",
"type": "GUIDER",
"link": 254
},
{
"name": "sampler",
"type": "SAMPLER",
"link": 255
},
{
"name": "sigmas",
"type": "SIGMAS",
"link": 256
},
{
"name": "latent_image",
"type": "LATENT",
"link": 308
}
],
"outputs": [
{
"name": "output",
"type": "LATENT",
"links": [
306
]
},
{
"name": "denoised_output",
"type": "LATENT",
"links": []
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.29.0",
"Node name for S&R": "SamplerCustomAdvanced",
"ue_properties": {
"widget_ue_connectable": {},
"version": "7.8",
"input_ue_unconnectable": {}
}
},
"widgets_values": []
},
{
"id": 153,
"type": "easy cleanGpuUsed",
"pos": [
90,
4790
],
"size": [
170,
30
],
"flags": {},
"order": 27,
"mode": 0,
"inputs": [
{
"name": "anything",
"type": "*",
"link": 306
}
],
"outputs": [
{
"name": "output",
"type": "*",
"links": [
303
]
}
],
"properties": {
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.8"
},
"cnr_id": "comfyui-easy-use",
"ver": "625efbfa2fc20c31797dfffcbb41a26b6d91ab7b",
"Node name for S&R": "easy cleanGpuUsed"
},
"widgets_values": [],
"color": "#233",
"bgcolor": "#355"
},
{
"id": 156,
"type": "easy clearCacheAll",
"pos": [
-460,
4800
],
"size": [
150,
30
],
"flags": {},
"order": 25,
"mode": 0,
"inputs": [
{
"name": "anything",
"type": "*",
"link": 307
}
],
"outputs": [
{
"name": "output",
"type": "*",
"links": [
308
]
}
],
"properties": {
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.8"
},
"cnr_id": "comfyui-easy-use",
"ver": "625efbfa2fc20c31797dfffcbb41a26b6d91ab7b",
"Node name for S&R": "easy clearCacheAll"
},
"widgets_values": [],
"color": "#233",
"bgcolor": "#355"
},
{
"id": 136,
"type": "MiniMaxH3ReferenceToVideo",
"pos": [
-750,
4940
],
"size": [
410,
390
],
"flags": {},
"order": 22,
"mode": 0,
"inputs": [
{
"name": "clip",
"type": "CLIP",
"link": 285
},
{
"name": "vae",
"type": "VAE",
"link": 273
},
{
"name": "audio_vae",
"type": "VAE",
"link": 274
},
{
"label": "ref_image_0",
"name": "ref_images.ref_image_0",
"shape": 7,
"type": "IMAGE",
"link": 292
},
{
"label": "ref_image_1",
"name": "ref_images.ref_image_1",
"shape": 7,
"type": "IMAGE",
"link": 293
},
{
"label": "ref_image_2",
"name": "ref_images.ref_image_2",
"shape": 7,
"type": "IMAGE",
"link": null
},
{
"label": "ref_video_0",
"name": "ref_videos.ref_video_0",
"shape": 7,
"type": "IMAGE",
"link": null
},
{
"label": "ref_video_audio_0",
"name": "ref_video_audios.ref_video_audio_0",
"shape": 7,
"type": "AUDIO",
"link": 287
},
{
"label": "ref_video_audio_1",
"name": "ref_video_audios.ref_video_audio_1",
"shape": 7,
"type": "AUDIO",
"link": null
},
{
"label": "ref_audio_0",
"name": "ref_audios.ref_audio_0",
"shape": 7,
"type": "AUDIO",
"link": null
},
{
"name": "prompt",
"type": "STRING",
"widget": {
"name": "prompt"
},
"link": 279
},
{
"name": "width",
"type": "INT",
"widget": {
"name": "width"
},
"link": 276
},
{
"name": "height",
"type": "INT",
"widget": {
"name": "height"
},
"link": 277
},
{
"name": "length",
"type": "INT",
"widget": {
"name": "length"
},
"link": 275
}
],
"outputs": [
{
"name": "positive",
"type": "CONDITIONING",
"links": [
270
]
},
{
"name": "LATENT",
"type": "LATENT",
"links": [
309
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.29.0",
"Node name for S&R": "MiniMaxH3ReferenceToVideo",
"ue_properties": {
"widget_ue_connectable": {
"prompt": true,
"width": true,
"height": true,
"length": true
},
"version": "7.8",
"input_ue_unconnectable": {}
}
},
"widgets_values": [
"",
1344,
768,
124,
"match"
]
},
{
"id": 155,
"type": "easy cleanGpuUsed",
"pos": [
-630,
4800
],
"size": [
170,
30
],
"flags": {},
"order": 24,
"mode": 0,
"inputs": [
{
"name": "anything",
"type": "*",
"link": 309
}
],
"outputs": [
{
"name": "output",
"type": "*",
"links": [
307
]
}
],
"properties": {
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.8"
},
"cnr_id": "comfyui-easy-use",
"ver": "625efbfa2fc20c31797dfffcbb41a26b6d91ab7b",
"Node name for S&R": "easy cleanGpuUsed"
},
"widgets_values": [],
"color": "#233",
"bgcolor": "#355"
},
{
"id": 122,
"type": "VAEDecode",
"pos": [
480,
5060
],
"size": [
230,
60
],
"flags": {
"collapsed": false
},
"order": 29,
"mode": 0,
"inputs": [
{
"name": "samples",
"type": "LATENT",
"link": 304
},
{
"name": "vae",
"type": "VAE",
"link": 251
}
],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"links": [
312
]
}
],
"properties": {
"cnr_id": "comfy-core",
"ver": "0.29.0",
"Node name for S&R": "VAEDecode",
"ue_properties": {
"widget_ue_connectable": {},
"version": "7.8",
"input_ue_unconnectable": {}
}
},
"widgets_values": []
},
{
"id": 157,
"type": "easy cleanGpuUsed",
"pos": [
470,
4790
],
"size": [
170,
30
],
"flags": {},
"order": 31,
"mode": 0,
"inputs": [
{
"name": "anything",
"type": "*",
"link": 312
}
],
"outputs": [
{
"name": "output",
"type": "*",
"links": [
310
]
}
],
"properties": {
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.8"
},
"cnr_id": "comfyui-easy-use",
"ver": "625efbfa2fc20c31797dfffcbb41a26b6d91ab7b",
"Node name for S&R": "easy cleanGpuUsed"
},
"widgets_values": [],
"color": "#233",
"bgcolor": "#355"
},
{
"id": 158,
"type": "easy clearCacheAll",
"pos": [
640,
4790
],
"size": [
150,
30
],
"flags": {},
"order": 32,
"mode": 0,
"inputs": [
{
"name": "anything",
"type": "*",
"link": 310
}
],
"outputs": [
{
"name": "output",
"type": "*",
"links": [
311
]
}
],
"properties": {
"ue_properties": {
"widget_ue_connectable": {},
"input_ue_unconnectable": {},
"version": "7.8"
},
"cnr_id": "comfyui-easy-use",
"ver": "625efbfa2fc20c31797dfffcbb41a26b6d91ab7b",
"Node name for S&R": "easy clearCacheAll"
},
"widgets_values": [],
"color": "#233",
"bgcolor": "#355"
}
],
"links": [
[
250,
120,
0,
121,
1,
"VAE"
],
[
251,
119,
0,
122,
1,
"VAE"
],
[
253,
129,
0,
125,
0,
"NOISE"
],
[
254,
126,
0,
125,
1,
"GUIDER"
],
[
255,
123,
0,
125,
2,
"SAMPLER"
],
[
256,
124,
0,
125,
3,
"SIGMAS"
],
[
259,
121,
0,
130,
1,
"AUDIO"
],
[
260,
130,
0,
92,
0,
"VIDEO"
],
[
261,
132,
0,
131,
0,
"FLOAT"
],
[
270,
136,
0,
126,
1,
"CONDITIONING"
],
[
273,
119,
0,
136,
1,
"VAE"
],
[
274,
120,
0,
136,
2,
"VAE"
],
[
275,
131,
1,
136,
13,
"INT"
],
[
276,
115,
0,
136,
11,
"INT"
],
[
277,
115,
1,
136,
12,
"INT"
],
[
279,
138,
0,
136,
10,
"STRING"
],
[
283,
141,
0,
124,
0,
"MODEL"
],
[
284,
141,
0,
126,
0,
"MODEL"
],
[
285,
142,
0,
136,
0,
"CLIP"
],
[
287,
143,
2,
136,
7,
"AUDIO"
],
[
288,
144,
0,
143,
2,
"INT"
],
[
289,
145,
0,
143,
3,
"INT"
],
[
292,
146,
0,
136,
3,
"IMAGE"
],
[
293,
147,
0,
136,
4,
"IMAGE"
],
[
294,
139,
0,
147,
0,
"IMAGE"
],
[
295,
137,
0,
146,
0,
"IMAGE"
],
[
302,
151,
0,
130,
0,
"IMAGE"
],
[
303,
153,
0,
154,
0,
"*"
],
[
304,
154,
0,
122,
0,
"LATENT"
],
[
305,
154,
0,
121,
0,
"LATENT"
],
[
306,
125,
0,
153,
0,
"LATENT"
],
[
307,
155,
0,
156,
0,
"*"
],
[
308,
156,
0,
125,
4,
"LATENT"
],
[
309,
136,
1,
155,
0,
"LATENT"
],
[
310,
157,
0,
158,
0,
"*"
],
[
311,
158,
0,
151,
0,
"IMAGE"
],
[
312,
122,
0,
157,
0,
"IMAGE"
]
],
"groups": [
{
"id": 1,
"title": "Models",
"bounding": [
-1520,
4840,
700,
670
],
"color": "#3f789e",
"flags": {}
},
{
"id": 2,
"title": "Sampling",
"bounding": [
-280,
4840,
690,
670
],
"color": "#3f789e",
"flags": {}
},
{
"id": 3,
"title": "Conditioning",
"bounding": [
-790,
4840,
480,
670
],
"color": "#3f789e",
"flags": {}
},
{
"id": 4,
"title": "Decoding and create video",
"bounding": [
440,
4840,
670,
670
],
"color": "#3f789e",
"flags": {}
},
{
"id": 5,
"title": "User Inputs",
"bounding": [
-1520,
5540,
1930,
900
],
"color": "#3f789e",
"flags": {}
}
],
"config": {},
"extra": {
"ds": {
"scale": 0.573085533011682,
"offset": [
1766.4968162379998,
-4356.933716588354
]
},
"frontendVersion": "1.47.11",
"VHS_latentpreview": false,
"VHS_latentpreviewrate": 0,
"VHS_MetadataImage": true,
"VHS_KeepIntermediate": true,
"ue_links": [],
"links_added_by_ue": []
},
"version": 0.4
}