comfyui-workflow-templates 0.1.91__py3-none-any.whl → 0.1.92__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 +977 -0
  20. {comfyui_workflow_templates-0.1.91.dist-info → comfyui_workflow_templates-0.1.92.dist-info}/METADATA +1 -1
  21. {comfyui_workflow_templates-0.1.91.dist-info → comfyui_workflow_templates-0.1.92.dist-info}/RECORD +24 -15
  22. {comfyui_workflow_templates-0.1.91.dist-info → comfyui_workflow_templates-0.1.92.dist-info}/WHEEL +0 -0
  23. {comfyui_workflow_templates-0.1.91.dist-info → comfyui_workflow_templates-0.1.92.dist-info}/licenses/LICENSE +0 -0
  24. {comfyui_workflow_templates-0.1.91.dist-info → comfyui_workflow_templates-0.1.92.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,977 @@
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
+ "cnr_id": "comfy-core",
327
+ "ver": "0.3.62"
328
+ },
329
+ "widgets_values": [
330
+ "ComfyUI",
331
+ 16,
332
+ true,
333
+ 80,
334
+ "default"
335
+ ]
336
+ },
337
+ {
338
+ "id": 6,
339
+ "type": "CLIPTextEncode",
340
+ "pos": [
341
+ 160,
342
+ 130
343
+ ],
344
+ "size": [
345
+ 422.84503173828125,
346
+ 164.31304931640625
347
+ ],
348
+ "flags": {},
349
+ "order": 8,
350
+ "mode": 0,
351
+ "inputs": [
352
+ {
353
+ "name": "clip",
354
+ "type": "CLIP",
355
+ "link": 118
356
+ }
357
+ ],
358
+ "outputs": [
359
+ {
360
+ "name": "CONDITIONING",
361
+ "type": "CONDITIONING",
362
+ "slot_index": 0,
363
+ "links": [
364
+ 46
365
+ ]
366
+ }
367
+ ],
368
+ "title": "CLIP Text Encode (Positive Prompt)",
369
+ "properties": {
370
+ "Node name for S&R": "CLIPTextEncode",
371
+ "cnr_id": "comfy-core",
372
+ "ver": "0.3.62"
373
+ },
374
+ "widgets_values": [
375
+ "\"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"
376
+ ],
377
+ "color": "#232",
378
+ "bgcolor": "#353"
379
+ },
380
+ {
381
+ "id": 40,
382
+ "type": "EmptyHunyuanLatentVideo",
383
+ "pos": [
384
+ 200,
385
+ -100
386
+ ],
387
+ "size": [
388
+ 315,
389
+ 130
390
+ ],
391
+ "flags": {},
392
+ "order": 0,
393
+ "mode": 0,
394
+ "inputs": [],
395
+ "outputs": [
396
+ {
397
+ "name": "LATENT",
398
+ "type": "LATENT",
399
+ "slot_index": 0,
400
+ "links": [
401
+ 91
402
+ ]
403
+ }
404
+ ],
405
+ "properties": {
406
+ "Node name for S&R": "EmptyHunyuanLatentVideo",
407
+ "cnr_id": "comfy-core",
408
+ "ver": "0.3.62"
409
+ },
410
+ "widgets_values": [
411
+ 832,
412
+ 480,
413
+ 33,
414
+ 1
415
+ ]
416
+ },
417
+ {
418
+ "id": 37,
419
+ "type": "UNETLoader",
420
+ "pos": [
421
+ -260,
422
+ -100
423
+ ],
424
+ "size": [
425
+ 370,
426
+ 82
427
+ ],
428
+ "flags": {},
429
+ "order": 1,
430
+ "mode": 0,
431
+ "inputs": [],
432
+ "outputs": [
433
+ {
434
+ "name": "MODEL",
435
+ "type": "MODEL",
436
+ "slot_index": 0,
437
+ "links": [
438
+ 142
439
+ ]
440
+ }
441
+ ],
442
+ "title": "Load Wan 2.1 t2v 14B",
443
+ "properties": {
444
+ "Node name for S&R": "UNETLoader",
445
+ "cnr_id": "comfy-core",
446
+ "ver": "0.3.62",
447
+ "models": [
448
+ {
449
+ "name": "wan2.1_t2v_14B_fp8_scaled.safetensors",
450
+ "url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_t2v_14B_fp8_scaled.safetensors",
451
+ "directory": "diffusion_models"
452
+ }
453
+ ]
454
+ },
455
+ "widgets_values": [
456
+ "wan2.1_t2v_14B_fp8_scaled.safetensors",
457
+ "default"
458
+ ]
459
+ },
460
+ {
461
+ "id": 38,
462
+ "type": "CLIPLoader",
463
+ "pos": [
464
+ -260,
465
+ 310
466
+ ],
467
+ "size": [
468
+ 370,
469
+ 106
470
+ ],
471
+ "flags": {},
472
+ "order": 2,
473
+ "mode": 0,
474
+ "inputs": [],
475
+ "outputs": [
476
+ {
477
+ "name": "CLIP",
478
+ "type": "CLIP",
479
+ "slot_index": 0,
480
+ "links": [
481
+ 117,
482
+ 118
483
+ ]
484
+ }
485
+ ],
486
+ "title": "Load Text Encoder",
487
+ "properties": {
488
+ "Node name for S&R": "CLIPLoader",
489
+ "cnr_id": "comfy-core",
490
+ "ver": "0.3.62",
491
+ "models": [
492
+ {
493
+ "name": "umt5_xxl_fp8_e4m3fn_scaled.safetensors",
494
+ "url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors",
495
+ "directory": "text_encoders"
496
+ }
497
+ ]
498
+ },
499
+ "widgets_values": [
500
+ "umt5_xxl_fp8_e4m3fn_scaled.safetensors",
501
+ "wan",
502
+ "default"
503
+ ]
504
+ },
505
+ {
506
+ "id": 65,
507
+ "type": "LoraLoaderModelOnly",
508
+ "pos": [
509
+ -260,
510
+ 170
511
+ ],
512
+ "size": [
513
+ 370,
514
+ 82
515
+ ],
516
+ "flags": {},
517
+ "order": 9,
518
+ "mode": 0,
519
+ "inputs": [
520
+ {
521
+ "name": "model",
522
+ "type": "MODEL",
523
+ "link": 143
524
+ }
525
+ ],
526
+ "outputs": [
527
+ {
528
+ "name": "MODEL",
529
+ "type": "MODEL",
530
+ "links": [
531
+ 144
532
+ ]
533
+ }
534
+ ],
535
+ "properties": {
536
+ "Node name for S&R": "LoraLoaderModelOnly",
537
+ "cnr_id": "comfy-core",
538
+ "ver": "0.3.62",
539
+ "models": [
540
+ {
541
+ "name": "epoch-13-1500_changed.safetensors",
542
+ "url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/loras/epoch-13-1500_changed.safetensors",
543
+ "directory": "loras"
544
+ }
545
+ ]
546
+ },
547
+ "widgets_values": [
548
+ "epoch-13-1500_changed.safetensors",
549
+ 1
550
+ ]
551
+ },
552
+ {
553
+ "id": 39,
554
+ "type": "VAELoader",
555
+ "pos": [
556
+ -260,
557
+ 650
558
+ ],
559
+ "size": [
560
+ 370,
561
+ 58
562
+ ],
563
+ "flags": {},
564
+ "order": 3,
565
+ "mode": 0,
566
+ "inputs": [],
567
+ "outputs": [
568
+ {
569
+ "name": "VAE",
570
+ "type": "VAE",
571
+ "slot_index": 0,
572
+ "links": [
573
+ 76
574
+ ]
575
+ }
576
+ ],
577
+ "properties": {
578
+ "Node name for S&R": "VAELoader",
579
+ "cnr_id": "comfy-core",
580
+ "ver": "0.3.62",
581
+ "models": [
582
+ {
583
+ "name": "wan_alpha_2.1_vae_rgb_channel.safetensors",
584
+ "url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/vae/wan_alpha_2.1_vae_rgb_channel.safetensors",
585
+ "directory": "vae"
586
+ }
587
+ ]
588
+ },
589
+ "widgets_values": [
590
+ "wan_alpha_2.1_vae_rgb_channel.safetensors"
591
+ ]
592
+ },
593
+ {
594
+ "id": 51,
595
+ "type": "VAELoader",
596
+ "pos": [
597
+ -260,
598
+ 780
599
+ ],
600
+ "size": [
601
+ 370,
602
+ 58
603
+ ],
604
+ "flags": {},
605
+ "order": 4,
606
+ "mode": 0,
607
+ "inputs": [],
608
+ "outputs": [
609
+ {
610
+ "name": "VAE",
611
+ "type": "VAE",
612
+ "slot_index": 0,
613
+ "links": [
614
+ 107
615
+ ]
616
+ }
617
+ ],
618
+ "properties": {
619
+ "Node name for S&R": "VAELoader",
620
+ "cnr_id": "comfy-core",
621
+ "ver": "0.3.62",
622
+ "models": [
623
+ {
624
+ "name": "wan_alpha_2.1_vae_alpha_channel.safetensors",
625
+ "url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/vae/wan_alpha_2.1_vae_alpha_channel.safetensors",
626
+ "directory": "vae"
627
+ }
628
+ ]
629
+ },
630
+ "widgets_values": [
631
+ "wan_alpha_2.1_vae_alpha_channel.safetensors"
632
+ ]
633
+ },
634
+ {
635
+ "id": 48,
636
+ "type": "ModelSamplingSD3",
637
+ "pos": [
638
+ 620,
639
+ -130
640
+ ],
641
+ "size": [
642
+ 310,
643
+ 58
644
+ ],
645
+ "flags": {},
646
+ "order": 10,
647
+ "mode": 0,
648
+ "inputs": [
649
+ {
650
+ "name": "model",
651
+ "type": "MODEL",
652
+ "link": 144
653
+ }
654
+ ],
655
+ "outputs": [
656
+ {
657
+ "name": "MODEL",
658
+ "type": "MODEL",
659
+ "slot_index": 0,
660
+ "links": [
661
+ 95
662
+ ]
663
+ }
664
+ ],
665
+ "properties": {
666
+ "Node name for S&R": "ModelSamplingSD3",
667
+ "cnr_id": "comfy-core",
668
+ "ver": "0.3.62"
669
+ },
670
+ "widgets_values": [
671
+ 5
672
+ ]
673
+ },
674
+ {
675
+ "id": 3,
676
+ "type": "KSampler",
677
+ "pos": [
678
+ 620,
679
+ -30
680
+ ],
681
+ "size": [
682
+ 310,
683
+ 550
684
+ ],
685
+ "flags": {},
686
+ "order": 11,
687
+ "mode": 0,
688
+ "inputs": [
689
+ {
690
+ "name": "model",
691
+ "type": "MODEL",
692
+ "link": 95
693
+ },
694
+ {
695
+ "name": "positive",
696
+ "type": "CONDITIONING",
697
+ "link": 46
698
+ },
699
+ {
700
+ "name": "negative",
701
+ "type": "CONDITIONING",
702
+ "link": 52
703
+ },
704
+ {
705
+ "name": "latent_image",
706
+ "type": "LATENT",
707
+ "link": 91
708
+ }
709
+ ],
710
+ "outputs": [
711
+ {
712
+ "name": "LATENT",
713
+ "type": "LATENT",
714
+ "slot_index": 0,
715
+ "links": [
716
+ 35,
717
+ 108
718
+ ]
719
+ }
720
+ ],
721
+ "properties": {
722
+ "Node name for S&R": "KSampler",
723
+ "cnr_id": "comfy-core",
724
+ "ver": "0.3.62"
725
+ },
726
+ "widgets_values": [
727
+ 558449140107503,
728
+ "randomize",
729
+ 4,
730
+ 1,
731
+ "uni_pc",
732
+ "simple",
733
+ 1
734
+ ]
735
+ },
736
+ {
737
+ "id": 88,
738
+ "type": "MarkdownNote",
739
+ "pos": [
740
+ -820,
741
+ -140
742
+ ],
743
+ "size": [
744
+ 530,
745
+ 430
746
+ ],
747
+ "flags": {},
748
+ "order": 5,
749
+ "mode": 0,
750
+ "inputs": [],
751
+ "outputs": [],
752
+ "title": "Note: Model links",
753
+ "properties": {},
754
+ "widgets_values": [
755
+ "**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- [epoch-13-1500_changed.safetensors ](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/loras/epoch-13-1500_changed.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│ │ └─── epoch-13-1500_changed.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"
756
+ ],
757
+ "color": "#432",
758
+ "bgcolor": "#653"
759
+ }
760
+ ],
761
+ "links": [
762
+ [
763
+ 35,
764
+ 3,
765
+ 0,
766
+ 8,
767
+ 0,
768
+ "LATENT"
769
+ ],
770
+ [
771
+ 46,
772
+ 6,
773
+ 0,
774
+ 3,
775
+ 1,
776
+ "CONDITIONING"
777
+ ],
778
+ [
779
+ 52,
780
+ 7,
781
+ 0,
782
+ 3,
783
+ 2,
784
+ "CONDITIONING"
785
+ ],
786
+ [
787
+ 76,
788
+ 39,
789
+ 0,
790
+ 8,
791
+ 1,
792
+ "VAE"
793
+ ],
794
+ [
795
+ 91,
796
+ 40,
797
+ 0,
798
+ 3,
799
+ 3,
800
+ "LATENT"
801
+ ],
802
+ [
803
+ 95,
804
+ 48,
805
+ 0,
806
+ 3,
807
+ 0,
808
+ "MODEL"
809
+ ],
810
+ [
811
+ 107,
812
+ 51,
813
+ 0,
814
+ 52,
815
+ 1,
816
+ "VAE"
817
+ ],
818
+ [
819
+ 108,
820
+ 3,
821
+ 0,
822
+ 52,
823
+ 0,
824
+ "LATENT"
825
+ ],
826
+ [
827
+ 117,
828
+ 38,
829
+ 0,
830
+ 7,
831
+ 0,
832
+ "CLIP"
833
+ ],
834
+ [
835
+ 118,
836
+ 38,
837
+ 0,
838
+ 6,
839
+ 0,
840
+ "CLIP"
841
+ ],
842
+ [
843
+ 142,
844
+ 37,
845
+ 0,
846
+ 59,
847
+ 0,
848
+ "MODEL"
849
+ ],
850
+ [
851
+ 143,
852
+ 59,
853
+ 0,
854
+ 65,
855
+ 0,
856
+ "MODEL"
857
+ ],
858
+ [
859
+ 144,
860
+ 65,
861
+ 0,
862
+ 48,
863
+ 0,
864
+ "MODEL"
865
+ ],
866
+ [
867
+ 162,
868
+ 52,
869
+ 0,
870
+ 82,
871
+ 0,
872
+ "IMAGE"
873
+ ],
874
+ [
875
+ 169,
876
+ 82,
877
+ 0,
878
+ 84,
879
+ 0,
880
+ "MASK"
881
+ ],
882
+ [
883
+ 173,
884
+ 8,
885
+ 0,
886
+ 86,
887
+ 0,
888
+ "IMAGE"
889
+ ],
890
+ [
891
+ 175,
892
+ 84,
893
+ 0,
894
+ 86,
895
+ 1,
896
+ "MASK"
897
+ ],
898
+ [
899
+ 176,
900
+ 86,
901
+ 0,
902
+ 80,
903
+ 0,
904
+ "IMAGE"
905
+ ]
906
+ ],
907
+ "groups": [
908
+ {
909
+ "id": 1,
910
+ "title": "Step 3 - Prompt",
911
+ "bounding": [
912
+ 140,
913
+ 60,
914
+ 452.84503173828125,
915
+ 474.2060852050781
916
+ ],
917
+ "color": "#3f789e",
918
+ "font_size": 24,
919
+ "flags": {}
920
+ },
921
+ {
922
+ "id": 2,
923
+ "title": "Step2 - Video Size",
924
+ "bounding": [
925
+ 140,
926
+ -170,
927
+ 450,
928
+ 220
929
+ ],
930
+ "color": "#3f789e",
931
+ "font_size": 24,
932
+ "flags": {}
933
+ },
934
+ {
935
+ "id": 3,
936
+ "title": "Step 1- Load models",
937
+ "bounding": [
938
+ -270,
939
+ -170,
940
+ 390,
941
+ 1030
942
+ ],
943
+ "color": "#3f789e",
944
+ "font_size": 24,
945
+ "flags": {}
946
+ },
947
+ {
948
+ "id": 4,
949
+ "title": "Decoding",
950
+ "bounding": [
951
+ 140,
952
+ 550,
953
+ 800,
954
+ 300
955
+ ],
956
+ "color": "#3f789e",
957
+ "font_size": 24,
958
+ "flags": {}
959
+ }
960
+ ],
961
+ "config": {},
962
+ "extra": {
963
+ "ds": {
964
+ "scale": 0.2972161239909181,
965
+ "offset": [
966
+ 1967.958868802114,
967
+ 2009.7632457170964
968
+ ]
969
+ },
970
+ "frontendVersion": "1.28.5",
971
+ "VHS_latentpreview": false,
972
+ "VHS_latentpreviewrate": 0,
973
+ "VHS_MetadataImage": true,
974
+ "VHS_KeepIntermediate": true
975
+ },
976
+ "version": 0.4
977
+ }