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