minimax_ref2va_gguf_workflow.json
45.1 KB · 2228 lines · json Raw
1 {
2 "id": "e3f2b845-8f2c-4b5a-9caf-eac1029d3e7e",
3 "revision": 0,
4 "last_node_id": 158,
5 "last_link_id": 312,
6 "nodes": [
7 {
8 "id": 115,
9 "type": "ResolutionSelector",
10 "pos": [
11 -1480,
12 5610
13 ],
14 "size": [
15 270,
16 170
17 ],
18 "flags": {},
19 "order": 0,
20 "mode": 0,
21 "showAdvanced": false,
22 "inputs": [],
23 "outputs": [
24 {
25 "name": "width",
26 "type": "INT",
27 "links": [
28 276
29 ]
30 },
31 {
32 "name": "height",
33 "type": "INT",
34 "links": [
35 277
36 ]
37 }
38 ],
39 "title": "Resolution Selector (Size)",
40 "properties": {
41 "cnr_id": "comfy-core",
42 "ver": "0.29.0",
43 "Node name for S&R": "ResolutionSelector",
44 "ue_properties": {
45 "widget_ue_connectable": {},
46 "version": "7.8",
47 "input_ue_unconnectable": {}
48 }
49 },
50 "widgets_values": [
51 "16:9 (Widescreen)",
52 0.4,
53 32
54 ],
55 "color": "#322",
56 "bgcolor": "#533"
57 },
58 {
59 "id": 116,
60 "type": "MarkdownNote",
61 "pos": [
62 -2030,
63 4850
64 ],
65 "size": [
66 450,
67 880
68 ],
69 "flags": {},
70 "order": 1,
71 "mode": 0,
72 "inputs": [],
73 "outputs": [],
74 "title": "Note: MiniMax H3",
75 "properties": {
76 "ue_properties": {
77 "widget_ue_connectable": {},
78 "version": "7.8",
79 "input_ue_unconnectable": {}
80 }
81 },
82 "widgets_values": [
83 "## 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."
84 ],
85 "color": "#222",
86 "bgcolor": "#000"
87 },
88 {
89 "id": 119,
90 "type": "VAELoader",
91 "pos": [
92 -1490,
93 5270
94 ],
95 "size": [
96 640,
97 70
98 ],
99 "flags": {},
100 "order": 2,
101 "mode": 0,
102 "inputs": [],
103 "outputs": [
104 {
105 "name": "VAE",
106 "type": "VAE",
107 "links": [
108 251,
109 273
110 ]
111 }
112 ],
113 "properties": {
114 "cnr_id": "comfy-core",
115 "ver": "0.29.0",
116 "Node name for S&R": "VAELoader",
117 "models": [
118 {
119 "name": "minimax_h3_video_vae_fp16.safetensors",
120 "url": "https://huggingface.co/Comfy-Org/MiniMax-H3/resolve/main/vae/minimax_h3_video_vae_fp16.safetensors",
121 "directory": "vae"
122 }
123 ],
124 "ue_properties": {
125 "widget_ue_connectable": {},
126 "version": "7.8",
127 "input_ue_unconnectable": {}
128 }
129 },
130 "widgets_values": [
131 "minimax_h3_video_vae_fp16.safetensors"
132 ]
133 },
134 {
135 "id": 120,
136 "type": "VAELoader",
137 "pos": [
138 -1490,
139 5400
140 ],
141 "size": [
142 650,
143 70
144 ],
145 "flags": {},
146 "order": 3,
147 "mode": 0,
148 "inputs": [],
149 "outputs": [
150 {
151 "name": "VAE",
152 "type": "VAE",
153 "links": [
154 250,
155 274
156 ]
157 }
158 ],
159 "properties": {
160 "cnr_id": "comfy-core",
161 "ver": "0.29.0",
162 "Node name for S&R": "VAELoader",
163 "models": [
164 {
165 "name": "minimax_h3_audio_vae_fp32.safetensors",
166 "url": "https://huggingface.co/Comfy-Org/MiniMax-H3/resolve/main/vae/minimax_h3_audio_vae_fp32.safetensors",
167 "directory": "vae"
168 }
169 ],
170 "ue_properties": {
171 "widget_ue_connectable": {},
172 "version": "7.8",
173 "input_ue_unconnectable": {}
174 }
175 },
176 "widgets_values": [
177 "minimax_h3_audio_vae_fp32.safetensors"
178 ]
179 },
180 {
181 "id": 121,
182 "type": "VAEDecodeAudio",
183 "pos": [
184 480,
185 5180
186 ],
187 "size": [
188 230,
189 60
190 ],
191 "flags": {
192 "collapsed": false
193 },
194 "order": 30,
195 "mode": 0,
196 "inputs": [
197 {
198 "name": "samples",
199 "type": "LATENT",
200 "link": 305
201 },
202 {
203 "name": "vae",
204 "type": "VAE",
205 "link": 250
206 }
207 ],
208 "outputs": [
209 {
210 "name": "AUDIO",
211 "type": "AUDIO",
212 "links": [
213 259
214 ]
215 }
216 ],
217 "properties": {
218 "cnr_id": "comfy-core",
219 "ver": "0.29.0",
220 "Node name for S&R": "VAEDecodeAudio",
221 "ue_properties": {
222 "widget_ue_connectable": {},
223 "version": "7.8",
224 "input_ue_unconnectable": {}
225 }
226 },
227 "widgets_values": []
228 },
229 {
230 "id": 123,
231 "type": "KSamplerSelect",
232 "pos": [
233 -260,
234 5190
235 ],
236 "size": [
237 370,
238 70
239 ],
240 "flags": {},
241 "order": 4,
242 "mode": 0,
243 "inputs": [],
244 "outputs": [
245 {
246 "name": "SAMPLER",
247 "type": "SAMPLER",
248 "links": [
249 255
250 ]
251 }
252 ],
253 "properties": {
254 "cnr_id": "comfy-core",
255 "ver": "0.29.0",
256 "Node name for S&R": "KSamplerSelect",
257 "ue_properties": {
258 "widget_ue_connectable": {},
259 "version": "7.8",
260 "input_ue_unconnectable": {}
261 }
262 },
263 "widgets_values": [
264 "res_multistep"
265 ]
266 },
267 {
268 "id": 124,
269 "type": "BasicScheduler",
270 "pos": [
271 -260,
272 5310
273 ],
274 "size": [
275 370,
276 130
277 ],
278 "flags": {},
279 "order": 21,
280 "mode": 0,
281 "inputs": [
282 {
283 "name": "model",
284 "type": "MODEL",
285 "link": 283
286 }
287 ],
288 "outputs": [
289 {
290 "name": "SIGMAS",
291 "type": "SIGMAS",
292 "links": [
293 256
294 ]
295 }
296 ],
297 "properties": {
298 "cnr_id": "comfy-core",
299 "ver": "0.29.0",
300 "Node name for S&R": "BasicScheduler",
301 "ue_properties": {
302 "widget_ue_connectable": {},
303 "version": "7.8",
304 "input_ue_unconnectable": {}
305 }
306 },
307 "widgets_values": [
308 "simple",
309 25,
310 1
311 ]
312 },
313 {
314 "id": 126,
315 "type": "BasicGuider",
316 "pos": [
317 -260,
318 5080
319 ],
320 "size": [
321 360,
322 60
323 ],
324 "flags": {},
325 "order": 23,
326 "mode": 0,
327 "inputs": [
328 {
329 "name": "model",
330 "type": "MODEL",
331 "link": 284
332 },
333 {
334 "name": "conditioning",
335 "type": "CONDITIONING",
336 "link": 270
337 }
338 ],
339 "outputs": [
340 {
341 "name": "GUIDER",
342 "type": "GUIDER",
343 "links": [
344 254
345 ]
346 }
347 ],
348 "properties": {
349 "cnr_id": "comfy-core",
350 "ver": "0.29.0",
351 "Node name for S&R": "BasicGuider",
352 "ue_properties": {
353 "widget_ue_connectable": {},
354 "version": "7.8",
355 "input_ue_unconnectable": {}
356 }
357 },
358 "widgets_values": []
359 },
360 {
361 "id": 129,
362 "type": "RandomNoise",
363 "pos": [
364 -260,
365 4940
366 ],
367 "size": [
368 360,
369 90
370 ],
371 "flags": {},
372 "order": 5,
373 "mode": 0,
374 "inputs": [],
375 "outputs": [
376 {
377 "name": "NOISE",
378 "type": "NOISE",
379 "links": [
380 253
381 ]
382 }
383 ],
384 "properties": {
385 "cnr_id": "comfy-core",
386 "ver": "0.29.0",
387 "Node name for S&R": "RandomNoise",
388 "ue_properties": {
389 "widget_ue_connectable": {},
390 "version": "7.8",
391 "input_ue_unconnectable": {}
392 }
393 },
394 "widgets_values": [
395 704903825295473,
396 "randomize"
397 ]
398 },
399 {
400 "id": 131,
401 "type": "ComfyMathExpression",
402 "pos": [
403 -1450,
404 5940
405 ],
406 "size": [
407 230,
408 80
409 ],
410 "flags": {
411 "collapsed": true
412 },
413 "order": 17,
414 "mode": 0,
415 "inputs": [
416 {
417 "label": "a",
418 "name": "values.a",
419 "type": "FLOAT,INT,BOOLEAN",
420 "link": 261
421 },
422 {
423 "label": "b",
424 "name": "values.b",
425 "shape": 7,
426 "type": "FLOAT,INT,BOOLEAN",
427 "link": null
428 }
429 ],
430 "outputs": [
431 {
432 "name": "FLOAT",
433 "type": "FLOAT",
434 "links": []
435 },
436 {
437 "name": "INT",
438 "type": "INT",
439 "links": [
440 275
441 ]
442 },
443 {
444 "name": "BOOL",
445 "type": "BOOLEAN",
446 "links": []
447 }
448 ],
449 "properties": {
450 "cnr_id": "comfy-core",
451 "ver": "0.29.0",
452 "Node name for S&R": "ComfyMathExpression",
453 "ue_properties": {
454 "widget_ue_connectable": {},
455 "version": "7.8",
456 "input_ue_unconnectable": {}
457 }
458 },
459 "widgets_values": [
460 "max(5, round(a * 24)) + (5 - (max(5, round(a * 24)) % 17)) % 17"
461 ]
462 },
463 {
464 "id": 132,
465 "type": "PrimitiveFloat",
466 "pos": [
467 -1480,
468 5830
469 ],
470 "size": [
471 270,
472 70
473 ],
474 "flags": {},
475 "order": 6,
476 "mode": 0,
477 "inputs": [],
478 "outputs": [
479 {
480 "name": "FLOAT",
481 "type": "FLOAT",
482 "links": [
483 261
484 ]
485 }
486 ],
487 "title": "Float (Duration)",
488 "properties": {
489 "cnr_id": "comfy-core",
490 "ver": "0.29.0",
491 "Node name for S&R": "PrimitiveFloat",
492 "ue_properties": {
493 "widget_ue_connectable": {},
494 "version": "7.8",
495 "input_ue_unconnectable": {}
496 }
497 },
498 "widgets_values": [
499 5
500 ],
501 "color": "#322",
502 "bgcolor": "#533"
503 },
504 {
505 "id": 140,
506 "type": "MarkdownNote",
507 "pos": [
508 -1890,
509 5830
510 ],
511 "size": [
512 300,
513 520
514 ],
515 "flags": {},
516 "order": 7,
517 "mode": 0,
518 "inputs": [],
519 "outputs": [],
520 "title": "Note: Size Settings Reference",
521 "properties": {
522 "ue_properties": {
523 "widget_ue_connectable": {},
524 "version": "7.8",
525 "input_ue_unconnectable": {}
526 }
527 },
528 "widgets_values": [
529 "| 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"
530 ],
531 "color": "#222",
532 "bgcolor": "#000"
533 },
534 {
535 "id": 145,
536 "type": "PrimitiveInt",
537 "pos": [
538 -20,
539 6310
540 ],
541 "size": [
542 270,
543 90
544 ],
545 "flags": {},
546 "order": 8,
547 "mode": 4,
548 "inputs": [],
549 "outputs": [
550 {
551 "name": "INT",
552 "type": "INT",
553 "links": [
554 289
555 ]
556 }
557 ],
558 "title": "Height",
559 "properties": {
560 "cnr_id": "comfy-core",
561 "ver": "0.29.0",
562 "Node name for S&R": "PrimitiveInt",
563 "ue_properties": {
564 "widget_ue_connectable": {},
565 "input_ue_unconnectable": {},
566 "version": "7.8"
567 }
568 },
569 "widgets_values": [
570 0,
571 "fixed"
572 ],
573 "color": "#2a363b",
574 "bgcolor": "#3f5159"
575 },
576 {
577 "id": 143,
578 "type": "VHS_LoadVideo",
579 "pos": [
580 -20,
581 5640
582 ],
583 "size": [
584 260,
585 511
586 ],
587 "flags": {},
588 "order": 18,
589 "mode": 4,
590 "inputs": [
591 {
592 "name": "meta_batch",
593 "shape": 7,
594 "type": "VHS_BatchManager",
595 "link": null
596 },
597 {
598 "name": "vae",
599 "shape": 7,
600 "type": "VAE",
601 "link": null
602 },
603 {
604 "name": "custom_width",
605 "type": "INT",
606 "widget": {
607 "name": "custom_width"
608 },
609 "link": 288
610 },
611 {
612 "name": "custom_height",
613 "type": "INT",
614 "widget": {
615 "name": "custom_height"
616 },
617 "link": 289
618 }
619 ],
620 "outputs": [
621 {
622 "name": "IMAGE",
623 "type": "IMAGE",
624 "links": []
625 },
626 {
627 "name": "frame_count",
628 "type": "INT",
629 "links": null
630 },
631 {
632 "name": "audio",
633 "type": "AUDIO",
634 "links": [
635 287
636 ]
637 },
638 {
639 "name": "video_info",
640 "type": "VHS_VIDEOINFO",
641 "links": null
642 }
643 ],
644 "properties": {
645 "cnr_id": "comfyui-videohelpersuite",
646 "ver": "4ee72c065db22c9d96c2427954dc69e7b908444b",
647 "Node name for S&R": "VHS_LoadVideo",
648 "ue_properties": {
649 "widget_ue_connectable": {},
650 "input_ue_unconnectable": {},
651 "version": "7.8"
652 }
653 },
654 "widgets_values": {
655 "video": "1000059766.mp4",
656 "force_rate": 0,
657 "custom_width": 0,
658 "custom_height": 0,
659 "frame_load_cap": 0,
660 "skip_first_frames": 0,
661 "select_every_nth": 1,
662 "format": "AnimateDiff",
663 "videopreview": {
664 "hidden": false,
665 "paused": false,
666 "params": {
667 "filename": "1000059766.mp4",
668 "type": "input",
669 "format": "video/mp4",
670 "force_rate": 0,
671 "custom_width": 0,
672 "custom_height": 0,
673 "frame_load_cap": 0,
674 "skip_first_frames": 0,
675 "select_every_nth": 1
676 }
677 }
678 },
679 "color": "#2a363b",
680 "bgcolor": "#3f5159"
681 },
682 {
683 "id": 144,
684 "type": "PrimitiveInt",
685 "pos": [
686 -20,
687 6190
688 ],
689 "size": [
690 270,
691 90
692 ],
693 "flags": {},
694 "order": 9,
695 "mode": 4,
696 "inputs": [],
697 "outputs": [
698 {
699 "name": "INT",
700 "type": "INT",
701 "links": [
702 288
703 ]
704 }
705 ],
706 "title": "Width",
707 "properties": {
708 "cnr_id": "comfy-core",
709 "ver": "0.29.0",
710 "Node name for S&R": "PrimitiveInt",
711 "ue_properties": {
712 "widget_ue_connectable": {},
713 "input_ue_unconnectable": {},
714 "version": "7.8"
715 }
716 },
717 "widgets_values": [
718 0,
719 "fixed"
720 ],
721 "color": "#2a363b",
722 "bgcolor": "#3f5159"
723 },
724 {
725 "id": 146,
726 "type": "ImageResizeKJv2",
727 "pos": [
728 -640,
729 6050
730 ],
731 "size": [
732 270,
733 340
734 ],
735 "flags": {},
736 "order": 20,
737 "mode": 0,
738 "inputs": [
739 {
740 "name": "image",
741 "type": "IMAGE",
742 "link": 295
743 },
744 {
745 "name": "mask",
746 "shape": 7,
747 "type": "MASK",
748 "link": null
749 }
750 ],
751 "outputs": [
752 {
753 "name": "IMAGE",
754 "type": "IMAGE",
755 "links": [
756 292
757 ]
758 },
759 {
760 "name": "width",
761 "type": "INT",
762 "links": null
763 },
764 {
765 "name": "height",
766 "type": "INT",
767 "links": null
768 },
769 {
770 "name": "mask",
771 "type": "MASK",
772 "links": null
773 }
774 ],
775 "properties": {
776 "cnr_id": "comfyui-kjnodes",
777 "ver": "450dc91069e28496bbd67bd657f820ef0cb8d5ba",
778 "Node name for S&R": "ImageResizeKJv2",
779 "ue_properties": {
780 "widget_ue_connectable": {},
781 "input_ue_unconnectable": {},
782 "version": "7.8"
783 }
784 },
785 "widgets_values": [
786 512,
787 512,
788 "nearest-exact",
789 "stretch",
790 "0, 0, 0",
791 "center",
792 2,
793 "cpu"
794 ]
795 },
796 {
797 "id": 138,
798 "type": "PrimitiveStringMultiline",
799 "pos": [
800 -1190,
801 5610
802 ],
803 "size": [
804 530,
805 780
806 ],
807 "flags": {},
808 "order": 10,
809 "mode": 0,
810 "inputs": [],
811 "outputs": [
812 {
813 "name": "STRING",
814 "type": "STRING",
815 "links": [
816 279
817 ]
818 }
819 ],
820 "title": "Input Text (Prompt)",
821 "properties": {
822 "cnr_id": "comfy-core",
823 "ver": "0.29.0",
824 "Node name for S&R": "PrimitiveStringMultiline",
825 "ue_properties": {
826 "widget_ue_connectable": {},
827 "version": "7.8",
828 "input_ue_unconnectable": {}
829 }
830 },
831 "widgets_values": [
832 "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."
833 ],
834 "color": "#232",
835 "bgcolor": "#353"
836 },
837 {
838 "id": 139,
839 "type": "LoadImage",
840 "pos": [
841 -330,
842 5640
843 ],
844 "size": [
845 290,
846 330
847 ],
848 "flags": {},
849 "order": 11,
850 "mode": 0,
851 "inputs": [],
852 "outputs": [
853 {
854 "name": "IMAGE",
855 "type": "IMAGE",
856 "links": [
857 294
858 ]
859 },
860 {
861 "name": "MASK",
862 "type": "MASK",
863 "links": null
864 }
865 ],
866 "title": "Load Image 2",
867 "properties": {
868 "cnr_id": "comfy-core",
869 "ver": "0.29.0",
870 "Node name for S&R": "LoadImage",
871 "ue_properties": {
872 "widget_ue_connectable": {},
873 "version": "7.8",
874 "input_ue_unconnectable": {}
875 }
876 },
877 "widgets_values": [
878 "pasted/image.png",
879 "image"
880 ],
881 "color": "#223",
882 "bgcolor": "#335"
883 },
884 {
885 "id": 137,
886 "type": "LoadImage",
887 "pos": [
888 -640,
889 5640
890 ],
891 "size": [
892 290,
893 330
894 ],
895 "flags": {},
896 "order": 12,
897 "mode": 0,
898 "inputs": [],
899 "outputs": [
900 {
901 "name": "IMAGE",
902 "type": "IMAGE",
903 "links": [
904 295
905 ]
906 },
907 {
908 "name": "MASK",
909 "type": "MASK",
910 "links": null
911 }
912 ],
913 "title": "Load Image 1",
914 "properties": {
915 "cnr_id": "comfy-core",
916 "ver": "0.29.0",
917 "Node name for S&R": "LoadImage",
918 "ue_properties": {
919 "widget_ue_connectable": {},
920 "version": "7.8",
921 "input_ue_unconnectable": {}
922 }
923 },
924 "widgets_values": [
925 "141c6ba0-6eb9-4bd2-819d-7ba20f6c793a-0.jpg",
926 "image"
927 ],
928 "color": "#223",
929 "bgcolor": "#335"
930 },
931 {
932 "id": 147,
933 "type": "ImageResizeKJv2",
934 "pos": [
935 -300,
936 6040
937 ],
938 "size": [
939 270,
940 340
941 ],
942 "flags": {},
943 "order": 19,
944 "mode": 0,
945 "inputs": [
946 {
947 "name": "image",
948 "type": "IMAGE",
949 "link": 294
950 },
951 {
952 "name": "mask",
953 "shape": 7,
954 "type": "MASK",
955 "link": null
956 }
957 ],
958 "outputs": [
959 {
960 "name": "IMAGE",
961 "type": "IMAGE",
962 "links": [
963 293
964 ]
965 },
966 {
967 "name": "width",
968 "type": "INT",
969 "links": null
970 },
971 {
972 "name": "height",
973 "type": "INT",
974 "links": null
975 },
976 {
977 "name": "mask",
978 "type": "MASK",
979 "links": null
980 }
981 ],
982 "properties": {
983 "cnr_id": "comfyui-kjnodes",
984 "ver": "450dc91069e28496bbd67bd657f820ef0cb8d5ba",
985 "Node name for S&R": "ImageResizeKJv2",
986 "ue_properties": {
987 "widget_ue_connectable": {},
988 "input_ue_unconnectable": {},
989 "version": "7.8"
990 }
991 },
992 "widgets_values": [
993 1024,
994 576,
995 "nearest-exact",
996 "stretch",
997 "0, 0, 0",
998 "center",
999 2,
1000 "cpu"
1001 ]
1002 },
1003 {
1004 "id": 127,
1005 "type": "UNETLoader",
1006 "pos": [
1007 -1490,
1008 4940
1009 ],
1010 "size": [
1011 640,
1012 90
1013 ],
1014 "flags": {
1015 "collapsed": true
1016 },
1017 "order": 13,
1018 "mode": 4,
1019 "inputs": [],
1020 "outputs": [
1021 {
1022 "name": "MODEL",
1023 "type": "MODEL",
1024 "links": []
1025 }
1026 ],
1027 "properties": {
1028 "cnr_id": "comfy-core",
1029 "ver": "0.29.0",
1030 "Node name for S&R": "UNETLoader",
1031 "models": [
1032 {
1033 "name": "minimax_h3_ref2va_pruned_int8_convrot.safetensors",
1034 "url": "https://huggingface.co/Comfy-Org/MiniMax-H3/resolve/main/diffusion_models/minimax_h3_ref2va_pruned_int8_convrot.safetensors",
1035 "directory": "diffusion_models"
1036 }
1037 ],
1038 "ue_properties": {
1039 "widget_ue_connectable": {},
1040 "version": "7.8",
1041 "input_ue_unconnectable": {}
1042 }
1043 },
1044 "widgets_values": [
1045 "minimax_h3_ref2va_pruned_int8_convrot.safetensors",
1046 "default"
1047 ]
1048 },
1049 {
1050 "id": 128,
1051 "type": "CLIPLoader",
1052 "pos": [
1053 -1490,
1054 5090
1055 ],
1056 "size": [
1057 640,
1058 120
1059 ],
1060 "flags": {
1061 "collapsed": true
1062 },
1063 "order": 14,
1064 "mode": 4,
1065 "inputs": [],
1066 "outputs": [
1067 {
1068 "name": "CLIP",
1069 "type": "CLIP",
1070 "links": []
1071 }
1072 ],
1073 "properties": {
1074 "cnr_id": "comfy-core",
1075 "ver": "0.29.0",
1076 "Node name for S&R": "CLIPLoader",
1077 "models": [
1078 {
1079 "name": "qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors",
1080 "url": "https://huggingface.co/Comfy-Org/MiniMax-H3/resolve/main/text_encoders/qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors",
1081 "directory": "text_encoders"
1082 }
1083 ],
1084 "ue_properties": {
1085 "widget_ue_connectable": {},
1086 "version": "7.8",
1087 "input_ue_unconnectable": {}
1088 }
1089 },
1090 "widgets_values": [
1091 "qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors",
1092 "minimax",
1093 "default"
1094 ]
1095 },
1096 {
1097 "id": 141,
1098 "type": "UnetLoaderGGUF",
1099 "pos": [
1100 -1290,
1101 4930
1102 ],
1103 "size": [
1104 440,
1105 60
1106 ],
1107 "flags": {},
1108 "order": 15,
1109 "mode": 0,
1110 "inputs": [],
1111 "outputs": [
1112 {
1113 "name": "MODEL",
1114 "type": "MODEL",
1115 "links": [
1116 283,
1117 284
1118 ]
1119 }
1120 ],
1121 "properties": {
1122 "cnr_id": "ComfyUI-GGUF",
1123 "ver": "6ea2651e7df66d7585f6ffee804b20e92fb38b8a",
1124 "Node name for S&R": "UnetLoaderGGUF",
1125 "ue_properties": {
1126 "widget_ue_connectable": {},
1127 "input_ue_unconnectable": {},
1128 "version": "7.8"
1129 }
1130 },
1131 "widgets_values": [
1132 "MiniMax-H3-REF2VA-Q4_K_M-fixed.gguf"
1133 ]
1134 },
1135 {
1136 "id": 142,
1137 "type": "CLIPLoaderGGUF",
1138 "pos": [
1139 -1290,
1140 5070
1141 ],
1142 "size": [
1143 440,
1144 90
1145 ],
1146 "flags": {},
1147 "order": 16,
1148 "mode": 0,
1149 "inputs": [],
1150 "outputs": [
1151 {
1152 "name": "CLIP",
1153 "type": "CLIP",
1154 "links": [
1155 285
1156 ]
1157 }
1158 ],
1159 "properties": {
1160 "cnr_id": "ComfyUI-GGUF",
1161 "ver": "6ea2651e7df66d7585f6ffee804b20e92fb38b8a",
1162 "Node name for S&R": "CLIPLoaderGGUF",
1163 "ue_properties": {
1164 "widget_ue_connectable": {},
1165 "input_ue_unconnectable": {},
1166 "version": "7.8"
1167 }
1168 },
1169 "widgets_values": [
1170 "qwen3vl-32B-MiniMax-H3-Q4_K_M.gguf",
1171 "wan"
1172 ]
1173 },
1174 {
1175 "id": 130,
1176 "type": "CreateVideo",
1177 "pos": [
1178 790,
1179 5090
1180 ],
1181 "size": [
1182 270,
1183 110
1184 ],
1185 "flags": {},
1186 "order": 34,
1187 "mode": 0,
1188 "inputs": [
1189 {
1190 "name": "images",
1191 "type": "IMAGE",
1192 "link": 302
1193 },
1194 {
1195 "name": "audio",
1196 "shape": 7,
1197 "type": "AUDIO",
1198 "link": 259
1199 }
1200 ],
1201 "outputs": [
1202 {
1203 "name": "VIDEO",
1204 "type": "VIDEO",
1205 "links": [
1206 260
1207 ]
1208 }
1209 ],
1210 "properties": {
1211 "cnr_id": "comfy-core",
1212 "ver": "0.29.0",
1213 "Node name for S&R": "CreateVideo",
1214 "ue_properties": {
1215 "widget_ue_connectable": {},
1216 "version": "7.8",
1217 "input_ue_unconnectable": {}
1218 }
1219 },
1220 "widgets_values": [
1221 24,
1222 8
1223 ]
1224 },
1225 {
1226 "id": 92,
1227 "type": "SaveVideo",
1228 "pos": [
1229 1150,
1230 4870
1231 ],
1232 "size": [
1233 1210,
1234 770.2222222222222
1235 ],
1236 "flags": {},
1237 "order": 35,
1238 "mode": 0,
1239 "inputs": [
1240 {
1241 "name": "video",
1242 "type": "VIDEO",
1243 "link": 260
1244 }
1245 ],
1246 "outputs": [
1247 {
1248 "name": "video",
1249 "type": "VIDEO",
1250 "links": null
1251 }
1252 ],
1253 "properties": {
1254 "cnr_id": "comfy-core",
1255 "ver": "0.29.0",
1256 "Node name for S&R": "SaveVideo",
1257 "ue_properties": {
1258 "widget_ue_connectable": {},
1259 "version": "7.8",
1260 "input_ue_unconnectable": {}
1261 }
1262 },
1263 "widgets_values": [
1264 "video/MiniMax_H3",
1265 "auto",
1266 "auto"
1267 ]
1268 },
1269 {
1270 "id": 151,
1271 "type": "RTXVideoSuperResolution",
1272 "pos": [
1273 780,
1274 4930
1275 ],
1276 "size": [
1277 290,
1278 110
1279 ],
1280 "flags": {},
1281 "order": 33,
1282 "mode": 0,
1283 "inputs": [
1284 {
1285 "name": "images",
1286 "type": "IMAGE",
1287 "link": 311
1288 }
1289 ],
1290 "outputs": [
1291 {
1292 "name": "upscaled_images",
1293 "type": "IMAGE",
1294 "links": [
1295 302
1296 ]
1297 }
1298 ],
1299 "properties": {
1300 "cnr_id": "comfyui_nvidia_rtx_nodes",
1301 "ver": "892515e3eb9a4920a131a502a047e47adca9eb0d",
1302 "Node name for S&R": "RTXVideoSuperResolution",
1303 "ue_properties": {
1304 "widget_ue_connectable": {},
1305 "input_ue_unconnectable": {},
1306 "version": "7.8"
1307 }
1308 },
1309 "widgets_values": [
1310 "scale by multiplier",
1311 2,
1312 "ULTRA"
1313 ],
1314 "color": "#233",
1315 "bgcolor": "#355"
1316 },
1317 {
1318 "id": 154,
1319 "type": "easy clearCacheAll",
1320 "pos": [
1321 260,
1322 4790
1323 ],
1324 "size": [
1325 150,
1326 30
1327 ],
1328 "flags": {},
1329 "order": 28,
1330 "mode": 0,
1331 "inputs": [
1332 {
1333 "name": "anything",
1334 "type": "*",
1335 "link": 303
1336 }
1337 ],
1338 "outputs": [
1339 {
1340 "name": "output",
1341 "type": "*",
1342 "links": [
1343 304,
1344 305
1345 ]
1346 }
1347 ],
1348 "properties": {
1349 "ue_properties": {
1350 "widget_ue_connectable": {},
1351 "input_ue_unconnectable": {},
1352 "version": "7.8"
1353 },
1354 "cnr_id": "comfyui-easy-use",
1355 "ver": "625efbfa2fc20c31797dfffcbb41a26b6d91ab7b",
1356 "Node name for S&R": "easy clearCacheAll"
1357 },
1358 "widgets_values": [],
1359 "color": "#233",
1360 "bgcolor": "#355"
1361 },
1362 {
1363 "id": 125,
1364 "type": "SamplerCustomAdvanced",
1365 "pos": [
1366 150,
1367 5110
1368 ],
1369 "size": [
1370 230,
1371 140
1372 ],
1373 "flags": {},
1374 "order": 26,
1375 "mode": 0,
1376 "inputs": [
1377 {
1378 "name": "noise",
1379 "type": "NOISE",
1380 "link": 253
1381 },
1382 {
1383 "name": "guider",
1384 "type": "GUIDER",
1385 "link": 254
1386 },
1387 {
1388 "name": "sampler",
1389 "type": "SAMPLER",
1390 "link": 255
1391 },
1392 {
1393 "name": "sigmas",
1394 "type": "SIGMAS",
1395 "link": 256
1396 },
1397 {
1398 "name": "latent_image",
1399 "type": "LATENT",
1400 "link": 308
1401 }
1402 ],
1403 "outputs": [
1404 {
1405 "name": "output",
1406 "type": "LATENT",
1407 "links": [
1408 306
1409 ]
1410 },
1411 {
1412 "name": "denoised_output",
1413 "type": "LATENT",
1414 "links": []
1415 }
1416 ],
1417 "properties": {
1418 "cnr_id": "comfy-core",
1419 "ver": "0.29.0",
1420 "Node name for S&R": "SamplerCustomAdvanced",
1421 "ue_properties": {
1422 "widget_ue_connectable": {},
1423 "version": "7.8",
1424 "input_ue_unconnectable": {}
1425 }
1426 },
1427 "widgets_values": []
1428 },
1429 {
1430 "id": 153,
1431 "type": "easy cleanGpuUsed",
1432 "pos": [
1433 90,
1434 4790
1435 ],
1436 "size": [
1437 170,
1438 30
1439 ],
1440 "flags": {},
1441 "order": 27,
1442 "mode": 0,
1443 "inputs": [
1444 {
1445 "name": "anything",
1446 "type": "*",
1447 "link": 306
1448 }
1449 ],
1450 "outputs": [
1451 {
1452 "name": "output",
1453 "type": "*",
1454 "links": [
1455 303
1456 ]
1457 }
1458 ],
1459 "properties": {
1460 "ue_properties": {
1461 "widget_ue_connectable": {},
1462 "input_ue_unconnectable": {},
1463 "version": "7.8"
1464 },
1465 "cnr_id": "comfyui-easy-use",
1466 "ver": "625efbfa2fc20c31797dfffcbb41a26b6d91ab7b",
1467 "Node name for S&R": "easy cleanGpuUsed"
1468 },
1469 "widgets_values": [],
1470 "color": "#233",
1471 "bgcolor": "#355"
1472 },
1473 {
1474 "id": 156,
1475 "type": "easy clearCacheAll",
1476 "pos": [
1477 -460,
1478 4800
1479 ],
1480 "size": [
1481 150,
1482 30
1483 ],
1484 "flags": {},
1485 "order": 25,
1486 "mode": 0,
1487 "inputs": [
1488 {
1489 "name": "anything",
1490 "type": "*",
1491 "link": 307
1492 }
1493 ],
1494 "outputs": [
1495 {
1496 "name": "output",
1497 "type": "*",
1498 "links": [
1499 308
1500 ]
1501 }
1502 ],
1503 "properties": {
1504 "ue_properties": {
1505 "widget_ue_connectable": {},
1506 "input_ue_unconnectable": {},
1507 "version": "7.8"
1508 },
1509 "cnr_id": "comfyui-easy-use",
1510 "ver": "625efbfa2fc20c31797dfffcbb41a26b6d91ab7b",
1511 "Node name for S&R": "easy clearCacheAll"
1512 },
1513 "widgets_values": [],
1514 "color": "#233",
1515 "bgcolor": "#355"
1516 },
1517 {
1518 "id": 136,
1519 "type": "MiniMaxH3ReferenceToVideo",
1520 "pos": [
1521 -750,
1522 4940
1523 ],
1524 "size": [
1525 410,
1526 390
1527 ],
1528 "flags": {},
1529 "order": 22,
1530 "mode": 0,
1531 "inputs": [
1532 {
1533 "name": "clip",
1534 "type": "CLIP",
1535 "link": 285
1536 },
1537 {
1538 "name": "vae",
1539 "type": "VAE",
1540 "link": 273
1541 },
1542 {
1543 "name": "audio_vae",
1544 "type": "VAE",
1545 "link": 274
1546 },
1547 {
1548 "label": "ref_image_0",
1549 "name": "ref_images.ref_image_0",
1550 "shape": 7,
1551 "type": "IMAGE",
1552 "link": 292
1553 },
1554 {
1555 "label": "ref_image_1",
1556 "name": "ref_images.ref_image_1",
1557 "shape": 7,
1558 "type": "IMAGE",
1559 "link": 293
1560 },
1561 {
1562 "label": "ref_image_2",
1563 "name": "ref_images.ref_image_2",
1564 "shape": 7,
1565 "type": "IMAGE",
1566 "link": null
1567 },
1568 {
1569 "label": "ref_video_0",
1570 "name": "ref_videos.ref_video_0",
1571 "shape": 7,
1572 "type": "IMAGE",
1573 "link": null
1574 },
1575 {
1576 "label": "ref_video_audio_0",
1577 "name": "ref_video_audios.ref_video_audio_0",
1578 "shape": 7,
1579 "type": "AUDIO",
1580 "link": 287
1581 },
1582 {
1583 "label": "ref_video_audio_1",
1584 "name": "ref_video_audios.ref_video_audio_1",
1585 "shape": 7,
1586 "type": "AUDIO",
1587 "link": null
1588 },
1589 {
1590 "label": "ref_audio_0",
1591 "name": "ref_audios.ref_audio_0",
1592 "shape": 7,
1593 "type": "AUDIO",
1594 "link": null
1595 },
1596 {
1597 "name": "prompt",
1598 "type": "STRING",
1599 "widget": {
1600 "name": "prompt"
1601 },
1602 "link": 279
1603 },
1604 {
1605 "name": "width",
1606 "type": "INT",
1607 "widget": {
1608 "name": "width"
1609 },
1610 "link": 276
1611 },
1612 {
1613 "name": "height",
1614 "type": "INT",
1615 "widget": {
1616 "name": "height"
1617 },
1618 "link": 277
1619 },
1620 {
1621 "name": "length",
1622 "type": "INT",
1623 "widget": {
1624 "name": "length"
1625 },
1626 "link": 275
1627 }
1628 ],
1629 "outputs": [
1630 {
1631 "name": "positive",
1632 "type": "CONDITIONING",
1633 "links": [
1634 270
1635 ]
1636 },
1637 {
1638 "name": "LATENT",
1639 "type": "LATENT",
1640 "links": [
1641 309
1642 ]
1643 }
1644 ],
1645 "properties": {
1646 "cnr_id": "comfy-core",
1647 "ver": "0.29.0",
1648 "Node name for S&R": "MiniMaxH3ReferenceToVideo",
1649 "ue_properties": {
1650 "widget_ue_connectable": {
1651 "prompt": true,
1652 "width": true,
1653 "height": true,
1654 "length": true
1655 },
1656 "version": "7.8",
1657 "input_ue_unconnectable": {}
1658 }
1659 },
1660 "widgets_values": [
1661 "",
1662 1344,
1663 768,
1664 124,
1665 "match"
1666 ]
1667 },
1668 {
1669 "id": 155,
1670 "type": "easy cleanGpuUsed",
1671 "pos": [
1672 -630,
1673 4800
1674 ],
1675 "size": [
1676 170,
1677 30
1678 ],
1679 "flags": {},
1680 "order": 24,
1681 "mode": 0,
1682 "inputs": [
1683 {
1684 "name": "anything",
1685 "type": "*",
1686 "link": 309
1687 }
1688 ],
1689 "outputs": [
1690 {
1691 "name": "output",
1692 "type": "*",
1693 "links": [
1694 307
1695 ]
1696 }
1697 ],
1698 "properties": {
1699 "ue_properties": {
1700 "widget_ue_connectable": {},
1701 "input_ue_unconnectable": {},
1702 "version": "7.8"
1703 },
1704 "cnr_id": "comfyui-easy-use",
1705 "ver": "625efbfa2fc20c31797dfffcbb41a26b6d91ab7b",
1706 "Node name for S&R": "easy cleanGpuUsed"
1707 },
1708 "widgets_values": [],
1709 "color": "#233",
1710 "bgcolor": "#355"
1711 },
1712 {
1713 "id": 122,
1714 "type": "VAEDecode",
1715 "pos": [
1716 480,
1717 5060
1718 ],
1719 "size": [
1720 230,
1721 60
1722 ],
1723 "flags": {
1724 "collapsed": false
1725 },
1726 "order": 29,
1727 "mode": 0,
1728 "inputs": [
1729 {
1730 "name": "samples",
1731 "type": "LATENT",
1732 "link": 304
1733 },
1734 {
1735 "name": "vae",
1736 "type": "VAE",
1737 "link": 251
1738 }
1739 ],
1740 "outputs": [
1741 {
1742 "name": "IMAGE",
1743 "type": "IMAGE",
1744 "links": [
1745 312
1746 ]
1747 }
1748 ],
1749 "properties": {
1750 "cnr_id": "comfy-core",
1751 "ver": "0.29.0",
1752 "Node name for S&R": "VAEDecode",
1753 "ue_properties": {
1754 "widget_ue_connectable": {},
1755 "version": "7.8",
1756 "input_ue_unconnectable": {}
1757 }
1758 },
1759 "widgets_values": []
1760 },
1761 {
1762 "id": 157,
1763 "type": "easy cleanGpuUsed",
1764 "pos": [
1765 470,
1766 4790
1767 ],
1768 "size": [
1769 170,
1770 30
1771 ],
1772 "flags": {},
1773 "order": 31,
1774 "mode": 0,
1775 "inputs": [
1776 {
1777 "name": "anything",
1778 "type": "*",
1779 "link": 312
1780 }
1781 ],
1782 "outputs": [
1783 {
1784 "name": "output",
1785 "type": "*",
1786 "links": [
1787 310
1788 ]
1789 }
1790 ],
1791 "properties": {
1792 "ue_properties": {
1793 "widget_ue_connectable": {},
1794 "input_ue_unconnectable": {},
1795 "version": "7.8"
1796 },
1797 "cnr_id": "comfyui-easy-use",
1798 "ver": "625efbfa2fc20c31797dfffcbb41a26b6d91ab7b",
1799 "Node name for S&R": "easy cleanGpuUsed"
1800 },
1801 "widgets_values": [],
1802 "color": "#233",
1803 "bgcolor": "#355"
1804 },
1805 {
1806 "id": 158,
1807 "type": "easy clearCacheAll",
1808 "pos": [
1809 640,
1810 4790
1811 ],
1812 "size": [
1813 150,
1814 30
1815 ],
1816 "flags": {},
1817 "order": 32,
1818 "mode": 0,
1819 "inputs": [
1820 {
1821 "name": "anything",
1822 "type": "*",
1823 "link": 310
1824 }
1825 ],
1826 "outputs": [
1827 {
1828 "name": "output",
1829 "type": "*",
1830 "links": [
1831 311
1832 ]
1833 }
1834 ],
1835 "properties": {
1836 "ue_properties": {
1837 "widget_ue_connectable": {},
1838 "input_ue_unconnectable": {},
1839 "version": "7.8"
1840 },
1841 "cnr_id": "comfyui-easy-use",
1842 "ver": "625efbfa2fc20c31797dfffcbb41a26b6d91ab7b",
1843 "Node name for S&R": "easy clearCacheAll"
1844 },
1845 "widgets_values": [],
1846 "color": "#233",
1847 "bgcolor": "#355"
1848 }
1849 ],
1850 "links": [
1851 [
1852 250,
1853 120,
1854 0,
1855 121,
1856 1,
1857 "VAE"
1858 ],
1859 [
1860 251,
1861 119,
1862 0,
1863 122,
1864 1,
1865 "VAE"
1866 ],
1867 [
1868 253,
1869 129,
1870 0,
1871 125,
1872 0,
1873 "NOISE"
1874 ],
1875 [
1876 254,
1877 126,
1878 0,
1879 125,
1880 1,
1881 "GUIDER"
1882 ],
1883 [
1884 255,
1885 123,
1886 0,
1887 125,
1888 2,
1889 "SAMPLER"
1890 ],
1891 [
1892 256,
1893 124,
1894 0,
1895 125,
1896 3,
1897 "SIGMAS"
1898 ],
1899 [
1900 259,
1901 121,
1902 0,
1903 130,
1904 1,
1905 "AUDIO"
1906 ],
1907 [
1908 260,
1909 130,
1910 0,
1911 92,
1912 0,
1913 "VIDEO"
1914 ],
1915 [
1916 261,
1917 132,
1918 0,
1919 131,
1920 0,
1921 "FLOAT"
1922 ],
1923 [
1924 270,
1925 136,
1926 0,
1927 126,
1928 1,
1929 "CONDITIONING"
1930 ],
1931 [
1932 273,
1933 119,
1934 0,
1935 136,
1936 1,
1937 "VAE"
1938 ],
1939 [
1940 274,
1941 120,
1942 0,
1943 136,
1944 2,
1945 "VAE"
1946 ],
1947 [
1948 275,
1949 131,
1950 1,
1951 136,
1952 13,
1953 "INT"
1954 ],
1955 [
1956 276,
1957 115,
1958 0,
1959 136,
1960 11,
1961 "INT"
1962 ],
1963 [
1964 277,
1965 115,
1966 1,
1967 136,
1968 12,
1969 "INT"
1970 ],
1971 [
1972 279,
1973 138,
1974 0,
1975 136,
1976 10,
1977 "STRING"
1978 ],
1979 [
1980 283,
1981 141,
1982 0,
1983 124,
1984 0,
1985 "MODEL"
1986 ],
1987 [
1988 284,
1989 141,
1990 0,
1991 126,
1992 0,
1993 "MODEL"
1994 ],
1995 [
1996 285,
1997 142,
1998 0,
1999 136,
2000 0,
2001 "CLIP"
2002 ],
2003 [
2004 287,
2005 143,
2006 2,
2007 136,
2008 7,
2009 "AUDIO"
2010 ],
2011 [
2012 288,
2013 144,
2014 0,
2015 143,
2016 2,
2017 "INT"
2018 ],
2019 [
2020 289,
2021 145,
2022 0,
2023 143,
2024 3,
2025 "INT"
2026 ],
2027 [
2028 292,
2029 146,
2030 0,
2031 136,
2032 3,
2033 "IMAGE"
2034 ],
2035 [
2036 293,
2037 147,
2038 0,
2039 136,
2040 4,
2041 "IMAGE"
2042 ],
2043 [
2044 294,
2045 139,
2046 0,
2047 147,
2048 0,
2049 "IMAGE"
2050 ],
2051 [
2052 295,
2053 137,
2054 0,
2055 146,
2056 0,
2057 "IMAGE"
2058 ],
2059 [
2060 302,
2061 151,
2062 0,
2063 130,
2064 0,
2065 "IMAGE"
2066 ],
2067 [
2068 303,
2069 153,
2070 0,
2071 154,
2072 0,
2073 "*"
2074 ],
2075 [
2076 304,
2077 154,
2078 0,
2079 122,
2080 0,
2081 "LATENT"
2082 ],
2083 [
2084 305,
2085 154,
2086 0,
2087 121,
2088 0,
2089 "LATENT"
2090 ],
2091 [
2092 306,
2093 125,
2094 0,
2095 153,
2096 0,
2097 "LATENT"
2098 ],
2099 [
2100 307,
2101 155,
2102 0,
2103 156,
2104 0,
2105 "*"
2106 ],
2107 [
2108 308,
2109 156,
2110 0,
2111 125,
2112 4,
2113 "LATENT"
2114 ],
2115 [
2116 309,
2117 136,
2118 1,
2119 155,
2120 0,
2121 "LATENT"
2122 ],
2123 [
2124 310,
2125 157,
2126 0,
2127 158,
2128 0,
2129 "*"
2130 ],
2131 [
2132 311,
2133 158,
2134 0,
2135 151,
2136 0,
2137 "IMAGE"
2138 ],
2139 [
2140 312,
2141 122,
2142 0,
2143 157,
2144 0,
2145 "IMAGE"
2146 ]
2147 ],
2148 "groups": [
2149 {
2150 "id": 1,
2151 "title": "Models",
2152 "bounding": [
2153 -1520,
2154 4840,
2155 700,
2156 670
2157 ],
2158 "color": "#3f789e",
2159 "flags": {}
2160 },
2161 {
2162 "id": 2,
2163 "title": "Sampling",
2164 "bounding": [
2165 -280,
2166 4840,
2167 690,
2168 670
2169 ],
2170 "color": "#3f789e",
2171 "flags": {}
2172 },
2173 {
2174 "id": 3,
2175 "title": "Conditioning",
2176 "bounding": [
2177 -790,
2178 4840,
2179 480,
2180 670
2181 ],
2182 "color": "#3f789e",
2183 "flags": {}
2184 },
2185 {
2186 "id": 4,
2187 "title": "Decoding and create video",
2188 "bounding": [
2189 440,
2190 4840,
2191 670,
2192 670
2193 ],
2194 "color": "#3f789e",
2195 "flags": {}
2196 },
2197 {
2198 "id": 5,
2199 "title": "User Inputs",
2200 "bounding": [
2201 -1520,
2202 5540,
2203 1930,
2204 900
2205 ],
2206 "color": "#3f789e",
2207 "flags": {}
2208 }
2209 ],
2210 "config": {},
2211 "extra": {
2212 "ds": {
2213 "scale": 0.573085533011682,
2214 "offset": [
2215 1766.4968162379998,
2216 -4356.933716588354
2217 ]
2218 },
2219 "frontendVersion": "1.47.11",
2220 "VHS_latentpreview": false,
2221 "VHS_latentpreviewrate": 0,
2222 "VHS_MetadataImage": true,
2223 "VHS_KeepIntermediate": true,
2224 "ue_links": [],
2225 "links_added_by_ue": []
2226 },
2227 "version": 0.4
2228 }