comfyui-workflow-templates 0.1.15__py3-none-any.whl → 0.1.16__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1272 @@
1
+ {
2
+ "id": "96995b8f-85c5-47af-b3cf-7b6a24675694",
3
+ "revision": 0,
4
+ "last_node_id": 107,
5
+ "last_link_id": 180,
6
+ "nodes": [
7
+ {
8
+ "id": 58,
9
+ "type": "TrimVideoLatent",
10
+ "pos": [
11
+ 980,
12
+ 530
13
+ ],
14
+ "size": [
15
+ 276.5860290527344,
16
+ 58
17
+ ],
18
+ "flags": {
19
+ "collapsed": true
20
+ },
21
+ "order": 18,
22
+ "mode": 0,
23
+ "inputs": [
24
+ {
25
+ "name": "samples",
26
+ "type": "LATENT",
27
+ "link": 116
28
+ },
29
+ {
30
+ "name": "trim_amount",
31
+ "type": "INT",
32
+ "widget": {
33
+ "name": "trim_amount"
34
+ },
35
+ "link": 115
36
+ }
37
+ ],
38
+ "outputs": [
39
+ {
40
+ "name": "LATENT",
41
+ "type": "LATENT",
42
+ "links": [
43
+ 117
44
+ ]
45
+ }
46
+ ],
47
+ "properties": {
48
+ "Node name for S&R": "TrimVideoLatent",
49
+ "cnr_id": "comfy-core",
50
+ "ver": "0.3.34"
51
+ },
52
+ "widgets_values": [
53
+ 0
54
+ ]
55
+ },
56
+ {
57
+ "id": 8,
58
+ "type": "VAEDecode",
59
+ "pos": [
60
+ 1150,
61
+ 530
62
+ ],
63
+ "size": [
64
+ 210,
65
+ 46
66
+ ],
67
+ "flags": {
68
+ "collapsed": true
69
+ },
70
+ "order": 19,
71
+ "mode": 0,
72
+ "inputs": [
73
+ {
74
+ "name": "samples",
75
+ "type": "LATENT",
76
+ "link": 117
77
+ },
78
+ {
79
+ "name": "vae",
80
+ "type": "VAE",
81
+ "link": 76
82
+ }
83
+ ],
84
+ "outputs": [
85
+ {
86
+ "name": "IMAGE",
87
+ "type": "IMAGE",
88
+ "slot_index": 0,
89
+ "links": [
90
+ 130,
91
+ 139
92
+ ]
93
+ }
94
+ ],
95
+ "properties": {
96
+ "Node name for S&R": "VAEDecode",
97
+ "cnr_id": "comfy-core",
98
+ "ver": "0.3.34"
99
+ },
100
+ "widgets_values": []
101
+ },
102
+ {
103
+ "id": 77,
104
+ "type": "MarkdownNote",
105
+ "pos": [
106
+ -750,
107
+ 0
108
+ ],
109
+ "size": [
110
+ 440,
111
+ 410
112
+ ],
113
+ "flags": {},
114
+ "order": 0,
115
+ "mode": 0,
116
+ "inputs": [],
117
+ "outputs": [],
118
+ "properties": {},
119
+ "widgets_values": [
120
+ "[Tutorial](https://docs.comfy.org/tutorials/video/wan/vace) | [教程](https://docs.comfy.org/zh-CN/tutorials/video/wan/vace)\n\n\n**diffusion_models** \n\n- [wan2.1_vace_14B_fp16.safetensors](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_vace_14B_fp16.safetensors)\n\n**VAE**\n- [wan_2.1_vae.safetensors](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/vae/wan_2.1_vae.safetensors?download=true)\n\n**Text encoders** Chose one of following model\n- [umt5_xxl_fp16.safetensors](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp16.safetensors?download=true)\n- [umt5_xxl_fp8_e4m3fn_scaled.safetensors](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors?download=true)\n\n> You can choose between fp16 of fp8; I used fp16 to match what kijai's wrapper is compatible with.\n\nFile save location\n\n```\nComfyUI/\n├── models/\n│ ├── diffusion_models/\n│ │ └─── wan2.1_vace_14B_fp16.safetensors\n│ ├── text_encoders/\n│ │ └─── umt5_xxl_fp8_e4m3fn_scaled.safetensors # or fp16\n│ └── vae/\n│ └── wan_2.1_vae.safetensors\n```\n"
121
+ ],
122
+ "color": "#432",
123
+ "bgcolor": "#653"
124
+ },
125
+ {
126
+ "id": 103,
127
+ "type": "Note",
128
+ "pos": [
129
+ 140,
130
+ 0
131
+ ],
132
+ "size": [
133
+ 440,
134
+ 100
135
+ ],
136
+ "flags": {},
137
+ "order": 1,
138
+ "mode": 0,
139
+ "inputs": [],
140
+ "outputs": [],
141
+ "properties": {},
142
+ "widgets_values": [
143
+ "Since umt5 is a variant based on T5, the input of prompt supports multiple languages.\n\n---\n\n由于 umt5 是基于 T5 的变体,所以提示词输入是支持多种语言输入的"
144
+ ],
145
+ "color": "#432",
146
+ "bgcolor": "#653"
147
+ },
148
+ {
149
+ "id": 38,
150
+ "type": "CLIPLoader",
151
+ "pos": [
152
+ -280,
153
+ 187.3333282470703
154
+ ],
155
+ "size": [
156
+ 390,
157
+ 106
158
+ ],
159
+ "flags": {},
160
+ "order": 2,
161
+ "mode": 0,
162
+ "inputs": [],
163
+ "outputs": [
164
+ {
165
+ "name": "CLIP",
166
+ "type": "CLIP",
167
+ "slot_index": 0,
168
+ "links": [
169
+ 74,
170
+ 75
171
+ ]
172
+ }
173
+ ],
174
+ "properties": {
175
+ "Node name for S&R": "CLIPLoader",
176
+ "cnr_id": "comfy-core",
177
+ "ver": "0.3.34",
178
+ "models": [
179
+ {
180
+ "name": "umt5_xxl_fp16.safetensors",
181
+ "url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp16.safetensors",
182
+ "hash": "7b8850f1961e1cf8a77cca4c964a358d303f490833c6c087d0cff4b2f99db2af",
183
+ "hash_type": "SHA256",
184
+ "directory": "text_encoders"
185
+ }
186
+ ]
187
+ },
188
+ "widgets_values": [
189
+ "umt5_xxl_fp16.safetensors",
190
+ "wan",
191
+ "default"
192
+ ]
193
+ },
194
+ {
195
+ "id": 66,
196
+ "type": "CLIPLoader",
197
+ "pos": [
198
+ -280,
199
+ 348.6666564941406
200
+ ],
201
+ "size": [
202
+ 390,
203
+ 106
204
+ ],
205
+ "flags": {},
206
+ "order": 3,
207
+ "mode": 4,
208
+ "inputs": [],
209
+ "outputs": [
210
+ {
211
+ "name": "CLIP",
212
+ "type": "CLIP",
213
+ "slot_index": 0,
214
+ "links": []
215
+ }
216
+ ],
217
+ "properties": {
218
+ "Node name for S&R": "CLIPLoader",
219
+ "cnr_id": "comfy-core",
220
+ "ver": "0.3.34",
221
+ "models": [
222
+ {
223
+ "name": "umt5_xxl_fp8_e4m3fn_scaled.safetensors",
224
+ "url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors",
225
+ "hash": "c3355d30191f1f066b26d93fba017ae9809dce6c627dda5f6a66eaa651204f68",
226
+ "hash_type": "SHA256",
227
+ "directory": "text_encoders"
228
+ }
229
+ ]
230
+ },
231
+ "widgets_values": [
232
+ "umt5_xxl_fp8_e4m3fn_scaled.safetensors",
233
+ "wan",
234
+ "default"
235
+ ]
236
+ },
237
+ {
238
+ "id": 39,
239
+ "type": "VAELoader",
240
+ "pos": [
241
+ -280,
242
+ 510
243
+ ],
244
+ "size": [
245
+ 390,
246
+ 60
247
+ ],
248
+ "flags": {},
249
+ "order": 4,
250
+ "mode": 0,
251
+ "inputs": [],
252
+ "outputs": [
253
+ {
254
+ "name": "VAE",
255
+ "type": "VAE",
256
+ "slot_index": 0,
257
+ "links": [
258
+ 76,
259
+ 101
260
+ ]
261
+ }
262
+ ],
263
+ "properties": {
264
+ "Node name for S&R": "VAELoader",
265
+ "cnr_id": "comfy-core",
266
+ "ver": "0.3.34",
267
+ "models": [
268
+ {
269
+ "name": "wan_2.1_vae.safetensors",
270
+ "url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/vae/wan_2.1_vae.safetensors",
271
+ "hash": "2fc39d31359a4b0a64f55876d8ff7fa8d780956ae2cb13463b0223e15148976b",
272
+ "hash_type": "SHA256",
273
+ "directory": "vae"
274
+ }
275
+ ]
276
+ },
277
+ "widgets_values": [
278
+ "wan_2.1_vae.safetensors"
279
+ ]
280
+ },
281
+ {
282
+ "id": 70,
283
+ "type": "SaveAnimatedWEBP",
284
+ "pos": [
285
+ 2110,
286
+ 200
287
+ ],
288
+ "size": [
289
+ 670,
290
+ 780
291
+ ],
292
+ "flags": {},
293
+ "order": 20,
294
+ "mode": 4,
295
+ "inputs": [
296
+ {
297
+ "name": "images",
298
+ "type": "IMAGE",
299
+ "link": 130
300
+ }
301
+ ],
302
+ "outputs": [],
303
+ "properties": {
304
+ "Node name for S&R": "SaveAnimatedWEBP",
305
+ "cnr_id": "comfy-core",
306
+ "ver": "0.3.34"
307
+ },
308
+ "widgets_values": [
309
+ "ComfyUI",
310
+ 6,
311
+ true,
312
+ 80,
313
+ "default"
314
+ ]
315
+ },
316
+ {
317
+ "id": 3,
318
+ "type": "KSampler",
319
+ "pos": [
320
+ 980,
321
+ 200
322
+ ],
323
+ "size": [
324
+ 315,
325
+ 262
326
+ ],
327
+ "flags": {},
328
+ "order": 17,
329
+ "mode": 0,
330
+ "inputs": [
331
+ {
332
+ "name": "model",
333
+ "type": "MODEL",
334
+ "link": 95
335
+ },
336
+ {
337
+ "name": "positive",
338
+ "type": "CONDITIONING",
339
+ "link": 98
340
+ },
341
+ {
342
+ "name": "negative",
343
+ "type": "CONDITIONING",
344
+ "link": 99
345
+ },
346
+ {
347
+ "name": "latent_image",
348
+ "type": "LATENT",
349
+ "link": 160
350
+ }
351
+ ],
352
+ "outputs": [
353
+ {
354
+ "name": "LATENT",
355
+ "type": "LATENT",
356
+ "slot_index": 0,
357
+ "links": [
358
+ 116
359
+ ]
360
+ }
361
+ ],
362
+ "properties": {
363
+ "Node name for S&R": "KSampler",
364
+ "cnr_id": "comfy-core",
365
+ "ver": "0.3.34"
366
+ },
367
+ "widgets_values": [
368
+ 18746726466702,
369
+ "randomize",
370
+ 20,
371
+ 4,
372
+ "uni_pc",
373
+ "simple",
374
+ 1
375
+ ]
376
+ },
377
+ {
378
+ "id": 37,
379
+ "type": "UNETLoader",
380
+ "pos": [
381
+ -270,
382
+ 50
383
+ ],
384
+ "size": [
385
+ 380,
386
+ 82
387
+ ],
388
+ "flags": {},
389
+ "order": 5,
390
+ "mode": 0,
391
+ "inputs": [],
392
+ "outputs": [
393
+ {
394
+ "name": "MODEL",
395
+ "type": "MODEL",
396
+ "slot_index": 0,
397
+ "links": [
398
+ 109
399
+ ]
400
+ }
401
+ ],
402
+ "properties": {
403
+ "Node name for S&R": "UNETLoader",
404
+ "cnr_id": "comfy-core",
405
+ "ver": "0.3.34",
406
+ "models": [
407
+ {
408
+ "name": "wan2.1_vace_14B_fp16.safetensors",
409
+ "url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_vace_14B_fp16.safetensors",
410
+ "hash": "f202a5c59b8a91ada1862c46a038214f1f7f216c61ec8350d25f69b919da4307",
411
+ "hash_type": "SHA256",
412
+ "directory": "diffusion_models"
413
+ }
414
+ ]
415
+ },
416
+ "widgets_values": [
417
+ "wan2.1_vace_14B_fp16.safetensors",
418
+ "default"
419
+ ]
420
+ },
421
+ {
422
+ "id": 7,
423
+ "type": "CLIPTextEncode",
424
+ "pos": [
425
+ 149.87985229492188,
426
+ 401.6088562011719
427
+ ],
428
+ "size": [
429
+ 425.27801513671875,
430
+ 180.6060791015625
431
+ ],
432
+ "flags": {},
433
+ "order": 10,
434
+ "mode": 0,
435
+ "inputs": [
436
+ {
437
+ "name": "clip",
438
+ "type": "CLIP",
439
+ "link": 75
440
+ }
441
+ ],
442
+ "outputs": [
443
+ {
444
+ "name": "CONDITIONING",
445
+ "type": "CONDITIONING",
446
+ "slot_index": 0,
447
+ "links": [
448
+ 97
449
+ ]
450
+ }
451
+ ],
452
+ "title": "CLIP Text Encode (Negative Prompt)",
453
+ "properties": {
454
+ "Node name for S&R": "CLIPTextEncode",
455
+ "cnr_id": "comfy-core",
456
+ "ver": "0.3.34"
457
+ },
458
+ "widgets_values": [
459
+ "bad quality, blurry, messy, chaotic"
460
+ ],
461
+ "color": "#322",
462
+ "bgcolor": "#533"
463
+ },
464
+ {
465
+ "id": 48,
466
+ "type": "ModelSamplingSD3",
467
+ "pos": [
468
+ 1090,
469
+ 40
470
+ ],
471
+ "size": [
472
+ 210,
473
+ 58
474
+ ],
475
+ "flags": {},
476
+ "order": 11,
477
+ "mode": 0,
478
+ "inputs": [
479
+ {
480
+ "name": "model",
481
+ "type": "MODEL",
482
+ "link": 109
483
+ }
484
+ ],
485
+ "outputs": [
486
+ {
487
+ "name": "MODEL",
488
+ "type": "MODEL",
489
+ "slot_index": 0,
490
+ "links": [
491
+ 95
492
+ ]
493
+ }
494
+ ],
495
+ "properties": {
496
+ "Node name for S&R": "ModelSamplingSD3",
497
+ "cnr_id": "comfy-core",
498
+ "ver": "0.3.34"
499
+ },
500
+ "widgets_values": [
501
+ 8.000000000000002
502
+ ]
503
+ },
504
+ {
505
+ "id": 75,
506
+ "type": "PreviewImage",
507
+ "pos": [
508
+ 920,
509
+ 670
510
+ ],
511
+ "size": [
512
+ 409.20550537109375,
513
+ 246
514
+ ],
515
+ "flags": {},
516
+ "order": 15,
517
+ "mode": 4,
518
+ "inputs": [
519
+ {
520
+ "name": "images",
521
+ "type": "IMAGE",
522
+ "link": 141
523
+ }
524
+ ],
525
+ "outputs": [],
526
+ "properties": {
527
+ "Node name for S&R": "PreviewImage",
528
+ "cnr_id": "comfy-core",
529
+ "ver": "0.3.34"
530
+ },
531
+ "widgets_values": []
532
+ },
533
+ {
534
+ "id": 78,
535
+ "type": "Canny",
536
+ "pos": [
537
+ 630,
538
+ 680
539
+ ],
540
+ "size": [
541
+ 270,
542
+ 82
543
+ ],
544
+ "flags": {},
545
+ "order": 14,
546
+ "mode": 4,
547
+ "inputs": [
548
+ {
549
+ "name": "image",
550
+ "type": "IMAGE",
551
+ "link": 140
552
+ }
553
+ ],
554
+ "outputs": [
555
+ {
556
+ "name": "IMAGE",
557
+ "type": "IMAGE",
558
+ "links": [
559
+ 141,
560
+ 174
561
+ ]
562
+ }
563
+ ],
564
+ "properties": {
565
+ "Node name for S&R": "Canny",
566
+ "cnr_id": "comfy-core",
567
+ "ver": "0.3.34"
568
+ },
569
+ "widgets_values": [
570
+ 0.4,
571
+ 0.8
572
+ ]
573
+ },
574
+ {
575
+ "id": 80,
576
+ "type": "MarkdownNote",
577
+ "pos": [
578
+ 630,
579
+ 810
580
+ ],
581
+ "size": [
582
+ 270.8102111816406,
583
+ 186.98114013671875
584
+ ],
585
+ "flags": {},
586
+ "order": 6,
587
+ "mode": 0,
588
+ "inputs": [],
589
+ "outputs": [],
590
+ "properties": {},
591
+ "widgets_values": [
592
+ "You can replace this part with another image preprocessor. \n\nRelated custom node: \n[comfyui_controlnet_aux](https://github.com/Fannovel16/comfyui_controlnet_aux)\n\n可以把这部分替换成其它的图像预处理器\n"
593
+ ],
594
+ "color": "#432",
595
+ "bgcolor": "#653"
596
+ },
597
+ {
598
+ "id": 6,
599
+ "type": "CLIPTextEncode",
600
+ "pos": [
601
+ 149.87985229492188,
602
+ 191.60894775390625
603
+ ],
604
+ "size": [
605
+ 422.84503173828125,
606
+ 164.31304931640625
607
+ ],
608
+ "flags": {},
609
+ "order": 9,
610
+ "mode": 0,
611
+ "inputs": [
612
+ {
613
+ "name": "clip",
614
+ "type": "CLIP",
615
+ "link": 74
616
+ }
617
+ ],
618
+ "outputs": [
619
+ {
620
+ "name": "CONDITIONING",
621
+ "type": "CONDITIONING",
622
+ "slot_index": 0,
623
+ "links": [
624
+ 96
625
+ ]
626
+ }
627
+ ],
628
+ "title": "CLIP Text Encode (Positive Prompt)",
629
+ "properties": {
630
+ "Node name for S&R": "CLIPTextEncode",
631
+ "cnr_id": "comfy-core",
632
+ "ver": "0.3.34"
633
+ },
634
+ "widgets_values": [
635
+ "The girl is dancing in a sea of flowers, slowly moving her hands. There is a close - up shot of her upper body. The character is surrounded by other transparent glass flowers in the style of Nicoletta Ceccoli, creating a beautiful, surreal, and emotionally expressive movie scene with a white, transparent feel and a dreamy atmosphere. "
636
+ ],
637
+ "color": "#232",
638
+ "bgcolor": "#353"
639
+ },
640
+ {
641
+ "id": 73,
642
+ "type": "LoadImage",
643
+ "pos": [
644
+ -280,
645
+ 680
646
+ ],
647
+ "size": [
648
+ 274.080078125,
649
+ 314.00006103515625
650
+ ],
651
+ "flags": {},
652
+ "order": 7,
653
+ "mode": 0,
654
+ "inputs": [],
655
+ "outputs": [
656
+ {
657
+ "name": "IMAGE",
658
+ "type": "IMAGE",
659
+ "links": [
660
+ 175
661
+ ]
662
+ },
663
+ {
664
+ "name": "MASK",
665
+ "type": "MASK",
666
+ "links": null
667
+ }
668
+ ],
669
+ "properties": {
670
+ "Node name for S&R": "LoadImage",
671
+ "cnr_id": "comfy-core",
672
+ "ver": "0.3.34"
673
+ },
674
+ "widgets_values": [
675
+ "girl.webp",
676
+ "image"
677
+ ]
678
+ },
679
+ {
680
+ "id": 68,
681
+ "type": "CreateVideo",
682
+ "pos": [
683
+ 1360,
684
+ 20
685
+ ],
686
+ "size": [
687
+ 270,
688
+ 78
689
+ ],
690
+ "flags": {
691
+ "collapsed": false
692
+ },
693
+ "order": 21,
694
+ "mode": 0,
695
+ "inputs": [
696
+ {
697
+ "name": "images",
698
+ "type": "IMAGE",
699
+ "link": 139
700
+ },
701
+ {
702
+ "name": "audio",
703
+ "shape": 7,
704
+ "type": "AUDIO",
705
+ "link": null
706
+ }
707
+ ],
708
+ "outputs": [
709
+ {
710
+ "name": "VIDEO",
711
+ "type": "VIDEO",
712
+ "links": [
713
+ 129
714
+ ]
715
+ }
716
+ ],
717
+ "properties": {
718
+ "Node name for S&R": "CreateVideo",
719
+ "cnr_id": "comfy-core",
720
+ "ver": "0.3.34"
721
+ },
722
+ "widgets_values": [
723
+ 16
724
+ ]
725
+ },
726
+ {
727
+ "id": 69,
728
+ "type": "SaveVideo",
729
+ "pos": [
730
+ 1380,
731
+ 210
732
+ ],
733
+ "size": [
734
+ 676.23095703125,
735
+ 774.23095703125
736
+ ],
737
+ "flags": {},
738
+ "order": 22,
739
+ "mode": 0,
740
+ "inputs": [
741
+ {
742
+ "name": "video",
743
+ "type": "VIDEO",
744
+ "link": 129
745
+ }
746
+ ],
747
+ "outputs": [],
748
+ "properties": {
749
+ "Node name for S&R": "SaveVideo",
750
+ "cnr_id": "comfy-core",
751
+ "ver": "0.3.34"
752
+ },
753
+ "widgets_values": [
754
+ "video/ComfyUI",
755
+ "auto",
756
+ "auto"
757
+ ]
758
+ },
759
+ {
760
+ "id": 106,
761
+ "type": "LoadVideo",
762
+ "pos": [
763
+ 50,
764
+ 700
765
+ ],
766
+ "size": [
767
+ 274.080078125,
768
+ 348.080078125
769
+ ],
770
+ "flags": {},
771
+ "order": 8,
772
+ "mode": 0,
773
+ "inputs": [],
774
+ "outputs": [
775
+ {
776
+ "name": "VIDEO",
777
+ "type": "VIDEO",
778
+ "links": [
779
+ 178,
780
+ 179
781
+ ]
782
+ }
783
+ ],
784
+ "properties": {
785
+ "Node name for S&R": "LoadVideo"
786
+ },
787
+ "widgets_values": [
788
+ "ComfyUI_00063_.mp4",
789
+ "image"
790
+ ]
791
+ },
792
+ {
793
+ "id": 72,
794
+ "type": "GetVideoComponents",
795
+ "pos": [
796
+ 360,
797
+ 700
798
+ ],
799
+ "size": [
800
+ 185.17733764648438,
801
+ 66
802
+ ],
803
+ "flags": {},
804
+ "order": 12,
805
+ "mode": 0,
806
+ "inputs": [
807
+ {
808
+ "name": "video",
809
+ "type": "VIDEO",
810
+ "link": 178
811
+ }
812
+ ],
813
+ "outputs": [
814
+ {
815
+ "name": "images",
816
+ "type": "IMAGE",
817
+ "links": [
818
+ 140
819
+ ]
820
+ },
821
+ {
822
+ "name": "audio",
823
+ "type": "AUDIO",
824
+ "links": null
825
+ },
826
+ {
827
+ "name": "fps",
828
+ "type": "FLOAT",
829
+ "links": []
830
+ }
831
+ ],
832
+ "properties": {
833
+ "Node name for S&R": "GetVideoComponents",
834
+ "cnr_id": "comfy-core",
835
+ "ver": "0.3.34"
836
+ },
837
+ "widgets_values": []
838
+ },
839
+ {
840
+ "id": 76,
841
+ "type": "PreviewAny",
842
+ "pos": [
843
+ 350,
844
+ 830
845
+ ],
846
+ "size": [
847
+ 210,
848
+ 88
849
+ ],
850
+ "flags": {},
851
+ "order": 13,
852
+ "mode": 0,
853
+ "inputs": [
854
+ {
855
+ "name": "source",
856
+ "type": "*",
857
+ "link": 179
858
+ }
859
+ ],
860
+ "outputs": [],
861
+ "properties": {
862
+ "Node name for S&R": "PreviewAny",
863
+ "cnr_id": "comfy-core",
864
+ "ver": "0.3.34"
865
+ },
866
+ "widgets_values": []
867
+ },
868
+ {
869
+ "id": 49,
870
+ "type": "WanVaceToVideo",
871
+ "pos": [
872
+ 630,
873
+ 210
874
+ ],
875
+ "size": [
876
+ 315,
877
+ 254
878
+ ],
879
+ "flags": {},
880
+ "order": 16,
881
+ "mode": 0,
882
+ "inputs": [
883
+ {
884
+ "name": "positive",
885
+ "type": "CONDITIONING",
886
+ "link": 96
887
+ },
888
+ {
889
+ "name": "negative",
890
+ "type": "CONDITIONING",
891
+ "link": 97
892
+ },
893
+ {
894
+ "name": "vae",
895
+ "type": "VAE",
896
+ "link": 101
897
+ },
898
+ {
899
+ "name": "control_video",
900
+ "shape": 7,
901
+ "type": "IMAGE",
902
+ "link": 174
903
+ },
904
+ {
905
+ "name": "control_masks",
906
+ "shape": 7,
907
+ "type": "MASK",
908
+ "link": null
909
+ },
910
+ {
911
+ "name": "reference_image",
912
+ "shape": 7,
913
+ "type": "IMAGE",
914
+ "link": 175
915
+ }
916
+ ],
917
+ "outputs": [
918
+ {
919
+ "name": "positive",
920
+ "type": "CONDITIONING",
921
+ "links": [
922
+ 98
923
+ ]
924
+ },
925
+ {
926
+ "name": "negative",
927
+ "type": "CONDITIONING",
928
+ "links": [
929
+ 99
930
+ ]
931
+ },
932
+ {
933
+ "name": "latent",
934
+ "type": "LATENT",
935
+ "links": [
936
+ 160
937
+ ]
938
+ },
939
+ {
940
+ "name": "trim_latent",
941
+ "type": "INT",
942
+ "links": [
943
+ 115
944
+ ]
945
+ }
946
+ ],
947
+ "properties": {
948
+ "Node name for S&R": "WanVaceToVideo",
949
+ "cnr_id": "comfy-core",
950
+ "ver": "0.3.34"
951
+ },
952
+ "widgets_values": [
953
+ 720,
954
+ 720,
955
+ 49,
956
+ 1,
957
+ 1
958
+ ]
959
+ }
960
+ ],
961
+ "links": [
962
+ [
963
+ 74,
964
+ 38,
965
+ 0,
966
+ 6,
967
+ 0,
968
+ "CLIP"
969
+ ],
970
+ [
971
+ 75,
972
+ 38,
973
+ 0,
974
+ 7,
975
+ 0,
976
+ "CLIP"
977
+ ],
978
+ [
979
+ 76,
980
+ 39,
981
+ 0,
982
+ 8,
983
+ 1,
984
+ "VAE"
985
+ ],
986
+ [
987
+ 95,
988
+ 48,
989
+ 0,
990
+ 3,
991
+ 0,
992
+ "MODEL"
993
+ ],
994
+ [
995
+ 96,
996
+ 6,
997
+ 0,
998
+ 49,
999
+ 0,
1000
+ "CONDITIONING"
1001
+ ],
1002
+ [
1003
+ 97,
1004
+ 7,
1005
+ 0,
1006
+ 49,
1007
+ 1,
1008
+ "CONDITIONING"
1009
+ ],
1010
+ [
1011
+ 98,
1012
+ 49,
1013
+ 0,
1014
+ 3,
1015
+ 1,
1016
+ "CONDITIONING"
1017
+ ],
1018
+ [
1019
+ 99,
1020
+ 49,
1021
+ 1,
1022
+ 3,
1023
+ 2,
1024
+ "CONDITIONING"
1025
+ ],
1026
+ [
1027
+ 101,
1028
+ 39,
1029
+ 0,
1030
+ 49,
1031
+ 2,
1032
+ "VAE"
1033
+ ],
1034
+ [
1035
+ 109,
1036
+ 37,
1037
+ 0,
1038
+ 48,
1039
+ 0,
1040
+ "MODEL"
1041
+ ],
1042
+ [
1043
+ 115,
1044
+ 49,
1045
+ 3,
1046
+ 58,
1047
+ 1,
1048
+ "INT"
1049
+ ],
1050
+ [
1051
+ 116,
1052
+ 3,
1053
+ 0,
1054
+ 58,
1055
+ 0,
1056
+ "LATENT"
1057
+ ],
1058
+ [
1059
+ 117,
1060
+ 58,
1061
+ 0,
1062
+ 8,
1063
+ 0,
1064
+ "LATENT"
1065
+ ],
1066
+ [
1067
+ 129,
1068
+ 68,
1069
+ 0,
1070
+ 69,
1071
+ 0,
1072
+ "VIDEO"
1073
+ ],
1074
+ [
1075
+ 130,
1076
+ 8,
1077
+ 0,
1078
+ 70,
1079
+ 0,
1080
+ "IMAGE"
1081
+ ],
1082
+ [
1083
+ 139,
1084
+ 8,
1085
+ 0,
1086
+ 68,
1087
+ 0,
1088
+ "IMAGE"
1089
+ ],
1090
+ [
1091
+ 140,
1092
+ 72,
1093
+ 0,
1094
+ 78,
1095
+ 0,
1096
+ "IMAGE"
1097
+ ],
1098
+ [
1099
+ 141,
1100
+ 78,
1101
+ 0,
1102
+ 75,
1103
+ 0,
1104
+ "IMAGE"
1105
+ ],
1106
+ [
1107
+ 160,
1108
+ 49,
1109
+ 2,
1110
+ 3,
1111
+ 3,
1112
+ "LATENT"
1113
+ ],
1114
+ [
1115
+ 174,
1116
+ 78,
1117
+ 0,
1118
+ 49,
1119
+ 3,
1120
+ "IMAGE"
1121
+ ],
1122
+ [
1123
+ 175,
1124
+ 73,
1125
+ 0,
1126
+ 49,
1127
+ 5,
1128
+ "IMAGE"
1129
+ ],
1130
+ [
1131
+ 178,
1132
+ 106,
1133
+ 0,
1134
+ 72,
1135
+ 0,
1136
+ "VIDEO"
1137
+ ],
1138
+ [
1139
+ 179,
1140
+ 106,
1141
+ 0,
1142
+ 76,
1143
+ 0,
1144
+ "*"
1145
+ ]
1146
+ ],
1147
+ "groups": [
1148
+ {
1149
+ "id": 1,
1150
+ "title": "Load models here",
1151
+ "bounding": [
1152
+ -290,
1153
+ -30,
1154
+ 410,
1155
+ 620
1156
+ ],
1157
+ "color": "#3f789e",
1158
+ "font_size": 24,
1159
+ "flags": {}
1160
+ },
1161
+ {
1162
+ "id": 2,
1163
+ "title": "Prompt",
1164
+ "bounding": [
1165
+ 140,
1166
+ 120,
1167
+ 450,
1168
+ 470
1169
+ ],
1170
+ "color": "#3f789e",
1171
+ "font_size": 24,
1172
+ "flags": {}
1173
+ },
1174
+ {
1175
+ "id": 3,
1176
+ "title": "Sampling & Decoding",
1177
+ "bounding": [
1178
+ 610,
1179
+ 120,
1180
+ 730,
1181
+ 470
1182
+ ],
1183
+ "color": "#3f789e",
1184
+ "font_size": 24,
1185
+ "flags": {}
1186
+ },
1187
+ {
1188
+ "id": 4,
1189
+ "title": "Save Video(Mp4)",
1190
+ "bounding": [
1191
+ 1360,
1192
+ 120,
1193
+ 720,
1194
+ 900
1195
+ ],
1196
+ "color": "#3f789e",
1197
+ "font_size": 24,
1198
+ "flags": {}
1199
+ },
1200
+ {
1201
+ "id": 5,
1202
+ "title": "Save Video(WebP)",
1203
+ "bounding": [
1204
+ 2100,
1205
+ 120,
1206
+ 700,
1207
+ 900
1208
+ ],
1209
+ "color": "#3f789e",
1210
+ "font_size": 24,
1211
+ "flags": {}
1212
+ },
1213
+ {
1214
+ "id": 6,
1215
+ "title": "Load control video",
1216
+ "bounding": [
1217
+ 30,
1218
+ 610,
1219
+ 560,
1220
+ 410
1221
+ ],
1222
+ "color": "#3f789e",
1223
+ "font_size": 24,
1224
+ "flags": {}
1225
+ },
1226
+ {
1227
+ "id": 7,
1228
+ "title": "Load reference image",
1229
+ "bounding": [
1230
+ -290,
1231
+ 610,
1232
+ 300,
1233
+ 410
1234
+ ],
1235
+ "color": "#3f789e",
1236
+ "font_size": 24,
1237
+ "flags": {}
1238
+ },
1239
+ {
1240
+ "id": 8,
1241
+ "title": "Image preprocessing",
1242
+ "bounding": [
1243
+ 610,
1244
+ 610,
1245
+ 730,
1246
+ 410
1247
+ ],
1248
+ "color": "#3f789e",
1249
+ "font_size": 24,
1250
+ "flags": {}
1251
+ }
1252
+ ],
1253
+ "config": {},
1254
+ "extra": {
1255
+ "ds": {
1256
+ "scale": 0.611590904484152,
1257
+ "offset": [
1258
+ 954.226431554424,
1259
+ 120.29293825629637
1260
+ ]
1261
+ },
1262
+ "frontendVersion": "1.19.9",
1263
+ "node_versions": {
1264
+ "comfy-core": "0.3.34"
1265
+ },
1266
+ "VHS_latentpreview": false,
1267
+ "VHS_latentpreviewrate": 0,
1268
+ "VHS_MetadataImage": true,
1269
+ "VHS_KeepIntermediate": true
1270
+ },
1271
+ "version": 0.4
1272
+ }