comfyui-workflow-templates 0.1.91__py3-none-any.whl → 0.1.93__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 (24) hide show
  1. comfyui_workflow_templates/templates/api_bytedance_flf2v-1.webp +0 -0
  2. comfyui_workflow_templates/templates/api_bytedance_flf2v.json +269 -0
  3. comfyui_workflow_templates/templates/api_bytedance_image_to_video-1.webp +0 -0
  4. comfyui_workflow_templates/templates/api_bytedance_image_to_video.json +208 -0
  5. comfyui_workflow_templates/templates/api_bytedance_text_to_video-1.webp +0 -0
  6. comfyui_workflow_templates/templates/api_bytedance_text_to_video.json +144 -0
  7. comfyui_workflow_templates/templates/api_kling_i2v.json +66 -58
  8. comfyui_workflow_templates/templates/api_wan_text_to_image-1.webp +0 -0
  9. comfyui_workflow_templates/templates/index.es.json +501 -285
  10. comfyui_workflow_templates/templates/index.fr.json +501 -285
  11. comfyui_workflow_templates/templates/index.ja.json +501 -285
  12. comfyui_workflow_templates/templates/index.json +555 -339
  13. comfyui_workflow_templates/templates/index.ko.json +501 -285
  14. comfyui_workflow_templates/templates/index.ru.json +501 -285
  15. comfyui_workflow_templates/templates/index.schema.json +4 -0
  16. comfyui_workflow_templates/templates/index.zh-TW.json +501 -285
  17. comfyui_workflow_templates/templates/index.zh.json +501 -285
  18. comfyui_workflow_templates/templates/video_wan2.1_alpha_t2v_14B-1.webp +0 -0
  19. comfyui_workflow_templates/templates/video_wan2.1_alpha_t2v_14B.json +978 -0
  20. {comfyui_workflow_templates-0.1.91.dist-info → comfyui_workflow_templates-0.1.93.dist-info}/METADATA +1 -1
  21. {comfyui_workflow_templates-0.1.91.dist-info → comfyui_workflow_templates-0.1.93.dist-info}/RECORD +24 -15
  22. {comfyui_workflow_templates-0.1.91.dist-info → comfyui_workflow_templates-0.1.93.dist-info}/WHEEL +0 -0
  23. {comfyui_workflow_templates-0.1.91.dist-info → comfyui_workflow_templates-0.1.93.dist-info}/licenses/LICENSE +0 -0
  24. {comfyui_workflow_templates-0.1.91.dist-info → comfyui_workflow_templates-0.1.93.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,978 @@
1
+ {
2
+ "id": "c265fdcc-11cd-4a1d-9a0d-bc37c45667d6",
3
+ "revision": 0,
4
+ "last_node_id": 91,
5
+ "last_link_id": 178,
6
+ "nodes": [
7
+ {
8
+ "id": 82,
9
+ "type": "ImageToMask",
10
+ "pos": [
11
+ 640,
12
+ 780
13
+ ],
14
+ "size": [
15
+ 270,
16
+ 58
17
+ ],
18
+ "flags": {},
19
+ "order": 14,
20
+ "mode": 0,
21
+ "inputs": [
22
+ {
23
+ "name": "image",
24
+ "type": "IMAGE",
25
+ "link": 162
26
+ }
27
+ ],
28
+ "outputs": [
29
+ {
30
+ "name": "MASK",
31
+ "type": "MASK",
32
+ "links": [
33
+ 169
34
+ ]
35
+ }
36
+ ],
37
+ "properties": {
38
+ "Node name for S&R": "ImageToMask",
39
+ "cnr_id": "comfy-core",
40
+ "ver": "0.3.62"
41
+ },
42
+ "widgets_values": [
43
+ "red"
44
+ ]
45
+ },
46
+ {
47
+ "id": 59,
48
+ "type": "LoraLoaderModelOnly",
49
+ "pos": [
50
+ -260,
51
+ 40
52
+ ],
53
+ "size": [
54
+ 370,
55
+ 82
56
+ ],
57
+ "flags": {},
58
+ "order": 6,
59
+ "mode": 0,
60
+ "inputs": [
61
+ {
62
+ "name": "model",
63
+ "type": "MODEL",
64
+ "link": 142
65
+ }
66
+ ],
67
+ "outputs": [
68
+ {
69
+ "name": "MODEL",
70
+ "type": "MODEL",
71
+ "links": [
72
+ 143
73
+ ]
74
+ }
75
+ ],
76
+ "properties": {
77
+ "Node name for S&R": "LoraLoaderModelOnly",
78
+ "cnr_id": "comfy-core",
79
+ "ver": "0.3.62",
80
+ "models": [
81
+ {
82
+ "name": "lightx2v_T2V_14B_cfg_step_distill_v2_lora_rank64_bf16.safetensors",
83
+ "url": "https://huggingface.co/Kijai/WanVideo_comfy/resolve/main/Lightx2v/lightx2v_T2V_14B_cfg_step_distill_v2_lora_rank64_bf16.safetensors",
84
+ "directory": "loras"
85
+ }
86
+ ]
87
+ },
88
+ "widgets_values": [
89
+ "lightx2v_T2V_14B_cfg_step_distill_v2_lora_rank64_bf16.safetensors",
90
+ 1
91
+ ]
92
+ },
93
+ {
94
+ "id": 84,
95
+ "type": "InvertMask",
96
+ "pos": [
97
+ 640,
98
+ 710
99
+ ],
100
+ "size": [
101
+ 270,
102
+ 26
103
+ ],
104
+ "flags": {},
105
+ "order": 15,
106
+ "mode": 0,
107
+ "inputs": [
108
+ {
109
+ "name": "mask",
110
+ "type": "MASK",
111
+ "link": 169
112
+ }
113
+ ],
114
+ "outputs": [
115
+ {
116
+ "name": "MASK",
117
+ "type": "MASK",
118
+ "links": [
119
+ 175
120
+ ]
121
+ }
122
+ ],
123
+ "properties": {
124
+ "Node name for S&R": "InvertMask",
125
+ "cnr_id": "comfy-core",
126
+ "ver": "0.3.62"
127
+ },
128
+ "widgets_values": []
129
+ },
130
+ {
131
+ "id": 8,
132
+ "type": "VAEDecode",
133
+ "pos": [
134
+ 150,
135
+ 650
136
+ ],
137
+ "size": [
138
+ 210,
139
+ 46
140
+ ],
141
+ "flags": {},
142
+ "order": 12,
143
+ "mode": 0,
144
+ "inputs": [
145
+ {
146
+ "name": "samples",
147
+ "type": "LATENT",
148
+ "link": 35
149
+ },
150
+ {
151
+ "name": "vae",
152
+ "type": "VAE",
153
+ "link": 76
154
+ }
155
+ ],
156
+ "outputs": [
157
+ {
158
+ "name": "IMAGE",
159
+ "type": "IMAGE",
160
+ "slot_index": 0,
161
+ "links": [
162
+ 173
163
+ ]
164
+ }
165
+ ],
166
+ "title": "RGB VAE Decode",
167
+ "properties": {
168
+ "Node name for S&R": "VAEDecode",
169
+ "cnr_id": "comfy-core",
170
+ "ver": "0.3.62"
171
+ },
172
+ "widgets_values": []
173
+ },
174
+ {
175
+ "id": 52,
176
+ "type": "VAEDecode",
177
+ "pos": [
178
+ 150,
179
+ 770
180
+ ],
181
+ "size": [
182
+ 210,
183
+ 46
184
+ ],
185
+ "flags": {},
186
+ "order": 13,
187
+ "mode": 0,
188
+ "inputs": [
189
+ {
190
+ "name": "samples",
191
+ "type": "LATENT",
192
+ "link": 108
193
+ },
194
+ {
195
+ "name": "vae",
196
+ "type": "VAE",
197
+ "link": 107
198
+ }
199
+ ],
200
+ "outputs": [
201
+ {
202
+ "name": "IMAGE",
203
+ "type": "IMAGE",
204
+ "slot_index": 0,
205
+ "links": [
206
+ 162
207
+ ]
208
+ }
209
+ ],
210
+ "title": "Alpha VAE Decode",
211
+ "properties": {
212
+ "Node name for S&R": "VAEDecode",
213
+ "cnr_id": "comfy-core",
214
+ "ver": "0.3.62"
215
+ },
216
+ "widgets_values": []
217
+ },
218
+ {
219
+ "id": 86,
220
+ "type": "JoinImageWithAlpha",
221
+ "pos": [
222
+ 640,
223
+ 620
224
+ ],
225
+ "size": [
226
+ 270,
227
+ 46
228
+ ],
229
+ "flags": {},
230
+ "order": 16,
231
+ "mode": 0,
232
+ "inputs": [
233
+ {
234
+ "name": "image",
235
+ "type": "IMAGE",
236
+ "link": 173
237
+ },
238
+ {
239
+ "name": "alpha",
240
+ "type": "MASK",
241
+ "link": 175
242
+ }
243
+ ],
244
+ "outputs": [
245
+ {
246
+ "name": "IMAGE",
247
+ "type": "IMAGE",
248
+ "links": [
249
+ 176
250
+ ]
251
+ }
252
+ ],
253
+ "properties": {
254
+ "Node name for S&R": "JoinImageWithAlpha",
255
+ "cnr_id": "comfy-core",
256
+ "ver": "0.3.62"
257
+ },
258
+ "widgets_values": []
259
+ },
260
+ {
261
+ "id": 7,
262
+ "type": "CLIPTextEncode",
263
+ "pos": [
264
+ 150,
265
+ 340
266
+ ],
267
+ "size": [
268
+ 425.27801513671875,
269
+ 180.6060791015625
270
+ ],
271
+ "flags": {},
272
+ "order": 7,
273
+ "mode": 0,
274
+ "inputs": [
275
+ {
276
+ "name": "clip",
277
+ "type": "CLIP",
278
+ "link": 117
279
+ }
280
+ ],
281
+ "outputs": [
282
+ {
283
+ "name": "CONDITIONING",
284
+ "type": "CONDITIONING",
285
+ "slot_index": 0,
286
+ "links": [
287
+ 52
288
+ ]
289
+ }
290
+ ],
291
+ "title": "CLIP Text Encode (Negative Prompt) Useless s",
292
+ "properties": {
293
+ "Node name for S&R": "CLIPTextEncode",
294
+ "cnr_id": "comfy-core",
295
+ "ver": "0.3.62"
296
+ },
297
+ "widgets_values": [
298
+ "色调艳丽,过曝,静态,细节模糊不清,字幕,风格,作品,画作,画面,静止,整体发灰,最差质量,低质量,JPEG压缩残留,丑陋的,残缺的,多余的手指,画得不好的手部,画得不好的脸部,畸形的,毁容的,形态畸形的肢体,手指融合,静止不动的画面,杂乱的背景,三条腿,背景人很多,倒着走"
299
+ ],
300
+ "color": "#322",
301
+ "bgcolor": "#533"
302
+ },
303
+ {
304
+ "id": 80,
305
+ "type": "SaveAnimatedWEBP",
306
+ "pos": [
307
+ 970,
308
+ -130
309
+ ],
310
+ "size": [
311
+ 1020,
312
+ 1166
313
+ ],
314
+ "flags": {},
315
+ "order": 17,
316
+ "mode": 0,
317
+ "inputs": [
318
+ {
319
+ "name": "images",
320
+ "type": "IMAGE",
321
+ "link": 176
322
+ }
323
+ ],
324
+ "outputs": [],
325
+ "properties": {
326
+ "Node name for S&R": "SaveAnimatedWEBP",
327
+ "cnr_id": "comfy-core",
328
+ "ver": "0.3.62"
329
+ },
330
+ "widgets_values": [
331
+ "ComfyUI",
332
+ 16,
333
+ true,
334
+ 80,
335
+ "default"
336
+ ]
337
+ },
338
+ {
339
+ "id": 6,
340
+ "type": "CLIPTextEncode",
341
+ "pos": [
342
+ 160,
343
+ 130
344
+ ],
345
+ "size": [
346
+ 422.84503173828125,
347
+ 164.31304931640625
348
+ ],
349
+ "flags": {},
350
+ "order": 8,
351
+ "mode": 0,
352
+ "inputs": [
353
+ {
354
+ "name": "clip",
355
+ "type": "CLIP",
356
+ "link": 118
357
+ }
358
+ ],
359
+ "outputs": [
360
+ {
361
+ "name": "CONDITIONING",
362
+ "type": "CONDITIONING",
363
+ "slot_index": 0,
364
+ "links": [
365
+ 46
366
+ ]
367
+ }
368
+ ],
369
+ "title": "CLIP Text Encode (Positive Prompt)",
370
+ "properties": {
371
+ "Node name for S&R": "CLIPTextEncode",
372
+ "cnr_id": "comfy-core",
373
+ "ver": "0.3.62"
374
+ },
375
+ "widgets_values": [
376
+ "\"Medium shot. A little girl holds a bubble wand and blows out colorful bubbles that float and pop in the air. The background of this video is transparent. Realistic style.\"\t"
377
+ ],
378
+ "color": "#232",
379
+ "bgcolor": "#353"
380
+ },
381
+ {
382
+ "id": 40,
383
+ "type": "EmptyHunyuanLatentVideo",
384
+ "pos": [
385
+ 200,
386
+ -100
387
+ ],
388
+ "size": [
389
+ 315,
390
+ 130
391
+ ],
392
+ "flags": {},
393
+ "order": 0,
394
+ "mode": 0,
395
+ "inputs": [],
396
+ "outputs": [
397
+ {
398
+ "name": "LATENT",
399
+ "type": "LATENT",
400
+ "slot_index": 0,
401
+ "links": [
402
+ 91
403
+ ]
404
+ }
405
+ ],
406
+ "properties": {
407
+ "Node name for S&R": "EmptyHunyuanLatentVideo",
408
+ "cnr_id": "comfy-core",
409
+ "ver": "0.3.62"
410
+ },
411
+ "widgets_values": [
412
+ 832,
413
+ 480,
414
+ 33,
415
+ 1
416
+ ]
417
+ },
418
+ {
419
+ "id": 37,
420
+ "type": "UNETLoader",
421
+ "pos": [
422
+ -260,
423
+ -100
424
+ ],
425
+ "size": [
426
+ 370,
427
+ 82
428
+ ],
429
+ "flags": {},
430
+ "order": 1,
431
+ "mode": 0,
432
+ "inputs": [],
433
+ "outputs": [
434
+ {
435
+ "name": "MODEL",
436
+ "type": "MODEL",
437
+ "slot_index": 0,
438
+ "links": [
439
+ 142
440
+ ]
441
+ }
442
+ ],
443
+ "title": "Load Wan 2.1 t2v 14B",
444
+ "properties": {
445
+ "Node name for S&R": "UNETLoader",
446
+ "cnr_id": "comfy-core",
447
+ "ver": "0.3.62",
448
+ "models": [
449
+ {
450
+ "name": "wan2.1_t2v_14B_fp8_scaled.safetensors",
451
+ "url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_t2v_14B_fp8_scaled.safetensors",
452
+ "directory": "diffusion_models"
453
+ }
454
+ ]
455
+ },
456
+ "widgets_values": [
457
+ "wan2.1_t2v_14B_fp8_scaled.safetensors",
458
+ "default"
459
+ ]
460
+ },
461
+ {
462
+ "id": 38,
463
+ "type": "CLIPLoader",
464
+ "pos": [
465
+ -260,
466
+ 310
467
+ ],
468
+ "size": [
469
+ 370,
470
+ 106
471
+ ],
472
+ "flags": {},
473
+ "order": 2,
474
+ "mode": 0,
475
+ "inputs": [],
476
+ "outputs": [
477
+ {
478
+ "name": "CLIP",
479
+ "type": "CLIP",
480
+ "slot_index": 0,
481
+ "links": [
482
+ 117,
483
+ 118
484
+ ]
485
+ }
486
+ ],
487
+ "title": "Load Text Encoder",
488
+ "properties": {
489
+ "Node name for S&R": "CLIPLoader",
490
+ "cnr_id": "comfy-core",
491
+ "ver": "0.3.62",
492
+ "models": [
493
+ {
494
+ "name": "umt5_xxl_fp8_e4m3fn_scaled.safetensors",
495
+ "url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors",
496
+ "directory": "text_encoders"
497
+ }
498
+ ]
499
+ },
500
+ "widgets_values": [
501
+ "umt5_xxl_fp8_e4m3fn_scaled.safetensors",
502
+ "wan",
503
+ "default"
504
+ ]
505
+ },
506
+ {
507
+ "id": 65,
508
+ "type": "LoraLoaderModelOnly",
509
+ "pos": [
510
+ -260,
511
+ 170
512
+ ],
513
+ "size": [
514
+ 370,
515
+ 82
516
+ ],
517
+ "flags": {},
518
+ "order": 9,
519
+ "mode": 0,
520
+ "inputs": [
521
+ {
522
+ "name": "model",
523
+ "type": "MODEL",
524
+ "link": 143
525
+ }
526
+ ],
527
+ "outputs": [
528
+ {
529
+ "name": "MODEL",
530
+ "type": "MODEL",
531
+ "links": [
532
+ 144
533
+ ]
534
+ }
535
+ ],
536
+ "properties": {
537
+ "Node name for S&R": "LoraLoaderModelOnly",
538
+ "cnr_id": "comfy-core",
539
+ "ver": "0.3.62",
540
+ "models": [
541
+ {
542
+ "name": "wan_alpha_2.1_rgba_lora.safetensors",
543
+ "url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/loras/wan_alpha_2.1_rgba_lora.safetensors",
544
+ "directory": "loras"
545
+ }
546
+ ]
547
+ },
548
+ "widgets_values": [
549
+ "wan_alpha_2.1_rgba_lora.safetensors",
550
+ 1
551
+ ]
552
+ },
553
+ {
554
+ "id": 39,
555
+ "type": "VAELoader",
556
+ "pos": [
557
+ -260,
558
+ 650
559
+ ],
560
+ "size": [
561
+ 370,
562
+ 58
563
+ ],
564
+ "flags": {},
565
+ "order": 3,
566
+ "mode": 0,
567
+ "inputs": [],
568
+ "outputs": [
569
+ {
570
+ "name": "VAE",
571
+ "type": "VAE",
572
+ "slot_index": 0,
573
+ "links": [
574
+ 76
575
+ ]
576
+ }
577
+ ],
578
+ "properties": {
579
+ "Node name for S&R": "VAELoader",
580
+ "cnr_id": "comfy-core",
581
+ "ver": "0.3.62",
582
+ "models": [
583
+ {
584
+ "name": "wan_alpha_2.1_vae_rgb_channel.safetensors",
585
+ "url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/vae/wan_alpha_2.1_vae_rgb_channel.safetensors",
586
+ "directory": "vae"
587
+ }
588
+ ]
589
+ },
590
+ "widgets_values": [
591
+ "wan_alpha_2.1_vae_rgb_channel.safetensors"
592
+ ]
593
+ },
594
+ {
595
+ "id": 51,
596
+ "type": "VAELoader",
597
+ "pos": [
598
+ -260,
599
+ 780
600
+ ],
601
+ "size": [
602
+ 370,
603
+ 58
604
+ ],
605
+ "flags": {},
606
+ "order": 4,
607
+ "mode": 0,
608
+ "inputs": [],
609
+ "outputs": [
610
+ {
611
+ "name": "VAE",
612
+ "type": "VAE",
613
+ "slot_index": 0,
614
+ "links": [
615
+ 107
616
+ ]
617
+ }
618
+ ],
619
+ "properties": {
620
+ "Node name for S&R": "VAELoader",
621
+ "cnr_id": "comfy-core",
622
+ "ver": "0.3.62",
623
+ "models": [
624
+ {
625
+ "name": "wan_alpha_2.1_vae_alpha_channel.safetensors",
626
+ "url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/vae/wan_alpha_2.1_vae_alpha_channel.safetensors",
627
+ "directory": "vae"
628
+ }
629
+ ]
630
+ },
631
+ "widgets_values": [
632
+ "wan_alpha_2.1_vae_alpha_channel.safetensors"
633
+ ]
634
+ },
635
+ {
636
+ "id": 48,
637
+ "type": "ModelSamplingSD3",
638
+ "pos": [
639
+ 620,
640
+ -130
641
+ ],
642
+ "size": [
643
+ 310,
644
+ 58
645
+ ],
646
+ "flags": {},
647
+ "order": 10,
648
+ "mode": 0,
649
+ "inputs": [
650
+ {
651
+ "name": "model",
652
+ "type": "MODEL",
653
+ "link": 144
654
+ }
655
+ ],
656
+ "outputs": [
657
+ {
658
+ "name": "MODEL",
659
+ "type": "MODEL",
660
+ "slot_index": 0,
661
+ "links": [
662
+ 95
663
+ ]
664
+ }
665
+ ],
666
+ "properties": {
667
+ "Node name for S&R": "ModelSamplingSD3",
668
+ "cnr_id": "comfy-core",
669
+ "ver": "0.3.62"
670
+ },
671
+ "widgets_values": [
672
+ 5
673
+ ]
674
+ },
675
+ {
676
+ "id": 3,
677
+ "type": "KSampler",
678
+ "pos": [
679
+ 620,
680
+ -30
681
+ ],
682
+ "size": [
683
+ 310,
684
+ 550
685
+ ],
686
+ "flags": {},
687
+ "order": 11,
688
+ "mode": 0,
689
+ "inputs": [
690
+ {
691
+ "name": "model",
692
+ "type": "MODEL",
693
+ "link": 95
694
+ },
695
+ {
696
+ "name": "positive",
697
+ "type": "CONDITIONING",
698
+ "link": 46
699
+ },
700
+ {
701
+ "name": "negative",
702
+ "type": "CONDITIONING",
703
+ "link": 52
704
+ },
705
+ {
706
+ "name": "latent_image",
707
+ "type": "LATENT",
708
+ "link": 91
709
+ }
710
+ ],
711
+ "outputs": [
712
+ {
713
+ "name": "LATENT",
714
+ "type": "LATENT",
715
+ "slot_index": 0,
716
+ "links": [
717
+ 35,
718
+ 108
719
+ ]
720
+ }
721
+ ],
722
+ "properties": {
723
+ "Node name for S&R": "KSampler",
724
+ "cnr_id": "comfy-core",
725
+ "ver": "0.3.62"
726
+ },
727
+ "widgets_values": [
728
+ 558449140107503,
729
+ "randomize",
730
+ 4,
731
+ 1,
732
+ "uni_pc",
733
+ "simple",
734
+ 1
735
+ ]
736
+ },
737
+ {
738
+ "id": 88,
739
+ "type": "MarkdownNote",
740
+ "pos": [
741
+ -820,
742
+ -140
743
+ ],
744
+ "size": [
745
+ 530,
746
+ 430
747
+ ],
748
+ "flags": {},
749
+ "order": 5,
750
+ "mode": 0,
751
+ "inputs": [],
752
+ "outputs": [],
753
+ "title": "Note: Model links",
754
+ "properties": {},
755
+ "widgets_values": [
756
+ "**Diffusion Model**\n- [wan2.1_t2v_14B_fp8_scaled.safetensors](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_t2v_14B_fp8_scaled.safetensors)\n\n**LoRA**\n- [lightx2v_T2V_14B_cfg_step_distill_v2_lora_rank64_bf16.safetensors](https://huggingface.co/Kijai/WanVideo_comfy/resolve/main/Lightx2v/lightx2v_T2V_14B_cfg_step_distill_v2_lora_rank64_bf16.safetensors)\n- [wan_alpha_2.1_rgba_lora.safetensors](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/loras/wan_alpha_2.1_rgba_lora.safetensors)\n\n**VAE**\n- [wan_alpha_2.1_vae_rgb_channel.safetensors](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/vae/wan_alpha_2.1_vae_rgb_channel.safetensors)\n-[wan_alpha_2.1_vae_alpha_channel.safetensors](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/vae/wan_alpha_2.1_vae_alpha_channel.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.1_t2v_14B_fp8_scaled.safetensors\n│ ├───📂 loras/\n│ │ ├───lightx2v_T2V_14B_cfg_step_distill_v2_lora_rank64_bf16.safetensors\n│ │ └─── wan_alpha_2.1_rgba_lora.safetensors\n│ ├───📂 text_encoders/\n│ │ └─── umt5_xxl_fp8_e4m3fn_scaled.safetensors \n│ └───📂 vae/\n│ │ ├── wan_alpha_2.1_vae_rgb_channel.safetensors\n│ └── wan_alpha_2.1_vae_alpha_channel.safetensors\n```\n"
757
+ ],
758
+ "color": "#432",
759
+ "bgcolor": "#653"
760
+ }
761
+ ],
762
+ "links": [
763
+ [
764
+ 35,
765
+ 3,
766
+ 0,
767
+ 8,
768
+ 0,
769
+ "LATENT"
770
+ ],
771
+ [
772
+ 46,
773
+ 6,
774
+ 0,
775
+ 3,
776
+ 1,
777
+ "CONDITIONING"
778
+ ],
779
+ [
780
+ 52,
781
+ 7,
782
+ 0,
783
+ 3,
784
+ 2,
785
+ "CONDITIONING"
786
+ ],
787
+ [
788
+ 76,
789
+ 39,
790
+ 0,
791
+ 8,
792
+ 1,
793
+ "VAE"
794
+ ],
795
+ [
796
+ 91,
797
+ 40,
798
+ 0,
799
+ 3,
800
+ 3,
801
+ "LATENT"
802
+ ],
803
+ [
804
+ 95,
805
+ 48,
806
+ 0,
807
+ 3,
808
+ 0,
809
+ "MODEL"
810
+ ],
811
+ [
812
+ 107,
813
+ 51,
814
+ 0,
815
+ 52,
816
+ 1,
817
+ "VAE"
818
+ ],
819
+ [
820
+ 108,
821
+ 3,
822
+ 0,
823
+ 52,
824
+ 0,
825
+ "LATENT"
826
+ ],
827
+ [
828
+ 117,
829
+ 38,
830
+ 0,
831
+ 7,
832
+ 0,
833
+ "CLIP"
834
+ ],
835
+ [
836
+ 118,
837
+ 38,
838
+ 0,
839
+ 6,
840
+ 0,
841
+ "CLIP"
842
+ ],
843
+ [
844
+ 142,
845
+ 37,
846
+ 0,
847
+ 59,
848
+ 0,
849
+ "MODEL"
850
+ ],
851
+ [
852
+ 143,
853
+ 59,
854
+ 0,
855
+ 65,
856
+ 0,
857
+ "MODEL"
858
+ ],
859
+ [
860
+ 144,
861
+ 65,
862
+ 0,
863
+ 48,
864
+ 0,
865
+ "MODEL"
866
+ ],
867
+ [
868
+ 162,
869
+ 52,
870
+ 0,
871
+ 82,
872
+ 0,
873
+ "IMAGE"
874
+ ],
875
+ [
876
+ 169,
877
+ 82,
878
+ 0,
879
+ 84,
880
+ 0,
881
+ "MASK"
882
+ ],
883
+ [
884
+ 173,
885
+ 8,
886
+ 0,
887
+ 86,
888
+ 0,
889
+ "IMAGE"
890
+ ],
891
+ [
892
+ 175,
893
+ 84,
894
+ 0,
895
+ 86,
896
+ 1,
897
+ "MASK"
898
+ ],
899
+ [
900
+ 176,
901
+ 86,
902
+ 0,
903
+ 80,
904
+ 0,
905
+ "IMAGE"
906
+ ]
907
+ ],
908
+ "groups": [
909
+ {
910
+ "id": 1,
911
+ "title": "Step 3 - Prompt",
912
+ "bounding": [
913
+ 140,
914
+ 60,
915
+ 452.84503173828125,
916
+ 474.2060852050781
917
+ ],
918
+ "color": "#3f789e",
919
+ "font_size": 24,
920
+ "flags": {}
921
+ },
922
+ {
923
+ "id": 2,
924
+ "title": "Step2 - Video Size",
925
+ "bounding": [
926
+ 140,
927
+ -170,
928
+ 450,
929
+ 220
930
+ ],
931
+ "color": "#3f789e",
932
+ "font_size": 24,
933
+ "flags": {}
934
+ },
935
+ {
936
+ "id": 3,
937
+ "title": "Step 1- Load models",
938
+ "bounding": [
939
+ -270,
940
+ -170,
941
+ 390,
942
+ 1030
943
+ ],
944
+ "color": "#3f789e",
945
+ "font_size": 24,
946
+ "flags": {}
947
+ },
948
+ {
949
+ "id": 4,
950
+ "title": "Decoding",
951
+ "bounding": [
952
+ 140,
953
+ 550,
954
+ 800,
955
+ 300
956
+ ],
957
+ "color": "#3f789e",
958
+ "font_size": 24,
959
+ "flags": {}
960
+ }
961
+ ],
962
+ "config": {},
963
+ "extra": {
964
+ "ds": {
965
+ "scale": 0.9327915175521261,
966
+ "offset": [
967
+ 1090.674730838124,
968
+ 455.28160325837456
969
+ ]
970
+ },
971
+ "frontendVersion": "1.28.6",
972
+ "VHS_latentpreview": false,
973
+ "VHS_latentpreviewrate": 0,
974
+ "VHS_MetadataImage": true,
975
+ "VHS_KeepIntermediate": true
976
+ },
977
+ "version": 0.4
978
+ }