comfyui-workflow-templates 0.1.45__py3-none-any.whl → 0.1.47__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 (31) hide show
  1. comfyui_workflow_templates/templates/hunyuan_video_text_to_video-1.webp +0 -0
  2. comfyui_workflow_templates/templates/hunyuan_video_text_to_video.json +689 -312
  3. comfyui_workflow_templates/templates/image_to_video-1.webp +0 -0
  4. comfyui_workflow_templates/templates/image_to_video.json +390 -161
  5. comfyui_workflow_templates/templates/image_to_video_wan.json +610 -271
  6. comfyui_workflow_templates/templates/index.json +12 -0
  7. comfyui_workflow_templates/templates/index.schema.json +19 -0
  8. comfyui_workflow_templates/templates/ltxv_image_to_video-1.webp +0 -0
  9. comfyui_workflow_templates/templates/ltxv_image_to_video.json +676 -274
  10. comfyui_workflow_templates/templates/ltxv_text_to_video-1.webp +0 -0
  11. comfyui_workflow_templates/templates/ltxv_text_to_video.json +547 -203
  12. comfyui_workflow_templates/templates/mochi_text_to_video_example-1.webp +0 -0
  13. comfyui_workflow_templates/templates/mochi_text_to_video_example.json +433 -170
  14. comfyui_workflow_templates/templates/text_to_video_wan.json +409 -169
  15. comfyui_workflow_templates/templates/txt_to_image_to_video.json +556 -223
  16. comfyui_workflow_templates/templates/video_wan2_2_14B_flf2v-1.webp +0 -0
  17. comfyui_workflow_templates/templates/video_wan2_2_14B_flf2v-2.webp +0 -0
  18. comfyui_workflow_templates/templates/video_wan2_2_14B_flf2v.json +1090 -0
  19. comfyui_workflow_templates/templates/video_wan2_2_14B_i2v.json +41 -17
  20. comfyui_workflow_templates/templates/video_wan2_2_14B_t2v.json +41 -17
  21. comfyui_workflow_templates/templates/wan2.1_flf2v_720_f16.json +567 -182
  22. comfyui_workflow_templates/templates/wan2.1_fun_control-1.webp +0 -0
  23. comfyui_workflow_templates/templates/wan2.1_fun_control-2.webp +0 -0
  24. comfyui_workflow_templates/templates/wan2.1_fun_control.json +168 -110
  25. comfyui_workflow_templates/templates/wan2.1_fun_inp-1.webp +0 -0
  26. comfyui_workflow_templates/templates/wan2.1_fun_inp.json +470 -418
  27. {comfyui_workflow_templates-0.1.45.dist-info → comfyui_workflow_templates-0.1.47.dist-info}/METADATA +1 -1
  28. {comfyui_workflow_templates-0.1.45.dist-info → comfyui_workflow_templates-0.1.47.dist-info}/RECORD +31 -28
  29. {comfyui_workflow_templates-0.1.45.dist-info → comfyui_workflow_templates-0.1.47.dist-info}/WHEEL +0 -0
  30. {comfyui_workflow_templates-0.1.45.dist-info → comfyui_workflow_templates-0.1.47.dist-info}/licenses/LICENSE +0 -0
  31. {comfyui_workflow_templates-0.1.45.dist-info → comfyui_workflow_templates-0.1.47.dist-info}/top_level.txt +0 -0
@@ -1,12 +1,113 @@
1
1
  {
2
- "last_node_id": 24,
3
- "last_link_id": 41,
2
+ "id": "988b9dbd-6249-42f3-926f-e896370e5004",
3
+ "revision": 0,
4
+ "last_node_id": 26,
5
+ "last_link_id": 43,
4
6
  "nodes": [
7
+ {
8
+ "id": 15,
9
+ "type": "ImageOnlyCheckpointLoader",
10
+ "pos": [
11
+ 50,
12
+ 230
13
+ ],
14
+ "size": [
15
+ 369.6000061035156,
16
+ 98
17
+ ],
18
+ "flags": {},
19
+ "order": 0,
20
+ "mode": 0,
21
+ "inputs": [],
22
+ "outputs": [
23
+ {
24
+ "name": "MODEL",
25
+ "type": "MODEL",
26
+ "slot_index": 0,
27
+ "links": [
28
+ 23
29
+ ]
30
+ },
31
+ {
32
+ "name": "CLIP_VISION",
33
+ "type": "CLIP_VISION",
34
+ "slot_index": 1,
35
+ "links": [
36
+ 24
37
+ ]
38
+ },
39
+ {
40
+ "name": "VAE",
41
+ "type": "VAE",
42
+ "slot_index": 2,
43
+ "links": [
44
+ 25,
45
+ 26
46
+ ]
47
+ }
48
+ ],
49
+ "properties": {
50
+ "Node name for S&R": "ImageOnlyCheckpointLoader",
51
+ "models": [
52
+ {
53
+ "name": "svd.safetensors",
54
+ "url": "https://huggingface.co/stabilityai/stable-video-diffusion-img2vid/resolve/main/svd.safetensors?download=true",
55
+ "directory": "checkpoints"
56
+ }
57
+ ]
58
+ },
59
+ "widgets_values": [
60
+ "svd.safetensors"
61
+ ]
62
+ },
63
+ {
64
+ "id": 23,
65
+ "type": "LoadImage",
66
+ "pos": [
67
+ 80,
68
+ 430
69
+ ],
70
+ "size": [
71
+ 315,
72
+ 314
73
+ ],
74
+ "flags": {},
75
+ "order": 1,
76
+ "mode": 0,
77
+ "inputs": [],
78
+ "outputs": [
79
+ {
80
+ "name": "IMAGE",
81
+ "type": "IMAGE",
82
+ "links": [
83
+ 41
84
+ ]
85
+ },
86
+ {
87
+ "name": "MASK",
88
+ "type": "MASK",
89
+ "links": null
90
+ }
91
+ ],
92
+ "properties": {
93
+ "Node name for S&R": "LoadImage"
94
+ },
95
+ "widgets_values": [
96
+ "mountains.png",
97
+ "image"
98
+ ]
99
+ },
5
100
  {
6
101
  "id": 3,
7
102
  "type": "KSampler",
8
- "pos": [867.8, 375.7],
9
- "size": [315, 262],
103
+ "pos": [
104
+ 450,
105
+ 450
106
+ ],
107
+ "size": [
108
+ 315,
109
+ 262
110
+ ],
10
111
  "flags": {},
11
112
  "order": 5,
12
113
  "mode": 0,
@@ -36,8 +137,10 @@
36
137
  {
37
138
  "name": "LATENT",
38
139
  "type": "LATENT",
39
- "links": [7],
40
- "slot_index": 0
140
+ "slot_index": 0,
141
+ "links": [
142
+ 7
143
+ ]
41
144
  }
42
145
  ],
43
146
  "properties": {
@@ -54,64 +157,54 @@
54
157
  ]
55
158
  },
56
159
  {
57
- "id": 8,
58
- "type": "VAEDecode",
59
- "pos": [1207.8, 375.7],
60
- "size": [210, 46],
160
+ "id": 14,
161
+ "type": "VideoLinearCFGGuidance",
162
+ "pos": [
163
+ 450,
164
+ 760
165
+ ],
166
+ "size": [
167
+ 315,
168
+ 58
169
+ ],
61
170
  "flags": {},
62
- "order": 6,
171
+ "order": 3,
63
172
  "mode": 0,
64
173
  "inputs": [
65
174
  {
66
- "name": "samples",
67
- "type": "LATENT",
68
- "link": 7
69
- },
70
- {
71
- "name": "vae",
72
- "type": "VAE",
73
- "link": 26
175
+ "name": "model",
176
+ "type": "MODEL",
177
+ "link": 23
74
178
  }
75
179
  ],
76
180
  "outputs": [
77
181
  {
78
- "name": "IMAGE",
79
- "type": "IMAGE",
80
- "links": [10],
81
- "slot_index": 0
82
- }
83
- ],
84
- "properties": {
85
- "Node name for S&R": "VAEDecode"
86
- },
87
- "widgets_values": []
88
- },
89
- {
90
- "id": 10,
91
- "type": "SaveAnimatedWEBP",
92
- "pos": [1459, 376],
93
- "size": [741.67, 564.59],
94
- "flags": {},
95
- "order": 7,
96
- "mode": 0,
97
- "inputs": [
98
- {
99
- "name": "images",
100
- "type": "IMAGE",
101
- "link": 10
182
+ "name": "MODEL",
183
+ "type": "MODEL",
184
+ "slot_index": 0,
185
+ "links": [
186
+ 39
187
+ ]
102
188
  }
103
189
  ],
104
- "outputs": [],
105
190
  "properties": {
106
- "Node name for S&R": "SaveAnimatedWEBP"
191
+ "Node name for S&R": "VideoLinearCFGGuidance"
107
192
  },
108
- "widgets_values": ["ComfyUI", 10, false, 85, "default"]
193
+ "widgets_values": [
194
+ 1
195
+ ]
109
196
  },
110
197
  {
111
198
  "id": 12,
112
199
  "type": "SVD_img2vid_Conditioning",
113
- "pos": [487.8, 395.7],
114
- "size": [315, 218],
200
+ "pos": [
201
+ 450,
202
+ 190
203
+ ],
204
+ "size": [
205
+ 315,
206
+ 218
207
+ ],
115
208
  "flags": {},
116
209
  "order": 4,
117
210
  "mode": 0,
@@ -124,8 +217,7 @@
124
217
  {
125
218
  "name": "init_image",
126
219
  "type": "IMAGE",
127
- "link": 41,
128
- "slot_index": 1
220
+ "link": 41
129
221
  },
130
222
  {
131
223
  "name": "vae",
@@ -137,168 +229,301 @@
137
229
  {
138
230
  "name": "positive",
139
231
  "type": "CONDITIONING",
140
- "shape": 3,
141
- "links": [40],
142
- "slot_index": 0
232
+ "slot_index": 0,
233
+ "links": [
234
+ 40
235
+ ]
143
236
  },
144
237
  {
145
238
  "name": "negative",
146
239
  "type": "CONDITIONING",
147
- "shape": 3,
148
- "links": [17],
149
- "slot_index": 1
240
+ "slot_index": 1,
241
+ "links": [
242
+ 17
243
+ ]
150
244
  },
151
245
  {
152
246
  "name": "latent",
153
247
  "type": "LATENT",
154
- "shape": 3,
155
- "links": [18],
156
- "slot_index": 2
248
+ "slot_index": 2,
249
+ "links": [
250
+ 18
251
+ ]
157
252
  }
158
253
  ],
159
254
  "properties": {
160
255
  "Node name for S&R": "SVD_img2vid_Conditioning"
161
256
  },
162
- "widgets_values": [1024, 576, 14, 127, 6, 0]
257
+ "widgets_values": [
258
+ 1024,
259
+ 576,
260
+ 14,
261
+ 127,
262
+ 6,
263
+ 0
264
+ ]
163
265
  },
164
266
  {
165
- "id": 14,
166
- "type": "VideoLinearCFGGuidance",
167
- "pos": [487.8, 265.7],
168
- "size": [315, 58],
267
+ "id": 24,
268
+ "type": "MarkdownNote",
269
+ "pos": [
270
+ -200,
271
+ 190
272
+ ],
273
+ "size": [
274
+ 225,
275
+ 88
276
+ ],
169
277
  "flags": {},
170
- "order": 3,
278
+ "order": 2,
279
+ "mode": 0,
280
+ "inputs": [],
281
+ "outputs": [],
282
+ "properties": {},
283
+ "widgets_values": [
284
+ "🛈 [Learn more about this workflow](https://comfyanonymous.github.io/ComfyUI_examples/video/#image-to-video)"
285
+ ],
286
+ "color": "#432",
287
+ "bgcolor": "#653"
288
+ },
289
+ {
290
+ "id": 8,
291
+ "type": "VAEDecode",
292
+ "pos": [
293
+ 790,
294
+ 190
295
+ ],
296
+ "size": [
297
+ 210,
298
+ 46
299
+ ],
300
+ "flags": {},
301
+ "order": 6,
171
302
  "mode": 0,
172
303
  "inputs": [
173
304
  {
174
- "name": "model",
175
- "type": "MODEL",
176
- "link": 23
305
+ "name": "samples",
306
+ "type": "LATENT",
307
+ "link": 7
308
+ },
309
+ {
310
+ "name": "vae",
311
+ "type": "VAE",
312
+ "link": 26
177
313
  }
178
314
  ],
179
315
  "outputs": [
180
316
  {
181
- "name": "MODEL",
182
- "type": "MODEL",
183
- "shape": 3,
184
- "links": [39],
185
- "slot_index": 0
317
+ "name": "IMAGE",
318
+ "type": "IMAGE",
319
+ "slot_index": 0,
320
+ "links": [
321
+ 42
322
+ ]
186
323
  }
187
324
  ],
188
325
  "properties": {
189
- "Node name for S&R": "VideoLinearCFGGuidance"
326
+ "Node name for S&R": "VAEDecode"
190
327
  },
191
- "widgets_values": [1]
328
+ "widgets_values": []
192
329
  },
193
330
  {
194
- "id": 15,
195
- "type": "ImageOnlyCheckpointLoader",
196
- "pos": [55, 267],
197
- "size": [369.6, 98],
331
+ "id": 26,
332
+ "type": "SaveVideo",
333
+ "pos": [
334
+ 790,
335
+ 310
336
+ ],
337
+ "size": [
338
+ 590,
339
+ 530
340
+ ],
198
341
  "flags": {},
199
- "order": 0,
342
+ "order": 8,
200
343
  "mode": 0,
201
- "inputs": [],
202
- "outputs": [
203
- {
204
- "name": "MODEL",
205
- "type": "MODEL",
206
- "shape": 3,
207
- "links": [23],
208
- "slot_index": 0
209
- },
210
- {
211
- "name": "CLIP_VISION",
212
- "type": "CLIP_VISION",
213
- "shape": 3,
214
- "links": [24],
215
- "slot_index": 1
216
- },
344
+ "inputs": [
217
345
  {
218
- "name": "VAE",
219
- "type": "VAE",
220
- "shape": 3,
221
- "links": [25, 26],
222
- "slot_index": 2
346
+ "name": "video",
347
+ "type": "VIDEO",
348
+ "link": 43
223
349
  }
224
350
  ],
351
+ "outputs": [],
225
352
  "properties": {
226
- "Node name for S&R": "ImageOnlyCheckpointLoader",
227
- "models": [
228
- {
229
- "name": "svd.safetensors",
230
- "url": "https://huggingface.co/stabilityai/stable-video-diffusion-img2vid/resolve/main/svd.safetensors?download=true",
231
- "directory": "checkpoints"
232
- }
233
- ]
353
+ "Node name for S&R": "SaveVideo"
234
354
  },
235
- "widgets_values": ["svd.safetensors"]
355
+ "widgets_values": [
356
+ "video/ComfyUI",
357
+ "auto",
358
+ "auto"
359
+ ]
236
360
  },
237
361
  {
238
- "id": 23,
239
- "type": "LoadImage",
240
- "pos": [106, 441],
241
- "size": [315, 314.0],
362
+ "id": 25,
363
+ "type": "CreateVideo",
364
+ "pos": [
365
+ 1110,
366
+ 190
367
+ ],
368
+ "size": [
369
+ 270,
370
+ 78
371
+ ],
242
372
  "flags": {},
243
- "order": 1,
373
+ "order": 7,
244
374
  "mode": 0,
245
- "inputs": [],
246
- "outputs": [
375
+ "inputs": [
247
376
  {
248
- "name": "IMAGE",
377
+ "name": "images",
249
378
  "type": "IMAGE",
250
- "shape": 3,
251
- "links": [41]
379
+ "link": 42
252
380
  },
253
381
  {
254
- "name": "MASK",
255
- "type": "MASK",
256
- "shape": 3,
257
- "links": null
382
+ "name": "audio",
383
+ "shape": 7,
384
+ "type": "AUDIO",
385
+ "link": null
386
+ }
387
+ ],
388
+ "outputs": [
389
+ {
390
+ "name": "VIDEO",
391
+ "type": "VIDEO",
392
+ "links": [
393
+ 43
394
+ ]
258
395
  }
259
396
  ],
260
397
  "properties": {
261
- "Node name for S&R": "LoadImage"
398
+ "Node name for S&R": "CreateVideo"
262
399
  },
263
- "widgets_values": ["mountains.png", "image"]
264
- },
265
- {
266
- "id": 24,
267
- "type": "MarkdownNote",
268
- "pos": [105, 810],
269
- "size": [225, 60],
270
- "flags": {},
271
- "order": 2,
272
- "mode": 0,
273
- "inputs": [],
274
- "outputs": [],
275
- "properties": {},
276
400
  "widgets_values": [
277
- "\ud83d\udec8 [Learn more about this workflow](https://comfyanonymous.github.io/ComfyUI_examples/video/#image-to-video)"
278
- ],
279
- "color": "#432",
280
- "bgcolor": "#653"
401
+ 10
402
+ ]
281
403
  }
282
404
  ],
283
405
  "links": [
284
- [7, 3, 0, 8, 0, "LATENT"],
285
- [10, 8, 0, 10, 0, "IMAGE"],
286
- [17, 12, 1, 3, 2, "CONDITIONING"],
287
- [18, 12, 2, 3, 3, "LATENT"],
288
- [23, 15, 0, 14, 0, "MODEL"],
289
- [24, 15, 1, 12, 0, "CLIP_VISION"],
290
- [25, 15, 2, 12, 2, "VAE"],
291
- [26, 15, 2, 8, 1, "VAE"],
292
- [39, 14, 0, 3, 0, "MODEL"],
293
- [40, 12, 0, 3, 1, "CONDITIONING"],
294
- [41, 23, 0, 12, 1, "IMAGE"]
406
+ [
407
+ 7,
408
+ 3,
409
+ 0,
410
+ 8,
411
+ 0,
412
+ "LATENT"
413
+ ],
414
+ [
415
+ 17,
416
+ 12,
417
+ 1,
418
+ 3,
419
+ 2,
420
+ "CONDITIONING"
421
+ ],
422
+ [
423
+ 18,
424
+ 12,
425
+ 2,
426
+ 3,
427
+ 3,
428
+ "LATENT"
429
+ ],
430
+ [
431
+ 23,
432
+ 15,
433
+ 0,
434
+ 14,
435
+ 0,
436
+ "MODEL"
437
+ ],
438
+ [
439
+ 24,
440
+ 15,
441
+ 1,
442
+ 12,
443
+ 0,
444
+ "CLIP_VISION"
445
+ ],
446
+ [
447
+ 25,
448
+ 15,
449
+ 2,
450
+ 12,
451
+ 2,
452
+ "VAE"
453
+ ],
454
+ [
455
+ 26,
456
+ 15,
457
+ 2,
458
+ 8,
459
+ 1,
460
+ "VAE"
461
+ ],
462
+ [
463
+ 39,
464
+ 14,
465
+ 0,
466
+ 3,
467
+ 0,
468
+ "MODEL"
469
+ ],
470
+ [
471
+ 40,
472
+ 12,
473
+ 0,
474
+ 3,
475
+ 1,
476
+ "CONDITIONING"
477
+ ],
478
+ [
479
+ 41,
480
+ 23,
481
+ 0,
482
+ 12,
483
+ 1,
484
+ "IMAGE"
485
+ ],
486
+ [
487
+ 42,
488
+ 8,
489
+ 0,
490
+ 25,
491
+ 0,
492
+ "IMAGE"
493
+ ],
494
+ [
495
+ 43,
496
+ 25,
497
+ 0,
498
+ 26,
499
+ 0,
500
+ "VIDEO"
501
+ ]
295
502
  ],
296
503
  "groups": [
297
504
  {
298
- "id": 1,
299
- "title": "Image to Video",
300
- "bounding": [480, 195, 954, 478],
301
- "color": "#8A8",
505
+ "id": 2,
506
+ "title": "Step1 - Load model",
507
+ "bounding": [
508
+ 40,
509
+ 160,
510
+ 389.6000061035156,
511
+ 181.60000610351562
512
+ ],
513
+ "color": "#3f789e",
514
+ "font_size": 24,
515
+ "flags": {}
516
+ },
517
+ {
518
+ "id": 3,
519
+ "title": "Step2 - Upload image",
520
+ "bounding": [
521
+ 40,
522
+ 360,
523
+ 390,
524
+ 400
525
+ ],
526
+ "color": "#3f789e",
302
527
  "font_size": 24,
303
528
  "flags": {}
304
529
  }
@@ -306,9 +531,13 @@
306
531
  "config": {},
307
532
  "extra": {
308
533
  "ds": {
309
- "scale": 0.96,
310
- "offset": [255.53, 68.37]
311
- }
534
+ "scale": 0.7212622088655166,
535
+ "offset": [
536
+ 304.0164388538372,
537
+ -39.790402970817325
538
+ ]
539
+ },
540
+ "frontendVersion": "1.25.3"
312
541
  },
313
542
  "version": 0.4
314
- }
543
+ }