comfyui-workflow-templates 0.1.28__py3-none-any.whl → 0.1.30__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.
Files changed (17) hide show
  1. comfyui_workflow_templates/templates/api_recraft_image_gen_with_color_control.json +184 -175
  2. comfyui_workflow_templates/templates/flux_kontext_dev_basic-1.webp +0 -0
  3. comfyui_workflow_templates/templates/flux_kontext_dev_basic-2.webp +0 -0
  4. comfyui_workflow_templates/templates/flux_kontext_dev_basic.json +1114 -0
  5. comfyui_workflow_templates/templates/flux_kontext_dev_grouped-1.webp +0 -0
  6. comfyui_workflow_templates/templates/flux_kontext_dev_grouped-2.webp +0 -0
  7. comfyui_workflow_templates/templates/flux_kontext_dev_grouped.json +2296 -0
  8. comfyui_workflow_templates/templates/image_cosmos_predict2_2B_t2i-1.webp +0 -0
  9. comfyui_workflow_templates/templates/image_cosmos_predict2_2B_t2i.json +544 -0
  10. comfyui_workflow_templates/templates/index.json +111 -79
  11. comfyui_workflow_templates/templates/video_cosmos_predict2_2B_video2world_480p_16fps-1.webp +0 -0
  12. comfyui_workflow_templates/templates/video_cosmos_predict2_2B_video2world_480p_16fps.json +724 -0
  13. {comfyui_workflow_templates-0.1.28.dist-info → comfyui_workflow_templates-0.1.30.dist-info}/METADATA +1 -1
  14. {comfyui_workflow_templates-0.1.28.dist-info → comfyui_workflow_templates-0.1.30.dist-info}/RECORD +17 -7
  15. {comfyui_workflow_templates-0.1.28.dist-info → comfyui_workflow_templates-0.1.30.dist-info}/WHEEL +0 -0
  16. {comfyui_workflow_templates-0.1.28.dist-info → comfyui_workflow_templates-0.1.30.dist-info}/licenses/LICENSE +0 -0
  17. {comfyui_workflow_templates-0.1.28.dist-info → comfyui_workflow_templates-0.1.30.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,724 @@
1
+ {
2
+ "id": "242a6140-7341-49ca-876b-c01366b39b84",
3
+ "revision": 0,
4
+ "last_node_id": 38,
5
+ "last_link_id": 52,
6
+ "nodes": [
7
+ {
8
+ "id": 10,
9
+ "type": "CLIPLoader",
10
+ "pos": [
11
+ 100,
12
+ 300
13
+ ],
14
+ "size": [
15
+ 270,
16
+ 106
17
+ ],
18
+ "flags": {},
19
+ "order": 0,
20
+ "mode": 0,
21
+ "inputs": [],
22
+ "outputs": [
23
+ {
24
+ "name": "CLIP",
25
+ "type": "CLIP",
26
+ "links": [
27
+ 34,
28
+ 35
29
+ ]
30
+ }
31
+ ],
32
+ "properties": {
33
+ "cnr_id": "comfy-core",
34
+ "ver": "0.3.40",
35
+ "Node name for S&R": "CLIPLoader",
36
+ "models": [
37
+ {
38
+ "name": "oldt5_xxl_fp8_e4m3fn_scaled.safetensors",
39
+ "url": "https://huggingface.co/comfyanonymous/cosmos_1.0_text_encoder_and_VAE_ComfyUI/resolve/main/text_encoders/oldt5_xxl_fp8_e4m3fn_scaled.safetensors",
40
+ "directory": "text_encoders"
41
+ }
42
+ ]
43
+ },
44
+ "widgets_values": [
45
+ "oldt5_xxl_fp8_e4m3fn_scaled.safetensors",
46
+ "cosmos",
47
+ "default"
48
+ ],
49
+ "color": "#322",
50
+ "bgcolor": "#533"
51
+ },
52
+ {
53
+ "id": 15,
54
+ "type": "VAELoader",
55
+ "pos": [
56
+ 100,
57
+ 450
58
+ ],
59
+ "size": [
60
+ 270,
61
+ 58
62
+ ],
63
+ "flags": {},
64
+ "order": 1,
65
+ "mode": 0,
66
+ "inputs": [],
67
+ "outputs": [
68
+ {
69
+ "name": "VAE",
70
+ "type": "VAE",
71
+ "links": [
72
+ 17,
73
+ 47
74
+ ]
75
+ }
76
+ ],
77
+ "properties": {
78
+ "cnr_id": "comfy-core",
79
+ "ver": "0.3.40",
80
+ "Node name for S&R": "VAELoader",
81
+ "models": [
82
+ {
83
+ "name": "wan_2.1_vae.safetensors",
84
+ "url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/vae/wan_2.1_vae.safetensors",
85
+ "directory": "vae"
86
+ }
87
+ ]
88
+ },
89
+ "widgets_values": [
90
+ "wan_2.1_vae.safetensors"
91
+ ],
92
+ "color": "#322",
93
+ "bgcolor": "#533"
94
+ },
95
+ {
96
+ "id": 7,
97
+ "type": "CLIPTextEncode",
98
+ "pos": [
99
+ 420,
100
+ 390
101
+ ],
102
+ "size": [
103
+ 420,
104
+ 120
105
+ ],
106
+ "flags": {},
107
+ "order": 6,
108
+ "mode": 0,
109
+ "inputs": [
110
+ {
111
+ "name": "clip",
112
+ "type": "CLIP",
113
+ "link": 34
114
+ }
115
+ ],
116
+ "outputs": [
117
+ {
118
+ "name": "CONDITIONING",
119
+ "type": "CONDITIONING",
120
+ "slot_index": 0,
121
+ "links": [
122
+ 6
123
+ ]
124
+ }
125
+ ],
126
+ "properties": {
127
+ "cnr_id": "comfy-core",
128
+ "ver": "0.3.40",
129
+ "Node name for S&R": "CLIPTextEncode"
130
+ },
131
+ "widgets_values": [
132
+ ""
133
+ ],
134
+ "color": "#223",
135
+ "bgcolor": "#335"
136
+ },
137
+ {
138
+ "id": 3,
139
+ "type": "KSampler",
140
+ "pos": [
141
+ 880,
142
+ 150
143
+ ],
144
+ "size": [
145
+ 315,
146
+ 262
147
+ ],
148
+ "flags": {},
149
+ "order": 9,
150
+ "mode": 0,
151
+ "inputs": [
152
+ {
153
+ "name": "model",
154
+ "type": "MODEL",
155
+ "link": 33
156
+ },
157
+ {
158
+ "name": "positive",
159
+ "type": "CONDITIONING",
160
+ "link": 4
161
+ },
162
+ {
163
+ "name": "negative",
164
+ "type": "CONDITIONING",
165
+ "link": 6
166
+ },
167
+ {
168
+ "name": "latent_image",
169
+ "type": "LATENT",
170
+ "link": 48
171
+ }
172
+ ],
173
+ "outputs": [
174
+ {
175
+ "name": "LATENT",
176
+ "type": "LATENT",
177
+ "slot_index": 0,
178
+ "links": [
179
+ 7
180
+ ]
181
+ }
182
+ ],
183
+ "properties": {
184
+ "cnr_id": "comfy-core",
185
+ "ver": "0.3.40",
186
+ "Node name for S&R": "KSampler"
187
+ },
188
+ "widgets_values": [
189
+ 1084135958981475,
190
+ "randomize",
191
+ 35,
192
+ 4,
193
+ "euler",
194
+ "karras",
195
+ 1
196
+ ]
197
+ },
198
+ {
199
+ "id": 8,
200
+ "type": "VAEDecode",
201
+ "pos": [
202
+ 890,
203
+ 450
204
+ ],
205
+ "size": [
206
+ 210,
207
+ 46
208
+ ],
209
+ "flags": {},
210
+ "order": 10,
211
+ "mode": 0,
212
+ "inputs": [
213
+ {
214
+ "name": "samples",
215
+ "type": "LATENT",
216
+ "link": 7
217
+ },
218
+ {
219
+ "name": "vae",
220
+ "type": "VAE",
221
+ "link": 17
222
+ }
223
+ ],
224
+ "outputs": [
225
+ {
226
+ "name": "IMAGE",
227
+ "type": "IMAGE",
228
+ "slot_index": 0,
229
+ "links": [
230
+ 51
231
+ ]
232
+ }
233
+ ],
234
+ "properties": {
235
+ "cnr_id": "comfy-core",
236
+ "ver": "0.3.40",
237
+ "Node name for S&R": "VAEDecode"
238
+ },
239
+ "widgets_values": []
240
+ },
241
+ {
242
+ "id": 37,
243
+ "type": "CreateVideo",
244
+ "pos": [
245
+ 1220,
246
+ 140
247
+ ],
248
+ "size": [
249
+ 270,
250
+ 78
251
+ ],
252
+ "flags": {},
253
+ "order": 11,
254
+ "mode": 0,
255
+ "inputs": [
256
+ {
257
+ "name": "images",
258
+ "type": "IMAGE",
259
+ "link": 51
260
+ },
261
+ {
262
+ "name": "audio",
263
+ "shape": 7,
264
+ "type": "AUDIO",
265
+ "link": null
266
+ }
267
+ ],
268
+ "outputs": [
269
+ {
270
+ "name": "VIDEO",
271
+ "type": "VIDEO",
272
+ "links": [
273
+ 52
274
+ ]
275
+ }
276
+ ],
277
+ "properties": {
278
+ "cnr_id": "comfy-core",
279
+ "ver": "0.3.40",
280
+ "Node name for S&R": "CreateVideo"
281
+ },
282
+ "widgets_values": [
283
+ 16
284
+ ]
285
+ },
286
+ {
287
+ "id": 36,
288
+ "type": "LoadImage",
289
+ "pos": [
290
+ 470,
291
+ 630
292
+ ],
293
+ "size": [
294
+ 274.080078125,
295
+ 314
296
+ ],
297
+ "flags": {},
298
+ "order": 2,
299
+ "mode": 4,
300
+ "inputs": [],
301
+ "outputs": [
302
+ {
303
+ "name": "IMAGE",
304
+ "type": "IMAGE",
305
+ "links": [
306
+ 49
307
+ ]
308
+ },
309
+ {
310
+ "name": "MASK",
311
+ "type": "MASK",
312
+ "links": null
313
+ }
314
+ ],
315
+ "properties": {
316
+ "cnr_id": "comfy-core",
317
+ "ver": "0.3.40",
318
+ "Node name for S&R": "LoadImage"
319
+ },
320
+ "widgets_values": [
321
+ "end_image.png",
322
+ "image"
323
+ ]
324
+ },
325
+ {
326
+ "id": 34,
327
+ "type": "CosmosPredict2ImageToVideoLatent",
328
+ "pos": [
329
+ 880,
330
+ 540
331
+ ],
332
+ "size": [
333
+ 320,
334
+ 170
335
+ ],
336
+ "flags": {},
337
+ "order": 8,
338
+ "mode": 0,
339
+ "inputs": [
340
+ {
341
+ "name": "vae",
342
+ "type": "VAE",
343
+ "link": 47
344
+ },
345
+ {
346
+ "name": "start_image",
347
+ "shape": 7,
348
+ "type": "IMAGE",
349
+ "link": 50
350
+ },
351
+ {
352
+ "name": "end_image",
353
+ "shape": 7,
354
+ "type": "IMAGE",
355
+ "link": 49
356
+ }
357
+ ],
358
+ "outputs": [
359
+ {
360
+ "name": "LATENT",
361
+ "type": "LATENT",
362
+ "links": [
363
+ 48
364
+ ]
365
+ }
366
+ ],
367
+ "properties": {
368
+ "cnr_id": "comfy-core",
369
+ "ver": "0.3.40",
370
+ "Node name for S&R": "CosmosPredict2ImageToVideoLatent"
371
+ },
372
+ "widgets_values": [
373
+ 848,
374
+ 480,
375
+ 93,
376
+ 1
377
+ ]
378
+ },
379
+ {
380
+ "id": 6,
381
+ "type": "CLIPTextEncode",
382
+ "pos": [
383
+ 420,
384
+ 180
385
+ ],
386
+ "size": [
387
+ 422.84503173828125,
388
+ 164.31304931640625
389
+ ],
390
+ "flags": {},
391
+ "order": 7,
392
+ "mode": 0,
393
+ "inputs": [
394
+ {
395
+ "name": "clip",
396
+ "type": "CLIP",
397
+ "link": 35
398
+ }
399
+ ],
400
+ "outputs": [
401
+ {
402
+ "name": "CONDITIONING",
403
+ "type": "CONDITIONING",
404
+ "slot_index": 0,
405
+ "links": [
406
+ 4
407
+ ]
408
+ }
409
+ ],
410
+ "properties": {
411
+ "cnr_id": "comfy-core",
412
+ "ver": "0.3.40",
413
+ "Node name for S&R": "CLIPTextEncode"
414
+ },
415
+ "widgets_values": [
416
+ "The night of the city, from the perspective of the car's front window, real shooting, real scene, late-night emo style, emotional, sad, neon lights, sense of the future, rain, cinematic feel, cyberpunk\n"
417
+ ],
418
+ "color": "#232",
419
+ "bgcolor": "#353"
420
+ },
421
+ {
422
+ "id": 38,
423
+ "type": "SaveVideo",
424
+ "pos": [
425
+ 1220,
426
+ 260
427
+ ],
428
+ "size": [
429
+ 700,
430
+ 690
431
+ ],
432
+ "flags": {},
433
+ "order": 12,
434
+ "mode": 0,
435
+ "inputs": [
436
+ {
437
+ "name": "video",
438
+ "type": "VIDEO",
439
+ "link": 52
440
+ }
441
+ ],
442
+ "outputs": [],
443
+ "properties": {
444
+ "cnr_id": "comfy-core",
445
+ "ver": "0.3.40",
446
+ "Node name for S&R": "SaveVideo"
447
+ },
448
+ "widgets_values": [
449
+ "video/ComfyUI",
450
+ "auto",
451
+ "auto"
452
+ ]
453
+ },
454
+ {
455
+ "id": 13,
456
+ "type": "UNETLoader",
457
+ "pos": [
458
+ 100,
459
+ 180
460
+ ],
461
+ "size": [
462
+ 280,
463
+ 82
464
+ ],
465
+ "flags": {},
466
+ "order": 3,
467
+ "mode": 0,
468
+ "inputs": [],
469
+ "outputs": [
470
+ {
471
+ "name": "MODEL",
472
+ "type": "MODEL",
473
+ "links": [
474
+ 33
475
+ ]
476
+ }
477
+ ],
478
+ "properties": {
479
+ "cnr_id": "comfy-core",
480
+ "ver": "0.3.40",
481
+ "Node name for S&R": "UNETLoader",
482
+ "models": [
483
+ {
484
+ "name": "cosmos_predict2_2B_video2world_480p_16fps.safetensors",
485
+ "url": "https://huggingface.co/Comfy-Org/Cosmos_Predict2_repackaged/resolve/main/cosmos_predict2_2B_video2world_480p_16fps.safetensors",
486
+ "directory": "diffusion_models"
487
+ }
488
+ ]
489
+ },
490
+ "widgets_values": [
491
+ "cosmos_predict2_2B_video2world_480p_16fps.safetensors",
492
+ "default"
493
+ ],
494
+ "color": "#322",
495
+ "bgcolor": "#533"
496
+ },
497
+ {
498
+ "id": 35,
499
+ "type": "LoadImage",
500
+ "pos": [
501
+ 130,
502
+ 630
503
+ ],
504
+ "size": [
505
+ 274.080078125,
506
+ 314
507
+ ],
508
+ "flags": {},
509
+ "order": 4,
510
+ "mode": 0,
511
+ "inputs": [],
512
+ "outputs": [
513
+ {
514
+ "name": "IMAGE",
515
+ "type": "IMAGE",
516
+ "links": [
517
+ 50
518
+ ]
519
+ },
520
+ {
521
+ "name": "MASK",
522
+ "type": "MASK",
523
+ "links": null
524
+ }
525
+ ],
526
+ "properties": {
527
+ "cnr_id": "comfy-core",
528
+ "ver": "0.3.40",
529
+ "Node name for S&R": "LoadImage"
530
+ },
531
+ "widgets_values": [
532
+ "input.png",
533
+ "image"
534
+ ]
535
+ },
536
+ {
537
+ "id": 33,
538
+ "type": "MarkdownNote",
539
+ "pos": [
540
+ -360,
541
+ 140
542
+ ],
543
+ "size": [
544
+ 429.9635009765625,
545
+ 282.6522216796875
546
+ ],
547
+ "flags": {},
548
+ "order": 5,
549
+ "mode": 0,
550
+ "inputs": [],
551
+ "outputs": [],
552
+ "title": "Model links",
553
+ "properties": {},
554
+ "widgets_values": [
555
+ "[Tutorial](http://docs.comfy.org/tutorials/video/cosmos/cosmos-predict2-video2world)|[教程](http://docs.comfy.org/zh-CN/tutorials/video/cosmos/cosmos-predict2-video2world)\n\n**Diffusion model**\n\n[cosmos_predict2_2B_video2world_480p_16fps.safetensors](https://huggingface.co/Comfy-Org/Cosmos_Predict2_repackaged/resolve/main/cosmos_predict2_2B_video2world_480p_16fps.safetensors)\n\n**Text encoder**\n\n[oldt5_xxl_fp8_e4m3fn_scaled.safetensors](https://huggingface.co/comfyanonymous/cosmos_1.0_text_encoder_and_VAE_ComfyUI/resolve/main/text_encoders/oldt5_xxl_fp8_e4m3fn_scaled.safetensors)\n\n**VAE**\n\n[wan_2.1_vae.safetensors](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/vae/wan_2.1_vae.safetensors)\n\n\n```\nComfyUI/\n├── models/\n│ ├── diffusion_models/\n│ │ └─── cosmos_predict2_2B_t2i.pt \n│ ├── text_encoders/\n│ │ └─── oldt5_xxl_fp8_e4m3fn_scaled.safetensors\n│ └── vae/\n│ └── wan_2.1_vae.safetensors\n```"
556
+ ],
557
+ "color": "#432",
558
+ "bgcolor": "#653"
559
+ }
560
+ ],
561
+ "links": [
562
+ [
563
+ 4,
564
+ 6,
565
+ 0,
566
+ 3,
567
+ 1,
568
+ "CONDITIONING"
569
+ ],
570
+ [
571
+ 6,
572
+ 7,
573
+ 0,
574
+ 3,
575
+ 2,
576
+ "CONDITIONING"
577
+ ],
578
+ [
579
+ 7,
580
+ 3,
581
+ 0,
582
+ 8,
583
+ 0,
584
+ "LATENT"
585
+ ],
586
+ [
587
+ 17,
588
+ 15,
589
+ 0,
590
+ 8,
591
+ 1,
592
+ "VAE"
593
+ ],
594
+ [
595
+ 33,
596
+ 13,
597
+ 0,
598
+ 3,
599
+ 0,
600
+ "MODEL"
601
+ ],
602
+ [
603
+ 34,
604
+ 10,
605
+ 0,
606
+ 7,
607
+ 0,
608
+ "CLIP"
609
+ ],
610
+ [
611
+ 35,
612
+ 10,
613
+ 0,
614
+ 6,
615
+ 0,
616
+ "CLIP"
617
+ ],
618
+ [
619
+ 47,
620
+ 15,
621
+ 0,
622
+ 34,
623
+ 0,
624
+ "VAE"
625
+ ],
626
+ [
627
+ 48,
628
+ 34,
629
+ 0,
630
+ 3,
631
+ 3,
632
+ "LATENT"
633
+ ],
634
+ [
635
+ 49,
636
+ 36,
637
+ 0,
638
+ 34,
639
+ 2,
640
+ "IMAGE"
641
+ ],
642
+ [
643
+ 50,
644
+ 35,
645
+ 0,
646
+ 34,
647
+ 1,
648
+ "IMAGE"
649
+ ],
650
+ [
651
+ 51,
652
+ 8,
653
+ 0,
654
+ 37,
655
+ 0,
656
+ "IMAGE"
657
+ ],
658
+ [
659
+ 52,
660
+ 37,
661
+ 0,
662
+ 38,
663
+ 0,
664
+ "VIDEO"
665
+ ]
666
+ ],
667
+ "groups": [
668
+ {
669
+ "id": 1,
670
+ "title": "Step1 - Load models here",
671
+ "bounding": [
672
+ 90,
673
+ 110,
674
+ 300.74005126953125,
675
+ 412.10009765625
676
+ ],
677
+ "color": "#3f789e",
678
+ "font_size": 24,
679
+ "flags": {}
680
+ },
681
+ {
682
+ "id": 2,
683
+ "title": "Step 2 - Upload start and end images",
684
+ "bounding": [
685
+ 90,
686
+ 540,
687
+ 760,
688
+ 430
689
+ ],
690
+ "color": "#3f789e",
691
+ "font_size": 24,
692
+ "flags": {}
693
+ },
694
+ {
695
+ "id": 3,
696
+ "title": "Step3 - Prompt",
697
+ "bounding": [
698
+ 410,
699
+ 110,
700
+ 440,
701
+ 410
702
+ ],
703
+ "color": "#3f789e",
704
+ "font_size": 24,
705
+ "flags": {}
706
+ }
707
+ ],
708
+ "config": {},
709
+ "extra": {
710
+ "ds": {
711
+ "scale": 0.5284090828668973,
712
+ "offset": [
713
+ 1006.4800869650588,
714
+ 259.9759282958659
715
+ ]
716
+ },
717
+ "frontendVersion": "1.21.7",
718
+ "VHS_latentpreview": false,
719
+ "VHS_latentpreviewrate": 0,
720
+ "VHS_MetadataImage": true,
721
+ "VHS_KeepIntermediate": true
722
+ },
723
+ "version": 0.4
724
+ }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: comfyui_workflow_templates
3
- Version: 0.1.28
3
+ Version: 0.1.30
4
4
  Summary: ComfyUI workflow templates package
5
5
  Author: Comfy-Org
6
6
  License: GNU GENERAL PUBLIC LICENSE