comfyui-workflow-templates 0.1.45__py3-none-any.whl → 0.1.46__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.

Potentially problematic release.


This version of comfyui-workflow-templates might be problematic. Click here for more details.

Files changed (23) hide show
  1. comfyui_workflow_templates/templates/hunyuan_video_text_to_video.json +689 -312
  2. comfyui_workflow_templates/templates/image_to_video.json +390 -161
  3. comfyui_workflow_templates/templates/image_to_video_wan.json +610 -271
  4. comfyui_workflow_templates/templates/index.json +12 -0
  5. comfyui_workflow_templates/templates/index.schema.json +19 -0
  6. comfyui_workflow_templates/templates/ltxv_image_to_video.json +676 -274
  7. comfyui_workflow_templates/templates/ltxv_text_to_video.json +547 -203
  8. comfyui_workflow_templates/templates/mochi_text_to_video_example.json +433 -170
  9. comfyui_workflow_templates/templates/text_to_video_wan.json +409 -169
  10. comfyui_workflow_templates/templates/txt_to_image_to_video.json +556 -223
  11. comfyui_workflow_templates/templates/video_wan2_2_14B_flf2v-1.webp +0 -0
  12. comfyui_workflow_templates/templates/video_wan2_2_14B_flf2v-2.webp +0 -0
  13. comfyui_workflow_templates/templates/video_wan2_2_14B_flf2v.json +1090 -0
  14. comfyui_workflow_templates/templates/video_wan2_2_14B_i2v.json +41 -17
  15. comfyui_workflow_templates/templates/video_wan2_2_14B_t2v.json +41 -17
  16. comfyui_workflow_templates/templates/wan2.1_flf2v_720_f16.json +567 -182
  17. comfyui_workflow_templates/templates/wan2.1_fun_control.json +168 -110
  18. comfyui_workflow_templates/templates/wan2.1_fun_inp.json +470 -418
  19. {comfyui_workflow_templates-0.1.45.dist-info → comfyui_workflow_templates-0.1.46.dist-info}/METADATA +1 -1
  20. {comfyui_workflow_templates-0.1.45.dist-info → comfyui_workflow_templates-0.1.46.dist-info}/RECORD +23 -20
  21. {comfyui_workflow_templates-0.1.45.dist-info → comfyui_workflow_templates-0.1.46.dist-info}/WHEEL +0 -0
  22. {comfyui_workflow_templates-0.1.45.dist-info → comfyui_workflow_templates-0.1.46.dist-info}/licenses/LICENSE +0 -0
  23. {comfyui_workflow_templates-0.1.45.dist-info → comfyui_workflow_templates-0.1.46.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1090 @@
1
+ {
2
+ "id": "ec7da562-7e21-4dac-a0d2-f4441e1efd3b",
3
+ "revision": 0,
4
+ "last_node_id": 70,
5
+ "last_link_id": 158,
6
+ "nodes": [
7
+ {
8
+ "id": 38,
9
+ "type": "CLIPLoader",
10
+ "pos": [
11
+ 38.86457061767578,
12
+ 189.26513671875
13
+ ],
14
+ "size": [
15
+ 346.391845703125,
16
+ 106
17
+ ],
18
+ "flags": {},
19
+ "order": 0,
20
+ "mode": 0,
21
+ "inputs": [],
22
+ "outputs": [
23
+ {
24
+ "name": "CLIP",
25
+ "type": "CLIP",
26
+ "slot_index": 0,
27
+ "links": [
28
+ 74,
29
+ 75
30
+ ]
31
+ }
32
+ ],
33
+ "properties": {
34
+ "Node name for S&R": "CLIPLoader",
35
+ "cnr_id": "comfy-core",
36
+ "ver": "0.3.45",
37
+ "models": [
38
+ {
39
+ "name": "umt5_xxl_fp8_e4m3fn_scaled.safetensors",
40
+ "url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors",
41
+ "directory": "text_encoders"
42
+ }
43
+ ]
44
+ },
45
+ "widgets_values": [
46
+ "umt5_xxl_fp8_e4m3fn_scaled.safetensors",
47
+ "wan",
48
+ "default"
49
+ ]
50
+ },
51
+ {
52
+ "id": 54,
53
+ "type": "ModelSamplingSD3",
54
+ "pos": [
55
+ 640,
56
+ -70
57
+ ],
58
+ "size": [
59
+ 210,
60
+ 60
61
+ ],
62
+ "flags": {},
63
+ "order": 11,
64
+ "mode": 0,
65
+ "inputs": [
66
+ {
67
+ "name": "model",
68
+ "type": "MODEL",
69
+ "link": 110
70
+ }
71
+ ],
72
+ "outputs": [
73
+ {
74
+ "name": "MODEL",
75
+ "type": "MODEL",
76
+ "slot_index": 0,
77
+ "links": [
78
+ 147
79
+ ]
80
+ }
81
+ ],
82
+ "properties": {
83
+ "Node name for S&R": "ModelSamplingSD3",
84
+ "cnr_id": "comfy-core",
85
+ "ver": "0.3.45"
86
+ },
87
+ "widgets_values": [
88
+ 8.000000000000002
89
+ ]
90
+ },
91
+ {
92
+ "id": 55,
93
+ "type": "ModelSamplingSD3",
94
+ "pos": [
95
+ 640,
96
+ 60
97
+ ],
98
+ "size": [
99
+ 210,
100
+ 58
101
+ ],
102
+ "flags": {},
103
+ "order": 12,
104
+ "mode": 0,
105
+ "inputs": [
106
+ {
107
+ "name": "model",
108
+ "type": "MODEL",
109
+ "link": 112
110
+ }
111
+ ],
112
+ "outputs": [
113
+ {
114
+ "name": "MODEL",
115
+ "type": "MODEL",
116
+ "slot_index": 0,
117
+ "links": [
118
+ 148
119
+ ]
120
+ }
121
+ ],
122
+ "properties": {
123
+ "Node name for S&R": "ModelSamplingSD3",
124
+ "cnr_id": "comfy-core",
125
+ "ver": "0.3.45"
126
+ },
127
+ "widgets_values": [
128
+ 8
129
+ ]
130
+ },
131
+ {
132
+ "id": 66,
133
+ "type": "MarkdownNote",
134
+ "pos": [
135
+ -480,
136
+ -120
137
+ ],
138
+ "size": [
139
+ 480,
140
+ 350
141
+ ],
142
+ "flags": {},
143
+ "order": 1,
144
+ "mode": 0,
145
+ "inputs": [],
146
+ "outputs": [],
147
+ "title": "Model Links",
148
+ "properties": {},
149
+ "widgets_values": [
150
+ "[Tutorial](https://docs.comfy.org/tutorials/video/wan/wan2_2\n) | [教程](https://docs.comfy.org/zh-CN/tutorials/video/wan/wan2_2\n)\n\n**Diffusion Model**\n- [wan2.2_i2v_high_noise_14B_fp16.safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_i2v_high_noise_14B_fp16.safetensors)\n- [wan2.2_i2v_low_noise_14B_fp16.safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_i2v_low_noise_14B_fp16.safetensors)\n\n**VAE**\n- [wan_2.1_vae.safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/vae/wan_2.1_vae.safetensors)\n\n**Text Encoder** \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)\n\n\nFile save location\n\n```\nComfyUI/\n├───📂 models/\n│ ├───📂 diffusion_models/\n│ │ ├─── wan2.2_i2v_low_noise_14B_fp16.safetensors\n│ │ └─── wan2.2_i2v_high_noise_14B_fp16.safetensors\n│ ├───📂 text_encoders/\n│ │ └─── umt5_xxl_fp8_e4m3fn_scaled.safetensors \n│ └───📂 vae/\n│ └── wan_2.1_vae.safetensors\n```\n"
151
+ ],
152
+ "color": "#432",
153
+ "bgcolor": "#653"
154
+ },
155
+ {
156
+ "id": 37,
157
+ "type": "UNETLoader",
158
+ "pos": [
159
+ 34.225364685058594,
160
+ -71.77911376953125
161
+ ],
162
+ "size": [
163
+ 346.7470703125,
164
+ 82
165
+ ],
166
+ "flags": {},
167
+ "order": 2,
168
+ "mode": 0,
169
+ "inputs": [],
170
+ "outputs": [
171
+ {
172
+ "name": "MODEL",
173
+ "type": "MODEL",
174
+ "slot_index": 0,
175
+ "links": [
176
+ 110
177
+ ]
178
+ }
179
+ ],
180
+ "properties": {
181
+ "Node name for S&R": "UNETLoader",
182
+ "cnr_id": "comfy-core",
183
+ "ver": "0.3.45",
184
+ "models": [
185
+ {
186
+ "name": "wan2.2_i2v_high_noise_14B_fp8_scaled.safetensors",
187
+ "url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_i2v_high_noise_14B_fp8_scaled.safetensors",
188
+ "directory": "diffusion_models"
189
+ }
190
+ ]
191
+ },
192
+ "widgets_values": [
193
+ "wan2.2_i2v_high_noise_14B_fp8_scaled.safetensors",
194
+ "default"
195
+ ]
196
+ },
197
+ {
198
+ "id": 56,
199
+ "type": "UNETLoader",
200
+ "pos": [
201
+ 34.70310592651367,
202
+ 57.175601959228516
203
+ ],
204
+ "size": [
205
+ 346.7470703125,
206
+ 82
207
+ ],
208
+ "flags": {},
209
+ "order": 3,
210
+ "mode": 0,
211
+ "inputs": [],
212
+ "outputs": [
213
+ {
214
+ "name": "MODEL",
215
+ "type": "MODEL",
216
+ "slot_index": 0,
217
+ "links": [
218
+ 112
219
+ ]
220
+ }
221
+ ],
222
+ "properties": {
223
+ "Node name for S&R": "UNETLoader",
224
+ "cnr_id": "comfy-core",
225
+ "ver": "0.3.45",
226
+ "models": [
227
+ {
228
+ "name": "wan2.2_i2v_low_noise_14B_fp8_scaled.safetensors",
229
+ "url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_i2v_low_noise_14B_fp8_scaled.safetensors",
230
+ "directory": "diffusion_models"
231
+ }
232
+ ]
233
+ },
234
+ "widgets_values": [
235
+ "wan2.2_i2v_low_noise_14B_fp8_scaled.safetensors",
236
+ "default"
237
+ ]
238
+ },
239
+ {
240
+ "id": 7,
241
+ "type": "CLIPTextEncode",
242
+ "pos": [
243
+ 420,
244
+ 410
245
+ ],
246
+ "size": [
247
+ 425.27801513671875,
248
+ 180.6060791015625
249
+ ],
250
+ "flags": {},
251
+ "order": 10,
252
+ "mode": 0,
253
+ "inputs": [
254
+ {
255
+ "name": "clip",
256
+ "type": "CLIP",
257
+ "link": 75
258
+ }
259
+ ],
260
+ "outputs": [
261
+ {
262
+ "name": "CONDITIONING",
263
+ "type": "CONDITIONING",
264
+ "slot_index": 0,
265
+ "links": [
266
+ 150
267
+ ]
268
+ }
269
+ ],
270
+ "title": "CLIP Text Encode (Negative Prompt)",
271
+ "properties": {
272
+ "Node name for S&R": "CLIPTextEncode",
273
+ "cnr_id": "comfy-core",
274
+ "ver": "0.3.45"
275
+ },
276
+ "widgets_values": [
277
+ "色调艳丽,过曝,静态,细节模糊不清,字幕,风格,作品,画作,画面,静止,整体发灰,最差质量,低质量,JPEG压缩残留,丑陋的,残缺的,多余的手指,画得不好的手部,画得不好的脸部,畸形的,毁容的,形态畸形的肢体,手指融合,静止不动的画面,杂乱的背景,三条腿,背景人很多,倒着走"
278
+ ],
279
+ "color": "#322",
280
+ "bgcolor": "#533"
281
+ },
282
+ {
283
+ "id": 39,
284
+ "type": "VAELoader",
285
+ "pos": [
286
+ 40,
287
+ 350
288
+ ],
289
+ "size": [
290
+ 344.731689453125,
291
+ 59.98149108886719
292
+ ],
293
+ "flags": {},
294
+ "order": 4,
295
+ "mode": 0,
296
+ "inputs": [],
297
+ "outputs": [
298
+ {
299
+ "name": "VAE",
300
+ "type": "VAE",
301
+ "slot_index": 0,
302
+ "links": [
303
+ 76,
304
+ 156
305
+ ]
306
+ }
307
+ ],
308
+ "properties": {
309
+ "Node name for S&R": "VAELoader",
310
+ "cnr_id": "comfy-core",
311
+ "ver": "0.3.45",
312
+ "models": [
313
+ {
314
+ "name": "wan_2.1_vae.safetensors",
315
+ "url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/vae/wan_2.1_vae.safetensors",
316
+ "directory": "vae"
317
+ }
318
+ ]
319
+ },
320
+ "widgets_values": [
321
+ "wan_2.1_vae.safetensors"
322
+ ]
323
+ },
324
+ {
325
+ "id": 68,
326
+ "type": "LoadImage",
327
+ "pos": [
328
+ 50,
329
+ 520
330
+ ],
331
+ "size": [
332
+ 315,
333
+ 314
334
+ ],
335
+ "flags": {},
336
+ "order": 5,
337
+ "mode": 0,
338
+ "inputs": [],
339
+ "outputs": [
340
+ {
341
+ "name": "IMAGE",
342
+ "type": "IMAGE",
343
+ "slot_index": 0,
344
+ "links": [
345
+ 157
346
+ ]
347
+ },
348
+ {
349
+ "name": "MASK",
350
+ "type": "MASK",
351
+ "slot_index": 1,
352
+ "links": null
353
+ }
354
+ ],
355
+ "properties": {
356
+ "Node name for S&R": "LoadImage",
357
+ "cnr_id": "comfy-core",
358
+ "ver": "0.3.45"
359
+ },
360
+ "widgets_values": [
361
+ "flux_krea_00050_.png",
362
+ "image"
363
+ ]
364
+ },
365
+ {
366
+ "id": 6,
367
+ "type": "CLIPTextEncode",
368
+ "pos": [
369
+ 420,
370
+ 210
371
+ ],
372
+ "size": [
373
+ 422.84503173828125,
374
+ 164.31304931640625
375
+ ],
376
+ "flags": {},
377
+ "order": 9,
378
+ "mode": 0,
379
+ "inputs": [
380
+ {
381
+ "name": "clip",
382
+ "type": "CLIP",
383
+ "link": 74
384
+ }
385
+ ],
386
+ "outputs": [
387
+ {
388
+ "name": "CONDITIONING",
389
+ "type": "CONDITIONING",
390
+ "slot_index": 0,
391
+ "links": [
392
+ 149
393
+ ]
394
+ }
395
+ ],
396
+ "title": "CLIP Text Encode (Positive Prompt)",
397
+ "properties": {
398
+ "Node name for S&R": "CLIPTextEncode",
399
+ "cnr_id": "comfy-core",
400
+ "ver": "0.3.45"
401
+ },
402
+ "widgets_values": [
403
+ "A bearded man with red facial hair wearing a yellow straw hat and dark coat in Van Gogh's self-portrait style, slowly and continuously transforms into a space astronaut. The transformation flows like liquid paint - his beard fades away strand by strand, the yellow hat melts and reforms smoothly into a silver space helmet, dark coat gradually lightens and restructures into a white spacesuit. The background swirling brushstrokes slowly organize and clarify into realistic stars and space, with Earth appearing gradually in the distance. Every change happens in seamless waves, maintaining visual continuity throughout the metamorphosis.\n\nConsistent soft lighting throughout, medium close-up maintaining same framing, central composition stays fixed, gentle color temperature shift from warm to cool, gradual contrast increase, smooth style transition from painterly to photorealistic. Static camera with subtle slow zoom, emphasizing the flowing transformation process without abrupt changes."
404
+ ],
405
+ "color": "#232",
406
+ "bgcolor": "#353"
407
+ },
408
+ {
409
+ "id": 67,
410
+ "type": "WanFirstLastFrameToVideo",
411
+ "pos": [
412
+ 430,
413
+ 720
414
+ ],
415
+ "size": [
416
+ 410,
417
+ 260
418
+ ],
419
+ "flags": {},
420
+ "order": 13,
421
+ "mode": 0,
422
+ "inputs": [
423
+ {
424
+ "name": "positive",
425
+ "type": "CONDITIONING",
426
+ "link": 149
427
+ },
428
+ {
429
+ "name": "negative",
430
+ "type": "CONDITIONING",
431
+ "link": 150
432
+ },
433
+ {
434
+ "name": "vae",
435
+ "type": "VAE",
436
+ "link": 156
437
+ },
438
+ {
439
+ "name": "clip_vision_start_image",
440
+ "shape": 7,
441
+ "type": "CLIP_VISION_OUTPUT",
442
+ "link": null
443
+ },
444
+ {
445
+ "name": "clip_vision_end_image",
446
+ "shape": 7,
447
+ "type": "CLIP_VISION_OUTPUT",
448
+ "link": null
449
+ },
450
+ {
451
+ "name": "start_image",
452
+ "shape": 7,
453
+ "type": "IMAGE",
454
+ "link": 157
455
+ },
456
+ {
457
+ "name": "end_image",
458
+ "shape": 7,
459
+ "type": "IMAGE",
460
+ "link": 158
461
+ }
462
+ ],
463
+ "outputs": [
464
+ {
465
+ "name": "positive",
466
+ "type": "CONDITIONING",
467
+ "links": [
468
+ 151,
469
+ 154
470
+ ]
471
+ },
472
+ {
473
+ "name": "negative",
474
+ "type": "CONDITIONING",
475
+ "links": [
476
+ 152,
477
+ 155
478
+ ]
479
+ },
480
+ {
481
+ "name": "latent",
482
+ "type": "LATENT",
483
+ "links": [
484
+ 153
485
+ ]
486
+ }
487
+ ],
488
+ "properties": {
489
+ "Node name for S&R": "WanFirstLastFrameToVideo",
490
+ "cnr_id": "comfy-core",
491
+ "ver": "0.3.48"
492
+ },
493
+ "widgets_values": [
494
+ 640,
495
+ 640,
496
+ 81,
497
+ 1
498
+ ]
499
+ },
500
+ {
501
+ "id": 69,
502
+ "type": "Note",
503
+ "pos": [
504
+ -480,
505
+ 270
506
+ ],
507
+ "size": [
508
+ 480,
509
+ 110
510
+ ],
511
+ "flags": {},
512
+ "order": 6,
513
+ "mode": 0,
514
+ "inputs": [],
515
+ "outputs": [],
516
+ "title": "VRAM Usage",
517
+ "properties": {},
518
+ "widgets_values": [
519
+ "Testing on RTX 4090 24GB\n- Size: 640×640\n- Frame count: 81\n- VRAM usage: 84%\n- Duration: 557s"
520
+ ],
521
+ "color": "#432",
522
+ "bgcolor": "#653"
523
+ },
524
+ {
525
+ "id": 61,
526
+ "type": "SaveVideo",
527
+ "pos": [
528
+ 1240,
529
+ 170
530
+ ],
531
+ "size": [
532
+ 710,
533
+ 808
534
+ ],
535
+ "flags": {},
536
+ "order": 18,
537
+ "mode": 0,
538
+ "inputs": [
539
+ {
540
+ "name": "video",
541
+ "type": "VIDEO",
542
+ "link": 132
543
+ }
544
+ ],
545
+ "outputs": [],
546
+ "properties": {
547
+ "Node name for S&R": "SaveVideo",
548
+ "cnr_id": "comfy-core",
549
+ "ver": "0.3.45"
550
+ },
551
+ "widgets_values": [
552
+ "video/ComfyUI",
553
+ "auto",
554
+ "auto"
555
+ ]
556
+ },
557
+ {
558
+ "id": 57,
559
+ "type": "KSamplerAdvanced",
560
+ "pos": [
561
+ 890,
562
+ -70
563
+ ],
564
+ "size": [
565
+ 304.748046875,
566
+ 334
567
+ ],
568
+ "flags": {},
569
+ "order": 14,
570
+ "mode": 0,
571
+ "inputs": [
572
+ {
573
+ "name": "model",
574
+ "type": "MODEL",
575
+ "link": 147
576
+ },
577
+ {
578
+ "name": "positive",
579
+ "type": "CONDITIONING",
580
+ "link": 151
581
+ },
582
+ {
583
+ "name": "negative",
584
+ "type": "CONDITIONING",
585
+ "link": 152
586
+ },
587
+ {
588
+ "name": "latent_image",
589
+ "type": "LATENT",
590
+ "link": 153
591
+ }
592
+ ],
593
+ "outputs": [
594
+ {
595
+ "name": "LATENT",
596
+ "type": "LATENT",
597
+ "links": [
598
+ 113
599
+ ]
600
+ }
601
+ ],
602
+ "properties": {
603
+ "Node name for S&R": "KSamplerAdvanced",
604
+ "cnr_id": "comfy-core",
605
+ "ver": "0.3.45"
606
+ },
607
+ "widgets_values": [
608
+ "enable",
609
+ 456592759901286,
610
+ "randomize",
611
+ 20,
612
+ 4,
613
+ "euler",
614
+ "simple",
615
+ 0,
616
+ 10,
617
+ "enable"
618
+ ]
619
+ },
620
+ {
621
+ "id": 8,
622
+ "type": "VAEDecode",
623
+ "pos": [
624
+ 1240,
625
+ -70
626
+ ],
627
+ "size": [
628
+ 210,
629
+ 46
630
+ ],
631
+ "flags": {},
632
+ "order": 16,
633
+ "mode": 0,
634
+ "inputs": [
635
+ {
636
+ "name": "samples",
637
+ "type": "LATENT",
638
+ "link": 124
639
+ },
640
+ {
641
+ "name": "vae",
642
+ "type": "VAE",
643
+ "link": 76
644
+ }
645
+ ],
646
+ "outputs": [
647
+ {
648
+ "name": "IMAGE",
649
+ "type": "IMAGE",
650
+ "slot_index": 0,
651
+ "links": [
652
+ 131
653
+ ]
654
+ }
655
+ ],
656
+ "properties": {
657
+ "Node name for S&R": "VAEDecode",
658
+ "cnr_id": "comfy-core",
659
+ "ver": "0.3.45"
660
+ },
661
+ "widgets_values": []
662
+ },
663
+ {
664
+ "id": 60,
665
+ "type": "CreateVideo",
666
+ "pos": [
667
+ 1240,
668
+ 30
669
+ ],
670
+ "size": [
671
+ 270,
672
+ 78
673
+ ],
674
+ "flags": {},
675
+ "order": 17,
676
+ "mode": 0,
677
+ "inputs": [
678
+ {
679
+ "name": "images",
680
+ "type": "IMAGE",
681
+ "link": 131
682
+ },
683
+ {
684
+ "name": "audio",
685
+ "shape": 7,
686
+ "type": "AUDIO",
687
+ "link": null
688
+ }
689
+ ],
690
+ "outputs": [
691
+ {
692
+ "name": "VIDEO",
693
+ "type": "VIDEO",
694
+ "links": [
695
+ 132
696
+ ]
697
+ }
698
+ ],
699
+ "properties": {
700
+ "Node name for S&R": "CreateVideo",
701
+ "cnr_id": "comfy-core",
702
+ "ver": "0.3.45"
703
+ },
704
+ "widgets_values": [
705
+ 16
706
+ ]
707
+ },
708
+ {
709
+ "id": 58,
710
+ "type": "KSamplerAdvanced",
711
+ "pos": [
712
+ 900,
713
+ 650
714
+ ],
715
+ "size": [
716
+ 304.748046875,
717
+ 498.6905822753906
718
+ ],
719
+ "flags": {},
720
+ "order": 15,
721
+ "mode": 0,
722
+ "inputs": [
723
+ {
724
+ "name": "model",
725
+ "type": "MODEL",
726
+ "link": 148
727
+ },
728
+ {
729
+ "name": "positive",
730
+ "type": "CONDITIONING",
731
+ "link": 154
732
+ },
733
+ {
734
+ "name": "negative",
735
+ "type": "CONDITIONING",
736
+ "link": 155
737
+ },
738
+ {
739
+ "name": "latent_image",
740
+ "type": "LATENT",
741
+ "link": 113
742
+ }
743
+ ],
744
+ "outputs": [
745
+ {
746
+ "name": "LATENT",
747
+ "type": "LATENT",
748
+ "links": [
749
+ 124
750
+ ]
751
+ }
752
+ ],
753
+ "properties": {
754
+ "Node name for S&R": "KSamplerAdvanced",
755
+ "cnr_id": "comfy-core",
756
+ "ver": "0.3.45"
757
+ },
758
+ "widgets_values": [
759
+ "disable",
760
+ 0,
761
+ "fixed",
762
+ 20,
763
+ 4,
764
+ "euler",
765
+ "simple",
766
+ 10,
767
+ 10000,
768
+ "disable"
769
+ ]
770
+ },
771
+ {
772
+ "id": 70,
773
+ "type": "Note",
774
+ "pos": [
775
+ 410,
776
+ 1060
777
+ ],
778
+ "size": [
779
+ 450,
780
+ 120
781
+ ],
782
+ "flags": {},
783
+ "order": 7,
784
+ "mode": 0,
785
+ "inputs": [],
786
+ "outputs": [],
787
+ "title": "Video Size",
788
+ "properties": {},
789
+ "widgets_values": [
790
+ "By default, we set the video to a smaller size for users with low VRAM. If you have enough VRAM, you can change the size"
791
+ ],
792
+ "color": "#432",
793
+ "bgcolor": "#653"
794
+ },
795
+ {
796
+ "id": 62,
797
+ "type": "LoadImage",
798
+ "pos": [
799
+ 30,
800
+ 940
801
+ ],
802
+ "size": [
803
+ 315,
804
+ 314.00006103515625
805
+ ],
806
+ "flags": {},
807
+ "order": 8,
808
+ "mode": 0,
809
+ "inputs": [],
810
+ "outputs": [
811
+ {
812
+ "name": "IMAGE",
813
+ "type": "IMAGE",
814
+ "slot_index": 0,
815
+ "links": [
816
+ 158
817
+ ]
818
+ },
819
+ {
820
+ "name": "MASK",
821
+ "type": "MASK",
822
+ "slot_index": 1,
823
+ "links": null
824
+ }
825
+ ],
826
+ "properties": {
827
+ "Node name for S&R": "LoadImage",
828
+ "cnr_id": "comfy-core",
829
+ "ver": "0.3.45"
830
+ },
831
+ "widgets_values": [
832
+ "flux_krea_00175_.png",
833
+ "image"
834
+ ]
835
+ }
836
+ ],
837
+ "links": [
838
+ [
839
+ 74,
840
+ 38,
841
+ 0,
842
+ 6,
843
+ 0,
844
+ "CLIP"
845
+ ],
846
+ [
847
+ 75,
848
+ 38,
849
+ 0,
850
+ 7,
851
+ 0,
852
+ "CLIP"
853
+ ],
854
+ [
855
+ 76,
856
+ 39,
857
+ 0,
858
+ 8,
859
+ 1,
860
+ "VAE"
861
+ ],
862
+ [
863
+ 110,
864
+ 37,
865
+ 0,
866
+ 54,
867
+ 0,
868
+ "MODEL"
869
+ ],
870
+ [
871
+ 112,
872
+ 56,
873
+ 0,
874
+ 55,
875
+ 0,
876
+ "MODEL"
877
+ ],
878
+ [
879
+ 113,
880
+ 57,
881
+ 0,
882
+ 58,
883
+ 3,
884
+ "LATENT"
885
+ ],
886
+ [
887
+ 124,
888
+ 58,
889
+ 0,
890
+ 8,
891
+ 0,
892
+ "LATENT"
893
+ ],
894
+ [
895
+ 131,
896
+ 8,
897
+ 0,
898
+ 60,
899
+ 0,
900
+ "IMAGE"
901
+ ],
902
+ [
903
+ 132,
904
+ 60,
905
+ 0,
906
+ 61,
907
+ 0,
908
+ "VIDEO"
909
+ ],
910
+ [
911
+ 147,
912
+ 54,
913
+ 0,
914
+ 57,
915
+ 0,
916
+ "MODEL"
917
+ ],
918
+ [
919
+ 148,
920
+ 55,
921
+ 0,
922
+ 58,
923
+ 0,
924
+ "MODEL"
925
+ ],
926
+ [
927
+ 149,
928
+ 6,
929
+ 0,
930
+ 67,
931
+ 0,
932
+ "CONDITIONING"
933
+ ],
934
+ [
935
+ 150,
936
+ 7,
937
+ 0,
938
+ 67,
939
+ 1,
940
+ "CONDITIONING"
941
+ ],
942
+ [
943
+ 151,
944
+ 67,
945
+ 0,
946
+ 57,
947
+ 1,
948
+ "CONDITIONING"
949
+ ],
950
+ [
951
+ 152,
952
+ 67,
953
+ 1,
954
+ 57,
955
+ 2,
956
+ "CONDITIONING"
957
+ ],
958
+ [
959
+ 153,
960
+ 67,
961
+ 2,
962
+ 57,
963
+ 3,
964
+ "LATENT"
965
+ ],
966
+ [
967
+ 154,
968
+ 67,
969
+ 0,
970
+ 58,
971
+ 1,
972
+ "CONDITIONING"
973
+ ],
974
+ [
975
+ 155,
976
+ 67,
977
+ 1,
978
+ 58,
979
+ 2,
980
+ "CONDITIONING"
981
+ ],
982
+ [
983
+ 156,
984
+ 39,
985
+ 0,
986
+ 67,
987
+ 2,
988
+ "VAE"
989
+ ],
990
+ [
991
+ 157,
992
+ 68,
993
+ 0,
994
+ 67,
995
+ 5,
996
+ "IMAGE"
997
+ ],
998
+ [
999
+ 158,
1000
+ 62,
1001
+ 0,
1002
+ 67,
1003
+ 6,
1004
+ "IMAGE"
1005
+ ]
1006
+ ],
1007
+ "groups": [
1008
+ {
1009
+ "id": 1,
1010
+ "title": "Step1 - Load models",
1011
+ "bounding": [
1012
+ 20,
1013
+ -150,
1014
+ 371.0310363769531,
1015
+ 571.3974609375
1016
+ ],
1017
+ "color": "#3f789e",
1018
+ "font_size": 24,
1019
+ "flags": {}
1020
+ },
1021
+ {
1022
+ "id": 2,
1023
+ "title": "Step2.1 - Upload start_image",
1024
+ "bounding": [
1025
+ 20,
1026
+ 440,
1027
+ 370,
1028
+ 410
1029
+ ],
1030
+ "color": "#3f789e",
1031
+ "font_size": 24,
1032
+ "flags": {}
1033
+ },
1034
+ {
1035
+ "id": 3,
1036
+ "title": "Step4 - Prompt",
1037
+ "bounding": [
1038
+ 410,
1039
+ 140,
1040
+ 445.27801513671875,
1041
+ 464.2060852050781
1042
+ ],
1043
+ "color": "#3f789e",
1044
+ "font_size": 24,
1045
+ "flags": {}
1046
+ },
1047
+ {
1048
+ "id": 4,
1049
+ "title": "Step3 - Video size & length",
1050
+ "bounding": [
1051
+ 410,
1052
+ 620,
1053
+ 450,
1054
+ 390
1055
+ ],
1056
+ "color": "#3f789e",
1057
+ "font_size": 24,
1058
+ "flags": {}
1059
+ },
1060
+ {
1061
+ "id": 5,
1062
+ "title": "Step2.2 - Upload end_image",
1063
+ "bounding": [
1064
+ 20,
1065
+ 870,
1066
+ 370,
1067
+ 410
1068
+ ],
1069
+ "color": "#3f789e",
1070
+ "font_size": 24,
1071
+ "flags": {}
1072
+ }
1073
+ ],
1074
+ "config": {},
1075
+ "extra": {
1076
+ "ds": {
1077
+ "scale": 1.1167815779425552,
1078
+ "offset": [
1079
+ 111.1348968477921,
1080
+ -662.7137328291687
1081
+ ]
1082
+ },
1083
+ "frontendVersion": "1.25.3",
1084
+ "VHS_latentpreview": false,
1085
+ "VHS_latentpreviewrate": 0,
1086
+ "VHS_MetadataImage": true,
1087
+ "VHS_KeepIntermediate": true
1088
+ },
1089
+ "version": 0.4
1090
+ }