comfyui-workflow-templates 0.1.51__py3-none-any.whl → 0.1.53__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 (19) hide show
  1. comfyui_workflow_templates/templates/api_moonvalley_video_to_video_motion_transfer.json +47 -43
  2. comfyui_workflow_templates/templates/image_qwen_image.json +300 -207
  3. comfyui_workflow_templates/templates/index.es.json +2357 -0
  4. comfyui_workflow_templates/templates/index.fr.json +2357 -0
  5. comfyui_workflow_templates/templates/index.ja.json +2357 -0
  6. comfyui_workflow_templates/templates/index.json +64 -51
  7. comfyui_workflow_templates/templates/index.ko.json +2357 -0
  8. comfyui_workflow_templates/templates/index.ru.json +2357 -0
  9. comfyui_workflow_templates/templates/index.schema.json +5 -1
  10. comfyui_workflow_templates/templates/index.zh-TW.json +2357 -0
  11. comfyui_workflow_templates/templates/index.zh.json +2357 -0
  12. comfyui_workflow_templates/templates/video_wan2_2_14B_i2v.json +1409 -290
  13. comfyui_workflow_templates/templates/video_wan2_2_14B_t2v-1.webp +0 -0
  14. comfyui_workflow_templates/templates/video_wan2_2_14B_t2v.json +1360 -372
  15. {comfyui_workflow_templates-0.1.51.dist-info → comfyui_workflow_templates-0.1.53.dist-info}/METADATA +1 -1
  16. {comfyui_workflow_templates-0.1.51.dist-info → comfyui_workflow_templates-0.1.53.dist-info}/RECORD +19 -12
  17. {comfyui_workflow_templates-0.1.51.dist-info → comfyui_workflow_templates-0.1.53.dist-info}/WHEEL +0 -0
  18. {comfyui_workflow_templates-0.1.51.dist-info → comfyui_workflow_templates-0.1.53.dist-info}/licenses/LICENSE +0 -0
  19. {comfyui_workflow_templates-0.1.51.dist-info → comfyui_workflow_templates-0.1.53.dist-info}/top_level.txt +0 -0
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "id": "ec7da562-7e21-4dac-a0d2-f4441e1efd3b",
3
3
  "revision": 0,
4
- "last_node_id": 63,
5
- "last_link_id": 132,
4
+ "last_node_id": 107,
5
+ "last_link_id": 183,
6
6
  "nodes": [
7
7
  {
8
- "id": 38,
8
+ "id": 71,
9
9
  "type": "CLIPLoader",
10
10
  "pos": [
11
- 38.86457061767578,
12
- 189.26513671875
11
+ 50,
12
+ 50
13
13
  ],
14
14
  "size": [
15
15
  346.391845703125,
@@ -25,8 +25,8 @@
25
25
  "type": "CLIP",
26
26
  "slot_index": 0,
27
27
  "links": [
28
- 74,
29
- 75
28
+ 141,
29
+ 160
30
30
  ]
31
31
  }
32
32
  ],
@@ -49,24 +49,281 @@
49
49
  ]
50
50
  },
51
51
  {
52
- "id": 7,
52
+ "id": 73,
53
+ "type": "VAELoader",
54
+ "pos": [
55
+ 50,
56
+ 210
57
+ ],
58
+ "size": [
59
+ 344.731689453125,
60
+ 59.98149108886719
61
+ ],
62
+ "flags": {},
63
+ "order": 1,
64
+ "mode": 0,
65
+ "inputs": [],
66
+ "outputs": [
67
+ {
68
+ "name": "VAE",
69
+ "type": "VAE",
70
+ "slot_index": 0,
71
+ "links": [
72
+ 158
73
+ ]
74
+ }
75
+ ],
76
+ "properties": {
77
+ "Node name for S&R": "VAELoader",
78
+ "cnr_id": "comfy-core",
79
+ "ver": "0.3.45",
80
+ "models": [
81
+ {
82
+ "name": "wan_2.1_vae.safetensors",
83
+ "url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/vae/wan_2.1_vae.safetensors",
84
+ "directory": "vae"
85
+ }
86
+ ]
87
+ },
88
+ "widgets_values": [
89
+ "wan_2.1_vae.safetensors"
90
+ ]
91
+ },
92
+ {
93
+ "id": 76,
94
+ "type": "UNETLoader",
95
+ "pos": [
96
+ 50,
97
+ -80
98
+ ],
99
+ "size": [
100
+ 346.7470703125,
101
+ 82
102
+ ],
103
+ "flags": {},
104
+ "order": 2,
105
+ "mode": 0,
106
+ "inputs": [],
107
+ "outputs": [
108
+ {
109
+ "name": "MODEL",
110
+ "type": "MODEL",
111
+ "slot_index": 0,
112
+ "links": [
113
+ 155
114
+ ]
115
+ }
116
+ ],
117
+ "properties": {
118
+ "Node name for S&R": "UNETLoader",
119
+ "cnr_id": "comfy-core",
120
+ "ver": "0.3.45",
121
+ "models": [
122
+ {
123
+ "name": "wan2.2_t2v_low_noise_14B_fp8_scaled.safetensors",
124
+ "url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_t2v_low_noise_14B_fp8_scaled.safetensors",
125
+ "directory": "diffusion_models"
126
+ }
127
+ ]
128
+ },
129
+ "widgets_values": [
130
+ "wan2.2_t2v_low_noise_14B_fp8_scaled.safetensors",
131
+ "default"
132
+ ]
133
+ },
134
+ {
135
+ "id": 87,
136
+ "type": "VAEDecode",
137
+ "pos": [
138
+ 1330,
139
+ -250
140
+ ],
141
+ "size": [
142
+ 210,
143
+ 46
144
+ ],
145
+ "flags": {},
146
+ "order": 29,
147
+ "mode": 0,
148
+ "inputs": [
149
+ {
150
+ "name": "samples",
151
+ "type": "LATENT",
152
+ "link": 157
153
+ },
154
+ {
155
+ "name": "vae",
156
+ "type": "VAE",
157
+ "link": 158
158
+ }
159
+ ],
160
+ "outputs": [
161
+ {
162
+ "name": "IMAGE",
163
+ "type": "IMAGE",
164
+ "slot_index": 0,
165
+ "links": [
166
+ 159
167
+ ]
168
+ }
169
+ ],
170
+ "properties": {
171
+ "Node name for S&R": "VAEDecode",
172
+ "cnr_id": "comfy-core",
173
+ "ver": "0.3.45"
174
+ },
175
+ "widgets_values": []
176
+ },
177
+ {
178
+ "id": 88,
179
+ "type": "CreateVideo",
180
+ "pos": [
181
+ 1330,
182
+ -150
183
+ ],
184
+ "size": [
185
+ 270,
186
+ 78
187
+ ],
188
+ "flags": {},
189
+ "order": 31,
190
+ "mode": 0,
191
+ "inputs": [
192
+ {
193
+ "name": "images",
194
+ "type": "IMAGE",
195
+ "link": 159
196
+ },
197
+ {
198
+ "name": "audio",
199
+ "shape": 7,
200
+ "type": "AUDIO",
201
+ "link": null
202
+ }
203
+ ],
204
+ "outputs": [
205
+ {
206
+ "name": "VIDEO",
207
+ "type": "VIDEO",
208
+ "links": [
209
+ 147
210
+ ]
211
+ }
212
+ ],
213
+ "properties": {
214
+ "Node name for S&R": "CreateVideo",
215
+ "cnr_id": "comfy-core",
216
+ "ver": "0.3.45"
217
+ },
218
+ "widgets_values": [
219
+ 16
220
+ ]
221
+ },
222
+ {
223
+ "id": 75,
224
+ "type": "UNETLoader",
225
+ "pos": [
226
+ 50,
227
+ -210
228
+ ],
229
+ "size": [
230
+ 346.7470703125,
231
+ 82
232
+ ],
233
+ "flags": {},
234
+ "order": 3,
235
+ "mode": 0,
236
+ "inputs": [],
237
+ "outputs": [
238
+ {
239
+ "name": "MODEL",
240
+ "type": "MODEL",
241
+ "slot_index": 0,
242
+ "links": [
243
+ 153
244
+ ]
245
+ }
246
+ ],
247
+ "properties": {
248
+ "Node name for S&R": "UNETLoader",
249
+ "cnr_id": "comfy-core",
250
+ "ver": "0.3.45",
251
+ "models": [
252
+ {
253
+ "name": "wan2.2_t2v_high_noise_14B_fp8_scaled.safetensors",
254
+ "url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_t2v_high_noise_14B_fp8_scaled.safetensors",
255
+ "directory": "diffusion_models"
256
+ }
257
+ ]
258
+ },
259
+ "widgets_values": [
260
+ "wan2.2_t2v_high_noise_14B_fp8_scaled.safetensors",
261
+ "default"
262
+ ]
263
+ },
264
+ {
265
+ "id": 90,
266
+ "type": "CLIPLoader",
267
+ "pos": [
268
+ 60,
269
+ 1150
270
+ ],
271
+ "size": [
272
+ 346.391845703125,
273
+ 106
274
+ ],
275
+ "flags": {},
276
+ "order": 4,
277
+ "mode": 4,
278
+ "inputs": [],
279
+ "outputs": [
280
+ {
281
+ "name": "CLIP",
282
+ "type": "CLIP",
283
+ "slot_index": 0,
284
+ "links": [
285
+ 164,
286
+ 178
287
+ ]
288
+ }
289
+ ],
290
+ "properties": {
291
+ "Node name for S&R": "CLIPLoader",
292
+ "cnr_id": "comfy-core",
293
+ "ver": "0.3.45",
294
+ "models": [
295
+ {
296
+ "name": "umt5_xxl_fp8_e4m3fn_scaled.safetensors",
297
+ "url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors",
298
+ "directory": "text_encoders"
299
+ }
300
+ ]
301
+ },
302
+ "widgets_values": [
303
+ "umt5_xxl_fp8_e4m3fn_scaled.safetensors",
304
+ "wan",
305
+ "default"
306
+ ]
307
+ },
308
+ {
309
+ "id": 91,
53
310
  "type": "CLIPTextEncode",
54
311
  "pos": [
55
- 420,
56
- 480
312
+ 440,
313
+ 1440
57
314
  ],
58
315
  "size": [
59
316
  425.27801513671875,
60
317
  180.6060791015625
61
318
  ],
62
319
  "flags": {},
63
- "order": 8,
64
- "mode": 0,
320
+ "order": 18,
321
+ "mode": 4,
65
322
  "inputs": [
66
323
  {
67
324
  "name": "clip",
68
325
  "type": "CLIP",
69
- "link": 75
326
+ "link": 164
70
327
  }
71
328
  ],
72
329
  "outputs": [
@@ -75,8 +332,8 @@
75
332
  "type": "CONDITIONING",
76
333
  "slot_index": 0,
77
334
  "links": [
78
- 129,
79
- 130
335
+ 169,
336
+ 173
80
337
  ]
81
338
  }
82
339
  ],
@@ -93,19 +350,19 @@
93
350
  "bgcolor": "#533"
94
351
  },
95
352
  {
96
- "id": 39,
353
+ "id": 92,
97
354
  "type": "VAELoader",
98
355
  "pos": [
99
- 40,
100
- 350
356
+ 60,
357
+ 1310
101
358
  ],
102
359
  "size": [
103
360
  344.731689453125,
104
361
  59.98149108886719
105
362
  ],
106
363
  "flags": {},
107
- "order": 1,
108
- "mode": 0,
364
+ "order": 5,
365
+ "mode": 4,
109
366
  "inputs": [],
110
367
  "outputs": [
111
368
  {
@@ -113,7 +370,7 @@
113
370
  "type": "VAE",
114
371
  "slot_index": 0,
115
372
  "links": [
116
- 76
373
+ 176
117
374
  ]
118
375
  }
119
376
  ],
@@ -134,24 +391,24 @@
134
391
  ]
135
392
  },
136
393
  {
137
- "id": 54,
394
+ "id": 93,
138
395
  "type": "ModelSamplingSD3",
139
396
  "pos": [
140
- 640,
141
- -70
397
+ 660,
398
+ 890
142
399
  ],
143
400
  "size": [
144
401
  210,
145
402
  60
146
403
  ],
147
404
  "flags": {},
148
- "order": 9,
149
- "mode": 0,
405
+ "order": 20,
406
+ "mode": 4,
150
407
  "inputs": [
151
408
  {
152
409
  "name": "model",
153
410
  "type": "MODEL",
154
- "link": 110
411
+ "link": 165
155
412
  }
156
413
  ],
157
414
  "outputs": [
@@ -160,7 +417,7 @@
160
417
  "type": "MODEL",
161
418
  "slot_index": 0,
162
419
  "links": [
163
- 125
420
+ 171
164
421
  ]
165
422
  }
166
423
  ],
@@ -174,24 +431,24 @@
174
431
  ]
175
432
  },
176
433
  {
177
- "id": 55,
434
+ "id": 94,
178
435
  "type": "ModelSamplingSD3",
179
436
  "pos": [
180
- 640,
181
- 60
437
+ 660,
438
+ 1020
182
439
  ],
183
440
  "size": [
184
441
  210,
185
442
  58
186
443
  ],
187
444
  "flags": {},
188
- "order": 10,
189
- "mode": 0,
445
+ "order": 21,
446
+ "mode": 4,
190
447
  "inputs": [
191
448
  {
192
449
  "name": "model",
193
450
  "type": "MODEL",
194
- "link": 112
451
+ "link": 166
195
452
  }
196
453
  ],
197
454
  "outputs": [
@@ -200,7 +457,7 @@
200
457
  "type": "MODEL",
201
458
  "slot_index": 0,
202
459
  "links": [
203
- 123
460
+ 167
204
461
  ]
205
462
  }
206
463
  ],
@@ -214,39 +471,39 @@
214
471
  ]
215
472
  },
216
473
  {
217
- "id": 58,
474
+ "id": 95,
218
475
  "type": "KSamplerAdvanced",
219
476
  "pos": [
220
- 890,
221
- 360
477
+ 910,
478
+ 1320
222
479
  ],
223
480
  "size": [
224
481
  304.748046875,
225
482
  498.6905822753906
226
483
  ],
227
484
  "flags": {},
228
- "order": 12,
229
- "mode": 0,
485
+ "order": 26,
486
+ "mode": 4,
230
487
  "inputs": [
231
488
  {
232
489
  "name": "model",
233
490
  "type": "MODEL",
234
- "link": 123
491
+ "link": 167
235
492
  },
236
493
  {
237
494
  "name": "positive",
238
495
  "type": "CONDITIONING",
239
- "link": 128
496
+ "link": 168
240
497
  },
241
498
  {
242
499
  "name": "negative",
243
500
  "type": "CONDITIONING",
244
- "link": 130
501
+ "link": 169
245
502
  },
246
503
  {
247
504
  "name": "latent_image",
248
505
  "type": "LATENT",
249
- "link": 113
506
+ "link": 170
250
507
  }
251
508
  ],
252
509
  "outputs": [
@@ -254,7 +511,7 @@
254
511
  "name": "LATENT",
255
512
  "type": "LATENT",
256
513
  "links": [
257
- 124
514
+ 175
258
515
  ]
259
516
  }
260
517
  ],
@@ -277,39 +534,39 @@
277
534
  ]
278
535
  },
279
536
  {
280
- "id": 57,
537
+ "id": 96,
281
538
  "type": "KSamplerAdvanced",
282
539
  "pos": [
283
- 890,
284
- -60
540
+ 910,
541
+ 900
285
542
  ],
286
543
  "size": [
287
544
  304.748046875,
288
545
  334
289
546
  ],
290
547
  "flags": {},
291
- "order": 11,
292
- "mode": 0,
548
+ "order": 24,
549
+ "mode": 4,
293
550
  "inputs": [
294
551
  {
295
552
  "name": "model",
296
553
  "type": "MODEL",
297
- "link": 125
554
+ "link": 171
298
555
  },
299
556
  {
300
557
  "name": "positive",
301
558
  "type": "CONDITIONING",
302
- "link": 127
559
+ "link": 172
303
560
  },
304
561
  {
305
562
  "name": "negative",
306
563
  "type": "CONDITIONING",
307
- "link": 129
564
+ "link": 173
308
565
  },
309
566
  {
310
567
  "name": "latent_image",
311
568
  "type": "LATENT",
312
- "link": 126
569
+ "link": 174
313
570
  }
314
571
  ],
315
572
  "outputs": [
@@ -317,7 +574,7 @@
317
574
  "name": "LATENT",
318
575
  "type": "LATENT",
319
576
  "links": [
320
- 113
577
+ 170
321
578
  ]
322
579
  }
323
580
  ],
@@ -328,7 +585,7 @@
328
585
  },
329
586
  "widgets_values": [
330
587
  "enable",
331
- 774388746670969,
588
+ 637042769592894,
332
589
  "randomize",
333
590
  20,
334
591
  3.5,
@@ -340,29 +597,29 @@
340
597
  ]
341
598
  },
342
599
  {
343
- "id": 8,
600
+ "id": 97,
344
601
  "type": "VAEDecode",
345
602
  "pos": [
346
- 1240,
347
- -40
603
+ 1260,
604
+ 920
348
605
  ],
349
606
  "size": [
350
607
  210,
351
608
  46
352
609
  ],
353
610
  "flags": {},
354
- "order": 13,
355
- "mode": 0,
611
+ "order": 28,
612
+ "mode": 4,
356
613
  "inputs": [
357
614
  {
358
615
  "name": "samples",
359
616
  "type": "LATENT",
360
- "link": 124
617
+ "link": 175
361
618
  },
362
619
  {
363
620
  "name": "vae",
364
621
  "type": "VAE",
365
- "link": 76
622
+ "link": 176
366
623
  }
367
624
  ],
368
625
  "outputs": [
@@ -371,7 +628,7 @@
371
628
  "type": "IMAGE",
372
629
  "slot_index": 0,
373
630
  "links": [
374
- 131
631
+ 179
375
632
  ]
376
633
  }
377
634
  ],
@@ -383,125 +640,24 @@
383
640
  "widgets_values": []
384
641
  },
385
642
  {
386
- "id": 61,
387
- "type": "SaveVideo",
643
+ "id": 100,
644
+ "type": "CreateVideo",
388
645
  "pos": [
389
- 1240,
390
- 190
391
- ],
392
- "size": [
393
- 710,
394
- 660
395
- ],
396
- "flags": {},
397
- "order": 15,
398
- "mode": 0,
399
- "inputs": [
400
- {
401
- "name": "video",
402
- "type": "VIDEO",
403
- "link": 132
404
- }
405
- ],
406
- "outputs": [],
407
- "properties": {
408
- "Node name for S&R": "SaveVideo",
409
- "cnr_id": "comfy-core",
410
- "ver": "0.3.45"
411
- },
412
- "widgets_values": [
413
- "video/ComfyUI",
414
- "auto",
415
- "auto"
416
- ]
417
- },
418
- {
419
- "id": 6,
420
- "type": "CLIPTextEncode",
421
- "pos": [
422
- 420,
423
- 280
424
- ],
425
- "size": [
426
- 422.84503173828125,
427
- 164.31304931640625
428
- ],
429
- "flags": {},
430
- "order": 7,
431
- "mode": 0,
432
- "inputs": [
433
- {
434
- "name": "clip",
435
- "type": "CLIP",
436
- "link": 74
437
- }
438
- ],
439
- "outputs": [
440
- {
441
- "name": "CONDITIONING",
442
- "type": "CONDITIONING",
443
- "slot_index": 0,
444
- "links": [
445
- 127,
446
- 128
447
- ]
448
- }
449
- ],
450
- "title": "CLIP Text Encode (Positive Prompt)",
451
- "properties": {
452
- "Node name for S&R": "CLIPTextEncode",
453
- "cnr_id": "comfy-core",
454
- "ver": "0.3.45"
455
- },
456
- "widgets_values": [
457
- "A close-up of a young woman smiling gently in the rain, raindrops glistening on her face and eyelashes. The video captures the delicate details of her expression and the water droplets, with soft light reflecting off her skin in the rainy atmosphere."
458
- ],
459
- "color": "#232",
460
- "bgcolor": "#353"
461
- },
462
- {
463
- "id": 62,
464
- "type": "MarkdownNote",
465
- "pos": [
466
- -480,
467
- -120
468
- ],
469
- "size": [
470
- 480,
471
- 350
472
- ],
473
- "flags": {},
474
- "order": 2,
475
- "mode": 0,
476
- "inputs": [],
477
- "outputs": [],
478
- "title": "Model Links",
479
- "properties": {},
480
- "widgets_values": [
481
- "[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_t2v_high_noise_14B_fp8_scaled.safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_t2v_high_noise_14B_fp8_scaled.safetensors)\n- [wan2.2_t2v_low_noise_14B_fp8_scaled.safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_t2v_low_noise_14B_fp8_scaled.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_t2v_low_noise_14B_fp8_scaled.safetensors\n│ │ └─── wan2.2_t2v_high_noise_14B_fp8_scaled.safetensors\n│ ├───📂 text_encoders/\n│ │ └─── umt5_xxl_fp8_e4m3fn_scaled.safetensors \n│ └───📂 vae/\n│ └── wan_2.1_vae.safetensors\n```\n"
482
- ],
483
- "color": "#432",
484
- "bgcolor": "#653"
485
- },
486
- {
487
- "id": 60,
488
- "type": "CreateVideo",
489
- "pos": [
490
- 1240,
491
- 60
646
+ 1260,
647
+ 1020
492
648
  ],
493
649
  "size": [
494
650
  270,
495
651
  78
496
652
  ],
497
653
  "flags": {},
498
- "order": 14,
499
- "mode": 0,
654
+ "order": 30,
655
+ "mode": 4,
500
656
  "inputs": [
501
657
  {
502
658
  "name": "images",
503
659
  "type": "IMAGE",
504
- "link": 131
660
+ "link": 179
505
661
  },
506
662
  {
507
663
  "name": "audio",
@@ -515,7 +671,7 @@
515
671
  "name": "VIDEO",
516
672
  "type": "VIDEO",
517
673
  "links": [
518
- 132
674
+ 177
519
675
  ]
520
676
  }
521
677
  ],
@@ -529,19 +685,19 @@
529
685
  ]
530
686
  },
531
687
  {
532
- "id": 37,
688
+ "id": 101,
533
689
  "type": "UNETLoader",
534
690
  "pos": [
535
- 34.225364685058594,
536
- -71.77911376953125
691
+ 50,
692
+ 890
537
693
  ],
538
694
  "size": [
539
695
  346.7470703125,
540
696
  82
541
697
  ],
542
698
  "flags": {},
543
- "order": 3,
544
- "mode": 0,
699
+ "order": 6,
700
+ "mode": 4,
545
701
  "inputs": [],
546
702
  "outputs": [
547
703
  {
@@ -549,7 +705,7 @@
549
705
  "type": "MODEL",
550
706
  "slot_index": 0,
551
707
  "links": [
552
- 110
708
+ 165
553
709
  ]
554
710
  }
555
711
  ],
@@ -571,19 +727,19 @@
571
727
  ]
572
728
  },
573
729
  {
574
- "id": 56,
730
+ "id": 102,
575
731
  "type": "UNETLoader",
576
732
  "pos": [
577
- 34.70310592651367,
578
- 57.175601959228516
733
+ 50,
734
+ 1020
579
735
  ],
580
736
  "size": [
581
737
  346.7470703125,
582
738
  82
583
739
  ],
584
740
  "flags": {},
585
- "order": 4,
586
- "mode": 0,
741
+ "order": 7,
742
+ "mode": 4,
587
743
  "inputs": [],
588
744
  "outputs": [
589
745
  {
@@ -591,7 +747,7 @@
591
747
  "type": "MODEL",
592
748
  "slot_index": 0,
593
749
  "links": [
594
- 112
750
+ 166
595
751
  ]
596
752
  }
597
753
  ],
@@ -613,42 +769,55 @@
613
769
  ]
614
770
  },
615
771
  {
616
- "id": 63,
617
- "type": "Note",
772
+ "id": 104,
773
+ "type": "EmptyHunyuanLatentVideo",
618
774
  "pos": [
619
- 20,
620
- 720
775
+ 70,
776
+ 1490
621
777
  ],
622
778
  "size": [
623
- 370,
624
- 120
779
+ 315,
780
+ 130
625
781
  ],
626
782
  "flags": {},
627
- "order": 5,
628
- "mode": 0,
783
+ "order": 8,
784
+ "mode": 4,
629
785
  "inputs": [],
630
- "outputs": [],
631
- "title": "Video Size",
632
- "properties": {},
633
- "widgets_values": [
634
- "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"
786
+ "outputs": [
787
+ {
788
+ "name": "LATENT",
789
+ "type": "LATENT",
790
+ "slot_index": 0,
791
+ "links": [
792
+ 174
793
+ ]
794
+ }
635
795
  ],
636
- "color": "#432",
637
- "bgcolor": "#653"
796
+ "properties": {
797
+ "Node name for S&R": "EmptyHunyuanLatentVideo",
798
+ "cnr_id": "comfy-core",
799
+ "ver": "0.3.45"
800
+ },
801
+ "widgets_values": [
802
+ 640,
803
+ 640,
804
+ 81,
805
+ 1
806
+ ]
638
807
  },
639
808
  {
640
- "id": 59,
809
+ "id": 74,
641
810
  "type": "EmptyHunyuanLatentVideo",
642
811
  "pos": [
643
- 50,
644
- 530
812
+ 70,
813
+ 380
645
814
  ],
646
815
  "size": [
647
816
  315,
648
817
  130
649
818
  ],
650
819
  "flags": {},
651
- "order": 6,
820
+ "order": 9,
652
821
  "mode": 0,
653
822
  "inputs": [],
654
823
  "outputs": [
@@ -657,7 +826,7 @@
657
826
  "type": "LATENT",
658
827
  "slot_index": 0,
659
828
  "links": [
660
- 126
829
+ 151
661
830
  ]
662
831
  }
663
832
  ],
@@ -672,173 +841,992 @@
672
841
  81,
673
842
  1
674
843
  ]
675
- }
676
- ],
677
- "links": [
678
- [
679
- 74,
680
- 38,
681
- 0,
682
- 6,
683
- 0,
684
- "CLIP"
685
- ],
686
- [
687
- 75,
688
- 38,
689
- 0,
690
- 7,
691
- 0,
692
- "CLIP"
693
- ],
694
- [
695
- 76,
696
- 39,
697
- 0,
698
- 8,
699
- 1,
700
- "VAE"
701
- ],
702
- [
703
- 110,
704
- 37,
705
- 0,
706
- 54,
707
- 0,
708
- "MODEL"
709
- ],
710
- [
711
- 112,
712
- 56,
713
- 0,
714
- 55,
715
- 0,
716
- "MODEL"
717
- ],
718
- [
719
- 113,
720
- 57,
721
- 0,
722
- 58,
723
- 3,
724
- "LATENT"
725
- ],
726
- [
727
- 123,
728
- 55,
729
- 0,
730
- 58,
731
- 0,
732
- "MODEL"
733
- ],
734
- [
735
- 124,
736
- 58,
737
- 0,
738
- 8,
739
- 0,
740
- "LATENT"
741
- ],
742
- [
743
- 125,
744
- 54,
745
- 0,
746
- 57,
747
- 0,
748
- "MODEL"
749
- ],
750
- [
751
- 126,
752
- 59,
753
- 0,
754
- 57,
755
- 3,
756
- "LATENT"
757
- ],
758
- [
759
- 127,
760
- 6,
761
- 0,
762
- 57,
763
- 1,
764
- "CONDITIONING"
765
- ],
766
- [
767
- 128,
768
- 6,
769
- 0,
770
- 58,
771
- 1,
772
- "CONDITIONING"
773
- ],
774
- [
775
- 129,
776
- 7,
777
- 0,
778
- 57,
779
- 2,
780
- "CONDITIONING"
781
- ],
782
- [
783
- 130,
784
- 7,
785
- 0,
786
- 58,
787
- 2,
788
- "CONDITIONING"
789
- ],
790
- [
791
- 131,
792
- 8,
793
- 0,
794
- 60,
795
- 0,
796
- "IMAGE"
797
- ],
798
- [
799
- 132,
800
- 60,
801
- 0,
802
- 61,
803
- 0,
804
- "VIDEO"
805
- ]
806
- ],
807
- "groups": [
808
- {
809
- "id": 1,
810
- "title": "Step1 - Load models",
811
- "bounding": [
812
- 20,
813
- -150,
814
- 371.0310363769531,
815
- 571.3974609375
816
- ],
817
- "color": "#3f789e",
818
- "font_size": 24,
819
- "flags": {}
820
844
  },
821
845
  {
822
- "id": 2,
823
- "title": "Step2 - Video size",
824
- "bounding": [
825
- 20,
846
+ "id": 83,
847
+ "type": "LoraLoaderModelOnly",
848
+ "pos": [
826
849
  450,
827
- 367.5572814941406,
828
- 222.82713317871094
850
+ -200
829
851
  ],
830
- "color": "#3f789e",
831
- "font_size": 24,
832
- "flags": {}
833
- },
834
- {
835
- "id": 3,
836
- "title": "Step3 Prompt",
837
- "bounding": [
838
- 410,
839
- 210,
840
- 445.27801513671875,
841
- 464.2060852050781
852
+ "size": [
853
+ 280,
854
+ 82
855
+ ],
856
+ "flags": {},
857
+ "order": 17,
858
+ "mode": 0,
859
+ "inputs": [
860
+ {
861
+ "name": "model",
862
+ "type": "MODEL",
863
+ "link": 153
864
+ }
865
+ ],
866
+ "outputs": [
867
+ {
868
+ "name": "MODEL",
869
+ "type": "MODEL",
870
+ "links": [
871
+ 152
872
+ ]
873
+ }
874
+ ],
875
+ "properties": {
876
+ "Node name for S&R": "LoraLoaderModelOnly",
877
+ "cnr_id": "comfy-core",
878
+ "ver": "0.3.49",
879
+ "models": [
880
+ {
881
+ "name": "wan2.2_t2v_lightx2v_4steps_lora_v1.1_high_noise.safetensors",
882
+ "url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/loras/wan2.2_t2v_lightx2v_4steps_lora_v1.1_high_noise.safetensors",
883
+ "directory": "loras"
884
+ }
885
+ ]
886
+ },
887
+ "widgets_values": [
888
+ "wan2.2_t2v_lightx2v_4steps_lora_v1.1_high_noise.safetensors",
889
+ 1.0000000000000002
890
+ ]
891
+ },
892
+ {
893
+ "id": 85,
894
+ "type": "LoraLoaderModelOnly",
895
+ "pos": [
896
+ 450,
897
+ -60
898
+ ],
899
+ "size": [
900
+ 280,
901
+ 82
902
+ ],
903
+ "flags": {},
904
+ "order": 16,
905
+ "mode": 0,
906
+ "inputs": [
907
+ {
908
+ "name": "model",
909
+ "type": "MODEL",
910
+ "link": 155
911
+ }
912
+ ],
913
+ "outputs": [
914
+ {
915
+ "name": "MODEL",
916
+ "type": "MODEL",
917
+ "links": [
918
+ 156
919
+ ]
920
+ }
921
+ ],
922
+ "properties": {
923
+ "Node name for S&R": "LoraLoaderModelOnly",
924
+ "cnr_id": "comfy-core",
925
+ "ver": "0.3.49",
926
+ "models": [
927
+ {
928
+ "name": "wan2.2_t2v_lightx2v_4steps_lora_v1.1_low_noise.safetensors",
929
+ "url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/loras/wan2.2_t2v_lightx2v_4steps_lora_v1.1_low_noise.safetensors",
930
+ "directory": "loras"
931
+ }
932
+ ]
933
+ },
934
+ "widgets_values": [
935
+ "wan2.2_t2v_lightx2v_4steps_lora_v1.1_low_noise.safetensors",
936
+ 1.0000000000000002
937
+ ]
938
+ },
939
+ {
940
+ "id": 86,
941
+ "type": "ModelSamplingSD3",
942
+ "pos": [
943
+ 740,
944
+ -60
945
+ ],
946
+ "size": [
947
+ 210,
948
+ 58
949
+ ],
950
+ "flags": {
951
+ "collapsed": false
952
+ },
953
+ "order": 22,
954
+ "mode": 0,
955
+ "inputs": [
956
+ {
957
+ "name": "model",
958
+ "type": "MODEL",
959
+ "link": 156
960
+ }
961
+ ],
962
+ "outputs": [
963
+ {
964
+ "name": "MODEL",
965
+ "type": "MODEL",
966
+ "slot_index": 0,
967
+ "links": [
968
+ 183
969
+ ]
970
+ }
971
+ ],
972
+ "properties": {
973
+ "Node name for S&R": "ModelSamplingSD3",
974
+ "cnr_id": "comfy-core",
975
+ "ver": "0.3.45"
976
+ },
977
+ "widgets_values": [
978
+ 5.000000000000001
979
+ ]
980
+ },
981
+ {
982
+ "id": 82,
983
+ "type": "ModelSamplingSD3",
984
+ "pos": [
985
+ 740,
986
+ -200
987
+ ],
988
+ "size": [
989
+ 210,
990
+ 60
991
+ ],
992
+ "flags": {},
993
+ "order": 23,
994
+ "mode": 0,
995
+ "inputs": [
996
+ {
997
+ "name": "model",
998
+ "type": "MODEL",
999
+ "link": 152
1000
+ }
1001
+ ],
1002
+ "outputs": [
1003
+ {
1004
+ "name": "MODEL",
1005
+ "type": "MODEL",
1006
+ "slot_index": 0,
1007
+ "links": [
1008
+ 181
1009
+ ]
1010
+ }
1011
+ ],
1012
+ "properties": {
1013
+ "Node name for S&R": "ModelSamplingSD3",
1014
+ "cnr_id": "comfy-core",
1015
+ "ver": "0.3.45"
1016
+ },
1017
+ "widgets_values": [
1018
+ 5.000000000000001
1019
+ ]
1020
+ },
1021
+ {
1022
+ "id": 98,
1023
+ "type": "SaveVideo",
1024
+ "pos": [
1025
+ 1260,
1026
+ 1150
1027
+ ],
1028
+ "size": [
1029
+ 680,
1030
+ 660
1031
+ ],
1032
+ "flags": {},
1033
+ "order": 32,
1034
+ "mode": 4,
1035
+ "inputs": [
1036
+ {
1037
+ "name": "video",
1038
+ "type": "VIDEO",
1039
+ "link": 177
1040
+ }
1041
+ ],
1042
+ "outputs": [],
1043
+ "properties": {
1044
+ "Node name for S&R": "SaveVideo",
1045
+ "cnr_id": "comfy-core",
1046
+ "ver": "0.3.45"
1047
+ },
1048
+ "widgets_values": [
1049
+ "video/ComfyUI",
1050
+ "auto",
1051
+ "auto"
1052
+ ]
1053
+ },
1054
+ {
1055
+ "id": 103,
1056
+ "type": "Note",
1057
+ "pos": [
1058
+ 40,
1059
+ 1680
1060
+ ],
1061
+ "size": [
1062
+ 370,
1063
+ 120
1064
+ ],
1065
+ "flags": {},
1066
+ "order": 10,
1067
+ "mode": 4,
1068
+ "inputs": [],
1069
+ "outputs": [],
1070
+ "title": "Video Size",
1071
+ "properties": {},
1072
+ "widgets_values": [
1073
+ "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"
1074
+ ],
1075
+ "color": "#432",
1076
+ "bgcolor": "#653"
1077
+ },
1078
+ {
1079
+ "id": 99,
1080
+ "type": "CLIPTextEncode",
1081
+ "pos": [
1082
+ 440,
1083
+ 1240
1084
+ ],
1085
+ "size": [
1086
+ 422.84503173828125,
1087
+ 164.31304931640625
1088
+ ],
1089
+ "flags": {},
1090
+ "order": 19,
1091
+ "mode": 4,
1092
+ "inputs": [
1093
+ {
1094
+ "name": "clip",
1095
+ "type": "CLIP",
1096
+ "link": 178
1097
+ }
1098
+ ],
1099
+ "outputs": [
1100
+ {
1101
+ "name": "CONDITIONING",
1102
+ "type": "CONDITIONING",
1103
+ "slot_index": 0,
1104
+ "links": [
1105
+ 168,
1106
+ 172
1107
+ ]
1108
+ }
1109
+ ],
1110
+ "title": "CLIP Text Encode (Positive Prompt)",
1111
+ "properties": {
1112
+ "Node name for S&R": "CLIPTextEncode",
1113
+ "cnr_id": "comfy-core",
1114
+ "ver": "0.3.45"
1115
+ },
1116
+ "widgets_values": [
1117
+ "Soft light, warm tones, medium close-up, central composition, dusk, sunny light, rim light. The camera slowly pushes in for a close-up of an elegant elderly gentleman's face. He has striking silver-white long hair and a well-groomed flowing beard. He wears a well-tailored dark suit with a tie of the same color, exuding elegance. The soft and warm light gently wraps around his face, creating a soft rim light effect, as if the dusk sunlight is pouring through the window. He looks thoughtful, staring into the distance, as if lost in deep memories or thoughts. The background is blurred, highlighting his weathered yet wise and calm face—every wrinkle seems to tell an untold story."
1118
+ ],
1119
+ "color": "#232",
1120
+ "bgcolor": "#353"
1121
+ },
1122
+ {
1123
+ "id": 80,
1124
+ "type": "SaveVideo",
1125
+ "pos": [
1126
+ 1330,
1127
+ -20
1128
+ ],
1129
+ "size": [
1130
+ 600,
1131
+ 698
1132
+ ],
1133
+ "flags": {},
1134
+ "order": 33,
1135
+ "mode": 0,
1136
+ "inputs": [
1137
+ {
1138
+ "name": "video",
1139
+ "type": "VIDEO",
1140
+ "link": 147
1141
+ }
1142
+ ],
1143
+ "outputs": [],
1144
+ "properties": {
1145
+ "Node name for S&R": "SaveVideo",
1146
+ "cnr_id": "comfy-core",
1147
+ "ver": "0.3.45"
1148
+ },
1149
+ "widgets_values": [
1150
+ "video/ComfyUI",
1151
+ "auto",
1152
+ "auto"
1153
+ ]
1154
+ },
1155
+ {
1156
+ "id": 72,
1157
+ "type": "CLIPTextEncode",
1158
+ "pos": [
1159
+ 440,
1160
+ 330
1161
+ ],
1162
+ "size": [
1163
+ 510,
1164
+ 180
1165
+ ],
1166
+ "flags": {},
1167
+ "order": 14,
1168
+ "mode": 0,
1169
+ "inputs": [
1170
+ {
1171
+ "name": "clip",
1172
+ "type": "CLIP",
1173
+ "link": 141
1174
+ }
1175
+ ],
1176
+ "outputs": [
1177
+ {
1178
+ "name": "CONDITIONING",
1179
+ "type": "CONDITIONING",
1180
+ "slot_index": 0,
1181
+ "links": [
1182
+ 144,
1183
+ 150
1184
+ ]
1185
+ }
1186
+ ],
1187
+ "title": "CLIP Text Encode (Negative Prompt)",
1188
+ "properties": {
1189
+ "Node name for S&R": "CLIPTextEncode",
1190
+ "cnr_id": "comfy-core",
1191
+ "ver": "0.3.45"
1192
+ },
1193
+ "widgets_values": [
1194
+ "色调艳丽,过曝,静态,细节模糊不清,字幕,风格,作品,画作,画面,静止,整体发灰,最差质量,低质量,JPEG压缩残留,丑陋的,残缺的,多余的手指,画得不好的手部,画得不好的脸部,畸形的,毁容的,形态畸形的肢体,手指融合,静止不动的画面,杂乱的背景,三条腿,背景人很多,倒着走"
1195
+ ],
1196
+ "color": "#322",
1197
+ "bgcolor": "#533"
1198
+ },
1199
+ {
1200
+ "id": 78,
1201
+ "type": "KSamplerAdvanced",
1202
+ "pos": [
1203
+ 1000,
1204
+ 140
1205
+ ],
1206
+ "size": [
1207
+ 304.748046875,
1208
+ 498.6905822753906
1209
+ ],
1210
+ "flags": {},
1211
+ "order": 27,
1212
+ "mode": 0,
1213
+ "inputs": [
1214
+ {
1215
+ "name": "model",
1216
+ "type": "MODEL",
1217
+ "link": 183
1218
+ },
1219
+ {
1220
+ "name": "positive",
1221
+ "type": "CONDITIONING",
1222
+ "link": 143
1223
+ },
1224
+ {
1225
+ "name": "negative",
1226
+ "type": "CONDITIONING",
1227
+ "link": 144
1228
+ },
1229
+ {
1230
+ "name": "latent_image",
1231
+ "type": "LATENT",
1232
+ "link": 145
1233
+ }
1234
+ ],
1235
+ "outputs": [
1236
+ {
1237
+ "name": "LATENT",
1238
+ "type": "LATENT",
1239
+ "links": [
1240
+ 157
1241
+ ]
1242
+ }
1243
+ ],
1244
+ "properties": {
1245
+ "Node name for S&R": "KSamplerAdvanced",
1246
+ "cnr_id": "comfy-core",
1247
+ "ver": "0.3.45"
1248
+ },
1249
+ "widgets_values": [
1250
+ "disable",
1251
+ 0,
1252
+ "fixed",
1253
+ 4,
1254
+ 1,
1255
+ "euler",
1256
+ "simple",
1257
+ 2,
1258
+ 4,
1259
+ "disable"
1260
+ ]
1261
+ },
1262
+ {
1263
+ "id": 81,
1264
+ "type": "KSamplerAdvanced",
1265
+ "pos": [
1266
+ 990,
1267
+ -250
1268
+ ],
1269
+ "size": [
1270
+ 300,
1271
+ 340
1272
+ ],
1273
+ "flags": {},
1274
+ "order": 25,
1275
+ "mode": 0,
1276
+ "inputs": [
1277
+ {
1278
+ "name": "model",
1279
+ "type": "MODEL",
1280
+ "link": 181
1281
+ },
1282
+ {
1283
+ "name": "positive",
1284
+ "type": "CONDITIONING",
1285
+ "link": 149
1286
+ },
1287
+ {
1288
+ "name": "negative",
1289
+ "type": "CONDITIONING",
1290
+ "link": 150
1291
+ },
1292
+ {
1293
+ "name": "latent_image",
1294
+ "type": "LATENT",
1295
+ "link": 151
1296
+ }
1297
+ ],
1298
+ "outputs": [
1299
+ {
1300
+ "name": "LATENT",
1301
+ "type": "LATENT",
1302
+ "links": [
1303
+ 145
1304
+ ]
1305
+ }
1306
+ ],
1307
+ "properties": {
1308
+ "Node name for S&R": "KSamplerAdvanced",
1309
+ "cnr_id": "comfy-core",
1310
+ "ver": "0.3.45"
1311
+ },
1312
+ "widgets_values": [
1313
+ "enable",
1314
+ 623604505552286,
1315
+ "randomize",
1316
+ 4,
1317
+ 1,
1318
+ "euler",
1319
+ "simple",
1320
+ 0,
1321
+ 2,
1322
+ "enable"
1323
+ ]
1324
+ },
1325
+ {
1326
+ "id": 89,
1327
+ "type": "CLIPTextEncode",
1328
+ "pos": [
1329
+ 440,
1330
+ 130
1331
+ ],
1332
+ "size": [
1333
+ 510,
1334
+ 160
1335
+ ],
1336
+ "flags": {},
1337
+ "order": 15,
1338
+ "mode": 0,
1339
+ "inputs": [
1340
+ {
1341
+ "name": "clip",
1342
+ "type": "CLIP",
1343
+ "link": 160
1344
+ }
1345
+ ],
1346
+ "outputs": [
1347
+ {
1348
+ "name": "CONDITIONING",
1349
+ "type": "CONDITIONING",
1350
+ "slot_index": 0,
1351
+ "links": [
1352
+ 143,
1353
+ 149
1354
+ ]
1355
+ }
1356
+ ],
1357
+ "title": "CLIP Text Encode (Positive Prompt)",
1358
+ "properties": {
1359
+ "Node name for S&R": "CLIPTextEncode",
1360
+ "cnr_id": "comfy-core",
1361
+ "ver": "0.3.45"
1362
+ },
1363
+ "widgets_values": [
1364
+ "Beautiful young European woman with honey blonde hair gracefully turning her head back over shoulder, gentle smile, bright eyes looking at camera. Hair flowing in slow motion as she turns. Soft natural lighting, clean background, cinematic slow-motion portrait."
1365
+ ],
1366
+ "color": "#232",
1367
+ "bgcolor": "#353"
1368
+ },
1369
+ {
1370
+ "id": 64,
1371
+ "type": "MarkdownNote",
1372
+ "pos": [
1373
+ -480,
1374
+ 320
1375
+ ],
1376
+ "size": [
1377
+ 490,
1378
+ 180
1379
+ ],
1380
+ "flags": {},
1381
+ "order": 11,
1382
+ "mode": 0,
1383
+ "inputs": [],
1384
+ "outputs": [],
1385
+ "title": "VRAM Usage",
1386
+ "properties": {
1387
+ "widget_ue_connectable": {}
1388
+ },
1389
+ "widgets_values": [
1390
+ "## GPU:RTX4090D 24GB\n\n| Model | Size |VRAM Usage | 1st Generation | 2nd Generation |\n|---------------------|-------|-----------|---------------|-----------------|\n| fp8_scaled |640*640| 84% | ≈ 536s | ≈ 513s |\n| fp8_scaled + 4steps LoRA | 640*640 | 89% | ≈ 108s | ≈ 71s |"
1391
+ ],
1392
+ "color": "#432",
1393
+ "bgcolor": "#653"
1394
+ },
1395
+ {
1396
+ "id": 106,
1397
+ "type": "MarkdownNote",
1398
+ "pos": [
1399
+ -340,
1400
+ 800
1401
+ ],
1402
+ "size": [
1403
+ 350,
1404
+ 150
1405
+ ],
1406
+ "flags": {},
1407
+ "order": 12,
1408
+ "mode": 0,
1409
+ "inputs": [],
1410
+ "outputs": [],
1411
+ "properties": {},
1412
+ "widgets_values": [
1413
+ "1. Box-select then use Ctrl + B to enable\n2. If you don't want to run both groups simultaneously, don't forget to use **Ctrl + B** to disable the **fp8_scaled + 4steps LoRA** group after enabling the **fp8_scaled** group, or try the [partial - execution](https://docs.comfy.org/interface/features/partial-execution) feature."
1414
+ ],
1415
+ "color": "#432",
1416
+ "bgcolor": "#653"
1417
+ },
1418
+ {
1419
+ "id": 62,
1420
+ "type": "MarkdownNote",
1421
+ "pos": [
1422
+ -470,
1423
+ -290
1424
+ ],
1425
+ "size": [
1426
+ 480,
1427
+ 550
1428
+ ],
1429
+ "flags": {},
1430
+ "order": 13,
1431
+ "mode": 0,
1432
+ "inputs": [],
1433
+ "outputs": [],
1434
+ "title": "Model Links",
1435
+ "properties": {},
1436
+ "widgets_values": [
1437
+ "[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_t2v_high_noise_14B_fp8_scaled.safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_t2v_high_noise_14B_fp8_scaled.safetensors)\n- [wan2.2_t2v_low_noise_14B_fp8_scaled.safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_t2v_low_noise_14B_fp8_scaled.safetensors)\n\n**LoRA**\n\n- [wan2.2_t2v_lightx2v_4steps_lora_v1.1_high_noise.safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/loras/wan2.2_t2v_lightx2v_4steps_lora_v1.1_high_noise.safetensors)\n- [wan2.2_t2v_lightx2v_4steps_lora_v1.1_low_noise.safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/loras/wan2.2_t2v_lightx2v_4steps_lora_v1.1_low_noise.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_t2v_low_noise_14B_fp8_scaled.safetensors\n│ │ └─── wan2.2_t2v_high_noise_14B_fp8_scaled.safetensors\n│ ├───📂 loras/\n│ │ ├───wan2.2_t2v_lightx2v_4steps_lora_v1.1_low_noise.safetensors\n│ │ └───wan2.2_t2v_lightx2v_4steps_lora_v1.1_high_noise.safetensors\n│ ├───📂 text_encoders/\n│ │ └─── umt5_xxl_fp8_e4m3fn_scaled.safetensors \n│ └───📂 vae/\n│ └── wan_2.1_vae.safetensors\n```\n"
1438
+ ],
1439
+ "color": "#432",
1440
+ "bgcolor": "#653"
1441
+ }
1442
+ ],
1443
+ "links": [
1444
+ [
1445
+ 141,
1446
+ 71,
1447
+ 0,
1448
+ 72,
1449
+ 0,
1450
+ "CLIP"
1451
+ ],
1452
+ [
1453
+ 143,
1454
+ 89,
1455
+ 0,
1456
+ 78,
1457
+ 1,
1458
+ "CONDITIONING"
1459
+ ],
1460
+ [
1461
+ 144,
1462
+ 72,
1463
+ 0,
1464
+ 78,
1465
+ 2,
1466
+ "CONDITIONING"
1467
+ ],
1468
+ [
1469
+ 145,
1470
+ 81,
1471
+ 0,
1472
+ 78,
1473
+ 3,
1474
+ "LATENT"
1475
+ ],
1476
+ [
1477
+ 147,
1478
+ 88,
1479
+ 0,
1480
+ 80,
1481
+ 0,
1482
+ "VIDEO"
1483
+ ],
1484
+ [
1485
+ 149,
1486
+ 89,
1487
+ 0,
1488
+ 81,
1489
+ 1,
1490
+ "CONDITIONING"
1491
+ ],
1492
+ [
1493
+ 150,
1494
+ 72,
1495
+ 0,
1496
+ 81,
1497
+ 2,
1498
+ "CONDITIONING"
1499
+ ],
1500
+ [
1501
+ 151,
1502
+ 74,
1503
+ 0,
1504
+ 81,
1505
+ 3,
1506
+ "LATENT"
1507
+ ],
1508
+ [
1509
+ 152,
1510
+ 83,
1511
+ 0,
1512
+ 82,
1513
+ 0,
1514
+ "MODEL"
1515
+ ],
1516
+ [
1517
+ 153,
1518
+ 75,
1519
+ 0,
1520
+ 83,
1521
+ 0,
1522
+ "MODEL"
1523
+ ],
1524
+ [
1525
+ 155,
1526
+ 76,
1527
+ 0,
1528
+ 85,
1529
+ 0,
1530
+ "MODEL"
1531
+ ],
1532
+ [
1533
+ 156,
1534
+ 85,
1535
+ 0,
1536
+ 86,
1537
+ 0,
1538
+ "MODEL"
1539
+ ],
1540
+ [
1541
+ 157,
1542
+ 78,
1543
+ 0,
1544
+ 87,
1545
+ 0,
1546
+ "LATENT"
1547
+ ],
1548
+ [
1549
+ 158,
1550
+ 73,
1551
+ 0,
1552
+ 87,
1553
+ 1,
1554
+ "VAE"
1555
+ ],
1556
+ [
1557
+ 159,
1558
+ 87,
1559
+ 0,
1560
+ 88,
1561
+ 0,
1562
+ "IMAGE"
1563
+ ],
1564
+ [
1565
+ 160,
1566
+ 71,
1567
+ 0,
1568
+ 89,
1569
+ 0,
1570
+ "CLIP"
1571
+ ],
1572
+ [
1573
+ 164,
1574
+ 90,
1575
+ 0,
1576
+ 91,
1577
+ 0,
1578
+ "CLIP"
1579
+ ],
1580
+ [
1581
+ 165,
1582
+ 101,
1583
+ 0,
1584
+ 93,
1585
+ 0,
1586
+ "MODEL"
1587
+ ],
1588
+ [
1589
+ 166,
1590
+ 102,
1591
+ 0,
1592
+ 94,
1593
+ 0,
1594
+ "MODEL"
1595
+ ],
1596
+ [
1597
+ 167,
1598
+ 94,
1599
+ 0,
1600
+ 95,
1601
+ 0,
1602
+ "MODEL"
1603
+ ],
1604
+ [
1605
+ 168,
1606
+ 99,
1607
+ 0,
1608
+ 95,
1609
+ 1,
1610
+ "CONDITIONING"
1611
+ ],
1612
+ [
1613
+ 169,
1614
+ 91,
1615
+ 0,
1616
+ 95,
1617
+ 2,
1618
+ "CONDITIONING"
1619
+ ],
1620
+ [
1621
+ 170,
1622
+ 96,
1623
+ 0,
1624
+ 95,
1625
+ 3,
1626
+ "LATENT"
1627
+ ],
1628
+ [
1629
+ 171,
1630
+ 93,
1631
+ 0,
1632
+ 96,
1633
+ 0,
1634
+ "MODEL"
1635
+ ],
1636
+ [
1637
+ 172,
1638
+ 99,
1639
+ 0,
1640
+ 96,
1641
+ 1,
1642
+ "CONDITIONING"
1643
+ ],
1644
+ [
1645
+ 173,
1646
+ 91,
1647
+ 0,
1648
+ 96,
1649
+ 2,
1650
+ "CONDITIONING"
1651
+ ],
1652
+ [
1653
+ 174,
1654
+ 104,
1655
+ 0,
1656
+ 96,
1657
+ 3,
1658
+ "LATENT"
1659
+ ],
1660
+ [
1661
+ 175,
1662
+ 95,
1663
+ 0,
1664
+ 97,
1665
+ 0,
1666
+ "LATENT"
1667
+ ],
1668
+ [
1669
+ 176,
1670
+ 92,
1671
+ 0,
1672
+ 97,
1673
+ 1,
1674
+ "VAE"
1675
+ ],
1676
+ [
1677
+ 177,
1678
+ 100,
1679
+ 0,
1680
+ 98,
1681
+ 0,
1682
+ "VIDEO"
1683
+ ],
1684
+ [
1685
+ 178,
1686
+ 90,
1687
+ 0,
1688
+ 99,
1689
+ 0,
1690
+ "CLIP"
1691
+ ],
1692
+ [
1693
+ 179,
1694
+ 97,
1695
+ 0,
1696
+ 100,
1697
+ 0,
1698
+ "IMAGE"
1699
+ ],
1700
+ [
1701
+ 181,
1702
+ 82,
1703
+ 0,
1704
+ 81,
1705
+ 0,
1706
+ "MODEL"
1707
+ ],
1708
+ [
1709
+ 183,
1710
+ 86,
1711
+ 0,
1712
+ 78,
1713
+ 0,
1714
+ "MODEL"
1715
+ ]
1716
+ ],
1717
+ "groups": [
1718
+ {
1719
+ "id": 6,
1720
+ "title": "Step3 Prompt",
1721
+ "bounding": [
1722
+ 430,
1723
+ 60,
1724
+ 530,
1725
+ 460
1726
+ ],
1727
+ "color": "#3f789e",
1728
+ "font_size": 24,
1729
+ "flags": {}
1730
+ },
1731
+ {
1732
+ "id": 7,
1733
+ "title": "Lightx2v 4steps LoRA",
1734
+ "bounding": [
1735
+ 430,
1736
+ -280,
1737
+ 530,
1738
+ 320
1739
+ ],
1740
+ "color": "#3f789e",
1741
+ "font_size": 24,
1742
+ "flags": {}
1743
+ },
1744
+ {
1745
+ "id": 8,
1746
+ "title": "Step1 - Load models",
1747
+ "bounding": [
1748
+ 40,
1749
+ 810,
1750
+ 371.0310363769531,
1751
+ 571.3974609375
1752
+ ],
1753
+ "color": "#3f789e",
1754
+ "font_size": 24,
1755
+ "flags": {}
1756
+ },
1757
+ {
1758
+ "id": 9,
1759
+ "title": "Step2 - Video size",
1760
+ "bounding": [
1761
+ 40,
1762
+ 1410,
1763
+ 367.5572814941406,
1764
+ 222.82713317871094
1765
+ ],
1766
+ "color": "#3f789e",
1767
+ "font_size": 24,
1768
+ "flags": {}
1769
+ },
1770
+ {
1771
+ "id": 10,
1772
+ "title": "Step3 Prompt",
1773
+ "bounding": [
1774
+ 430,
1775
+ 1170,
1776
+ 445.27801513671875,
1777
+ 464.2060852050781
1778
+ ],
1779
+ "color": "#3f789e",
1780
+ "font_size": 24,
1781
+ "flags": {}
1782
+ },
1783
+ {
1784
+ "id": 13,
1785
+ "title": "fp8_scaled + 4steps LoRA",
1786
+ "bounding": [
1787
+ 30,
1788
+ -320,
1789
+ 1910,
1790
+ 983.5999755859375
1791
+ ],
1792
+ "color": "#3f789e",
1793
+ "font_size": 24,
1794
+ "flags": {}
1795
+ },
1796
+ {
1797
+ "id": 11,
1798
+ "title": "Step1 - Load models",
1799
+ "bounding": [
1800
+ 40,
1801
+ -280,
1802
+ 366.7470703125,
1803
+ 563.5814208984375
1804
+ ],
1805
+ "color": "#3f789e",
1806
+ "font_size": 24,
1807
+ "flags": {}
1808
+ },
1809
+ {
1810
+ "id": 12,
1811
+ "title": "Step2 - Video size",
1812
+ "bounding": [
1813
+ 40,
1814
+ 300,
1815
+ 370,
1816
+ 230
1817
+ ],
1818
+ "color": "#3f789e",
1819
+ "font_size": 24,
1820
+ "flags": {}
1821
+ },
1822
+ {
1823
+ "id": 15,
1824
+ "title": "fp8_scaled",
1825
+ "bounding": [
1826
+ 30,
1827
+ 770,
1828
+ 1920,
1829
+ 1062.29052734375
842
1830
  ],
843
1831
  "color": "#3f789e",
844
1832
  "font_size": 24,
@@ -848,13 +1836,13 @@
848
1836
  "config": {},
849
1837
  "extra": {
850
1838
  "ds": {
851
- "scale": 0.6303940863128874,
1839
+ "scale": 1.6350799082657999,
852
1840
  "offset": [
853
- 585.6357806792323,
854
- 108.32328975294354
1841
+ 761.1486420967243,
1842
+ 340.14670648070984
855
1843
  ]
856
1844
  },
857
- "frontendVersion": "1.25.3",
1845
+ "frontendVersion": "1.26.0",
858
1846
  "VHS_latentpreview": false,
859
1847
  "VHS_latentpreviewrate": 0,
860
1848
  "VHS_MetadataImage": true,