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
@@ -1,55 +1,74 @@
1
1
  {
2
- "last_node_id": 48,
3
- "last_link_id": 95,
2
+ "id": "21720dda-bf84-4f0a-8469-a681c80e302e",
3
+ "revision": 0,
4
+ "last_node_id": 50,
5
+ "last_link_id": 97,
4
6
  "nodes": [
5
7
  {
6
- "id": 8,
7
- "type": "VAEDecode",
8
- "pos": [1210, 190],
9
- "size": [210, 46],
8
+ "id": 38,
9
+ "type": "CLIPLoader",
10
+ "pos": [
11
+ -120,
12
+ 170
13
+ ],
14
+ "size": [
15
+ 390,
16
+ 106
17
+ ],
10
18
  "flags": {},
11
- "order": 8,
19
+ "order": 0,
12
20
  "mode": 0,
13
- "inputs": [
14
- {
15
- "name": "samples",
16
- "type": "LATENT",
17
- "link": 35
18
- },
19
- {
20
- "name": "vae",
21
- "type": "VAE",
22
- "link": 76
23
- }
24
- ],
21
+ "inputs": [],
25
22
  "outputs": [
26
23
  {
27
- "name": "IMAGE",
28
- "type": "IMAGE",
29
- "links": [56, 93],
30
- "slot_index": 0
24
+ "name": "CLIP",
25
+ "type": "CLIP",
26
+ "slot_index": 0,
27
+ "links": [
28
+ 74,
29
+ 75
30
+ ]
31
31
  }
32
32
  ],
33
33
  "properties": {
34
- "Node name for S&R": "VAEDecode"
34
+ "Node name for S&R": "CLIPLoader",
35
+ "models": [
36
+ {
37
+ "name": "umt5_xxl_fp8_e4m3fn_scaled.safetensors",
38
+ "url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors?download=true",
39
+ "directory": "text_encoders"
40
+ }
41
+ ]
35
42
  },
36
- "widgets_values": []
43
+ "widgets_values": [
44
+ "umt5_xxl_fp8_e4m3fn_scaled.safetensors",
45
+ "wan",
46
+ "default"
47
+ ]
37
48
  },
38
49
  {
39
50
  "id": 39,
40
51
  "type": "VAELoader",
41
- "pos": [866.3932495117188, 499.18597412109375],
42
- "size": [306.36004638671875, 58],
52
+ "pos": [
53
+ -120,
54
+ 320
55
+ ],
56
+ "size": [
57
+ 390,
58
+ 60
59
+ ],
43
60
  "flags": {},
44
- "order": 0,
61
+ "order": 1,
45
62
  "mode": 0,
46
63
  "inputs": [],
47
64
  "outputs": [
48
65
  {
49
66
  "name": "VAE",
50
67
  "type": "VAE",
51
- "links": [76],
52
- "slot_index": 0
68
+ "slot_index": 0,
69
+ "links": [
70
+ 76
71
+ ]
53
72
  }
54
73
  ],
55
74
  "properties": {
@@ -62,143 +81,262 @@
62
81
  }
63
82
  ]
64
83
  },
65
- "widgets_values": ["wan_2.1_vae.safetensors"]
84
+ "widgets_values": [
85
+ "wan_2.1_vae.safetensors"
86
+ ]
66
87
  },
67
88
  {
68
- "id": 28,
69
- "type": "SaveAnimatedWEBP",
70
- "pos": [1460, 190],
71
- "size": [870.8511352539062, 643.7430419921875],
89
+ "id": 7,
90
+ "type": "CLIPTextEncode",
91
+ "pos": [
92
+ 310,
93
+ 250
94
+ ],
95
+ "size": [
96
+ 425.27801513671875,
97
+ 180.6060791015625
98
+ ],
72
99
  "flags": {},
73
- "order": 9,
100
+ "order": 5,
74
101
  "mode": 0,
75
102
  "inputs": [
76
103
  {
77
- "name": "images",
78
- "type": "IMAGE",
79
- "link": 56
104
+ "name": "clip",
105
+ "type": "CLIP",
106
+ "link": 75
80
107
  }
81
108
  ],
82
- "outputs": [],
83
- "properties": {},
84
- "widgets_values": ["ComfyUI", 16, false, 90, "default", ""]
109
+ "outputs": [
110
+ {
111
+ "name": "CONDITIONING",
112
+ "type": "CONDITIONING",
113
+ "slot_index": 0,
114
+ "links": [
115
+ 52
116
+ ]
117
+ }
118
+ ],
119
+ "title": "CLIP Text Encode (Negative Prompt)",
120
+ "properties": {
121
+ "Node name for S&R": "CLIPTextEncode"
122
+ },
123
+ "widgets_values": [
124
+ "色调艳丽,过曝,静态,细节模糊不清,字幕,风格,作品,画作,画面,静止,整体发灰,最差质量,低质量,JPEG压缩残留,丑陋的,残缺的,多余的手指,画得不好的手部,画得不好的脸部,畸形的,毁容的,形态畸形的肢体,手指融合,静止不动的画面,杂乱的背景,三条腿,背景人很多,倒着走"
125
+ ],
126
+ "color": "#322",
127
+ "bgcolor": "#533"
85
128
  },
86
129
  {
87
- "id": 7,
130
+ "id": 6,
88
131
  "type": "CLIPTextEncode",
89
- "pos": [413, 389],
90
- "size": [425.27801513671875, 180.6060791015625],
132
+ "pos": [
133
+ 310,
134
+ 40
135
+ ],
136
+ "size": [
137
+ 422.84503173828125,
138
+ 164.31304931640625
139
+ ],
91
140
  "flags": {},
92
- "order": 5,
141
+ "order": 4,
93
142
  "mode": 0,
94
143
  "inputs": [
95
144
  {
96
145
  "name": "clip",
97
146
  "type": "CLIP",
98
- "link": 75
147
+ "link": 74
99
148
  }
100
149
  ],
101
150
  "outputs": [
102
151
  {
103
152
  "name": "CONDITIONING",
104
153
  "type": "CONDITIONING",
105
- "links": [52],
106
- "slot_index": 0
154
+ "slot_index": 0,
155
+ "links": [
156
+ 46
157
+ ]
107
158
  }
108
159
  ],
109
- "title": "CLIP Text Encode (Negative Prompt)",
160
+ "title": "CLIP Text Encode (Positive Prompt)",
110
161
  "properties": {
111
162
  "Node name for S&R": "CLIPTextEncode"
112
163
  },
113
164
  "widgets_values": [
114
- "色调艳丽,过曝,静态,细节模糊不清,字幕,风格,作品,画作,画面,静止,整体发灰,最差质量,低质量,JPEG压缩残留,丑陋的,残缺的,多余的手指,画得不好的手部,画得不好的脸部,畸形的,毁容的,形态畸形的肢体,手指融合,静止不动的画面,杂乱的背景,三条腿,背景人很多,倒着走"
165
+ "a fox moving quickly in a beautiful winter scenery nature trees mountains daytime tracking camera"
115
166
  ],
116
- "color": "#322",
117
- "bgcolor": "#533"
167
+ "color": "#232",
168
+ "bgcolor": "#353"
118
169
  },
119
170
  {
120
- "id": 38,
121
- "type": "CLIPLoader",
122
- "pos": [12.94982624053955, 184.6981658935547],
123
- "size": [390, 82],
171
+ "id": 37,
172
+ "type": "UNETLoader",
173
+ "pos": [
174
+ -120,
175
+ 40
176
+ ],
177
+ "size": [
178
+ 390,
179
+ 82
180
+ ],
124
181
  "flags": {},
125
- "order": 1,
182
+ "order": 2,
126
183
  "mode": 0,
127
184
  "inputs": [],
128
185
  "outputs": [
129
186
  {
130
- "name": "CLIP",
131
- "type": "CLIP",
132
- "links": [74, 75],
133
- "slot_index": 0
187
+ "name": "MODEL",
188
+ "type": "MODEL",
189
+ "slot_index": 0,
190
+ "links": [
191
+ 94
192
+ ]
134
193
  }
135
194
  ],
136
195
  "properties": {
137
- "Node name for S&R": "CLIPLoader",
196
+ "Node name for S&R": "UNETLoader",
138
197
  "models": [
139
198
  {
140
- "name": "umt5_xxl_fp8_e4m3fn_scaled.safetensors",
141
- "url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors?download=true",
142
- "directory": "text_encoders"
199
+ "name": "wan2.1_t2v_1.3B_fp16.safetensors",
200
+ "url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_t2v_1.3B_fp16.safetensors?download=true",
201
+ "directory": "diffusion_models"
143
202
  }
144
203
  ]
145
204
  },
146
205
  "widgets_values": [
147
- "umt5_xxl_fp8_e4m3fn_scaled.safetensors",
148
- "wan",
206
+ "wan2.1_t2v_1.3B_fp16.safetensors",
149
207
  "default"
150
208
  ]
151
209
  },
152
210
  {
153
211
  "id": 40,
154
212
  "type": "EmptyHunyuanLatentVideo",
155
- "pos": [520, 620],
156
- "size": [315, 130],
213
+ "pos": [
214
+ -80,
215
+ 490
216
+ ],
217
+ "size": [
218
+ 315,
219
+ 130
220
+ ],
157
221
  "flags": {},
158
- "order": 2,
222
+ "order": 3,
159
223
  "mode": 0,
160
224
  "inputs": [],
161
225
  "outputs": [
162
226
  {
163
227
  "name": "LATENT",
164
228
  "type": "LATENT",
165
- "links": [91],
166
- "slot_index": 0
229
+ "slot_index": 0,
230
+ "links": [
231
+ 91
232
+ ]
167
233
  }
168
234
  ],
169
235
  "properties": {
170
236
  "Node name for S&R": "EmptyHunyuanLatentVideo"
171
237
  },
172
- "widgets_values": [832, 480, 33, 1]
238
+ "widgets_values": [
239
+ 832,
240
+ 480,
241
+ 33,
242
+ 1
243
+ ]
244
+ },
245
+ {
246
+ "id": 8,
247
+ "type": "VAEDecode",
248
+ "pos": [
249
+ 1100,
250
+ 40
251
+ ],
252
+ "size": [
253
+ 210,
254
+ 46
255
+ ],
256
+ "flags": {},
257
+ "order": 8,
258
+ "mode": 0,
259
+ "inputs": [
260
+ {
261
+ "name": "samples",
262
+ "type": "LATENT",
263
+ "link": 35
264
+ },
265
+ {
266
+ "name": "vae",
267
+ "type": "VAE",
268
+ "link": 76
269
+ }
270
+ ],
271
+ "outputs": [
272
+ {
273
+ "name": "IMAGE",
274
+ "type": "IMAGE",
275
+ "slot_index": 0,
276
+ "links": [
277
+ 96
278
+ ]
279
+ }
280
+ ],
281
+ "properties": {
282
+ "Node name for S&R": "VAEDecode"
283
+ },
284
+ "widgets_values": []
173
285
  },
174
286
  {
175
- "id": 47,
176
- "type": "SaveWEBM",
177
- "pos": [2367.213134765625, 193.6114959716797],
178
- "size": [315, 130],
287
+ "id": 49,
288
+ "type": "CreateVideo",
289
+ "pos": [
290
+ 1110,
291
+ 140
292
+ ],
293
+ "size": [
294
+ 270,
295
+ 78
296
+ ],
179
297
  "flags": {},
180
- "order": 10,
181
- "mode": 4,
298
+ "order": 9,
299
+ "mode": 0,
182
300
  "inputs": [
183
301
  {
184
302
  "name": "images",
185
303
  "type": "IMAGE",
186
- "link": 93
304
+ "link": 96
305
+ },
306
+ {
307
+ "name": "audio",
308
+ "shape": 7,
309
+ "type": "AUDIO",
310
+ "link": null
311
+ }
312
+ ],
313
+ "outputs": [
314
+ {
315
+ "name": "VIDEO",
316
+ "type": "VIDEO",
317
+ "links": [
318
+ 97
319
+ ]
187
320
  }
188
321
  ],
189
- "outputs": [],
190
322
  "properties": {
191
- "Node name for S&R": "SaveWEBM",
192
- "cnr_id": "comfy-core",
193
- "ver": "0.3.26"
323
+ "Node name for S&R": "CreateVideo"
194
324
  },
195
- "widgets_values": ["ComfyUI", "vp9", 24, 32]
325
+ "widgets_values": [
326
+ 16
327
+ ]
196
328
  },
197
329
  {
198
330
  "id": 3,
199
331
  "type": "KSampler",
200
- "pos": [863, 187],
201
- "size": [315, 262],
332
+ "pos": [
333
+ 770,
334
+ 160
335
+ ],
336
+ "size": [
337
+ 315,
338
+ 262
339
+ ],
202
340
  "flags": {},
203
341
  "order": 7,
204
342
  "mode": 0,
@@ -228,8 +366,10 @@
228
366
  {
229
367
  "name": "LATENT",
230
368
  "type": "LATENT",
231
- "links": [35],
232
- "slot_index": 0
369
+ "slot_index": 0,
370
+ "links": [
371
+ 35
372
+ ]
233
373
  }
234
374
  ],
235
375
  "properties": {
@@ -245,11 +385,48 @@
245
385
  1
246
386
  ]
247
387
  },
388
+ {
389
+ "id": 50,
390
+ "type": "SaveVideo",
391
+ "pos": [
392
+ 1110,
393
+ 270
394
+ ],
395
+ "size": [
396
+ 480,
397
+ 440
398
+ ],
399
+ "flags": {},
400
+ "order": 10,
401
+ "mode": 0,
402
+ "inputs": [
403
+ {
404
+ "name": "video",
405
+ "type": "VIDEO",
406
+ "link": 97
407
+ }
408
+ ],
409
+ "outputs": [],
410
+ "properties": {
411
+ "Node name for S&R": "SaveVideo"
412
+ },
413
+ "widgets_values": [
414
+ "video/ComfyUI",
415
+ "auto",
416
+ "auto"
417
+ ]
418
+ },
248
419
  {
249
420
  "id": 48,
250
421
  "type": "ModelSamplingSD3",
251
- "pos": [440, 50],
252
- "size": [210, 58],
422
+ "pos": [
423
+ 770,
424
+ 40
425
+ ],
426
+ "size": [
427
+ 210,
428
+ 58
429
+ ],
253
430
  "flags": {},
254
431
  "order": 6,
255
432
  "mode": 0,
@@ -264,98 +441,161 @@
264
441
  {
265
442
  "name": "MODEL",
266
443
  "type": "MODEL",
267
- "links": [95],
268
- "slot_index": 0
444
+ "slot_index": 0,
445
+ "links": [
446
+ 95
447
+ ]
269
448
  }
270
449
  ],
271
450
  "properties": {
272
451
  "Node name for S&R": "ModelSamplingSD3"
273
452
  },
274
- "widgets_values": [8]
275
- },
453
+ "widgets_values": [
454
+ 8
455
+ ]
456
+ }
457
+ ],
458
+ "links": [
459
+ [
460
+ 35,
461
+ 3,
462
+ 0,
463
+ 8,
464
+ 0,
465
+ "LATENT"
466
+ ],
467
+ [
468
+ 46,
469
+ 6,
470
+ 0,
471
+ 3,
472
+ 1,
473
+ "CONDITIONING"
474
+ ],
475
+ [
476
+ 52,
477
+ 7,
478
+ 0,
479
+ 3,
480
+ 2,
481
+ "CONDITIONING"
482
+ ],
483
+ [
484
+ 74,
485
+ 38,
486
+ 0,
487
+ 6,
488
+ 0,
489
+ "CLIP"
490
+ ],
491
+ [
492
+ 75,
493
+ 38,
494
+ 0,
495
+ 7,
496
+ 0,
497
+ "CLIP"
498
+ ],
499
+ [
500
+ 76,
501
+ 39,
502
+ 0,
503
+ 8,
504
+ 1,
505
+ "VAE"
506
+ ],
507
+ [
508
+ 91,
509
+ 40,
510
+ 0,
511
+ 3,
512
+ 3,
513
+ "LATENT"
514
+ ],
515
+ [
516
+ 94,
517
+ 37,
518
+ 0,
519
+ 48,
520
+ 0,
521
+ "MODEL"
522
+ ],
523
+ [
524
+ 95,
525
+ 48,
526
+ 0,
527
+ 3,
528
+ 0,
529
+ "MODEL"
530
+ ],
531
+ [
532
+ 96,
533
+ 8,
534
+ 0,
535
+ 49,
536
+ 0,
537
+ "IMAGE"
538
+ ],
539
+ [
540
+ 97,
541
+ 49,
542
+ 0,
543
+ 50,
544
+ 0,
545
+ "VIDEO"
546
+ ]
547
+ ],
548
+ "groups": [
276
549
  {
277
- "id": 37,
278
- "type": "UNETLoader",
279
- "pos": [20, 40],
280
- "size": [346.7470703125, 82],
281
- "flags": {},
282
- "order": 3,
283
- "mode": 0,
284
- "inputs": [],
285
- "outputs": [
286
- {
287
- "name": "MODEL",
288
- "type": "MODEL",
289
- "links": [94],
290
- "slot_index": 0
291
- }
550
+ "id": 1,
551
+ "title": "Step 3 - Prompt",
552
+ "bounding": [
553
+ 300,
554
+ -30,
555
+ 445.27801513671875,
556
+ 474.2060852050781
292
557
  ],
293
- "properties": {
294
- "Node name for S&R": "UNETLoader",
295
- "models": [
296
- {
297
- "name": "wan2.1_t2v_1.3B_fp16.safetensors",
298
- "url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/diffusion_models/wan2.1_t2v_1.3B_fp16.safetensors?download=true",
299
- "directory": "diffusion_models"
300
- }
301
- ]
302
- },
303
- "widgets_values": ["wan2.1_t2v_1.3B_fp16.safetensors", "default"]
558
+ "color": "#3f789e",
559
+ "font_size": 24,
560
+ "flags": {}
304
561
  },
305
562
  {
306
- "id": 6,
307
- "type": "CLIPTextEncode",
308
- "pos": [415, 186],
309
- "size": [422.84503173828125, 164.31304931640625],
310
- "flags": {},
311
- "order": 4,
312
- "mode": 0,
313
- "inputs": [
314
- {
315
- "name": "clip",
316
- "type": "CLIP",
317
- "link": 74
318
- }
563
+ "id": 2,
564
+ "title": "Step1 - Load models",
565
+ "bounding": [
566
+ -130,
567
+ -30,
568
+ 410,
569
+ 423.6000061035156
319
570
  ],
320
- "outputs": [
321
- {
322
- "name": "CONDITIONING",
323
- "type": "CONDITIONING",
324
- "links": [46],
325
- "slot_index": 0
326
- }
327
- ],
328
- "title": "CLIP Text Encode (Positive Prompt)",
329
- "properties": {
330
- "Node name for S&R": "CLIPTextEncode"
331
- },
332
- "widgets_values": [
333
- "a fox moving quickly in a beautiful winter scenery nature trees mountains daytime tracking camera"
571
+ "color": "#3f789e",
572
+ "font_size": 24,
573
+ "flags": {}
574
+ },
575
+ {
576
+ "id": 3,
577
+ "title": "Step2 - Video size",
578
+ "bounding": [
579
+ -130,
580
+ 410,
581
+ 410,
582
+ 220
334
583
  ],
335
- "color": "#232",
336
- "bgcolor": "#353"
584
+ "color": "#3f789e",
585
+ "font_size": 24,
586
+ "flags": {}
337
587
  }
338
588
  ],
339
- "links": [
340
- [35, 3, 0, 8, 0, "LATENT"],
341
- [46, 6, 0, 3, 1, "CONDITIONING"],
342
- [52, 7, 0, 3, 2, "CONDITIONING"],
343
- [56, 8, 0, 28, 0, "IMAGE"],
344
- [74, 38, 0, 6, 0, "CLIP"],
345
- [75, 38, 0, 7, 0, "CLIP"],
346
- [76, 39, 0, 8, 1, "VAE"],
347
- [91, 40, 0, 3, 3, "LATENT"],
348
- [93, 8, 0, 47, 0, "IMAGE"],
349
- [94, 37, 0, 48, 0, "MODEL"],
350
- [95, 48, 0, 3, 0, "MODEL"]
351
- ],
352
- "groups": [],
353
589
  "config": {},
354
590
  "extra": {
355
591
  "ds": {
356
- "scale": 1.1167815779425205,
357
- "offset": [-5.675057867608515, 8.013751263058214]
358
- }
592
+ "scale": 0.5730855330117052,
593
+ "offset": [
594
+ 463.72322466466267,
595
+ 287.3842608756025
596
+ ]
597
+ },
598
+ "frontendVersion": "1.25.3"
359
599
  },
360
600
  "version": 0.4
361
- }
601
+ }