comfyui-workflow-templates 0.1.52__py3-none-any.whl → 0.1.54__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.
- comfyui_workflow_templates/templates/image_qwen_image.json +300 -207
- comfyui_workflow_templates/templates/index.es.json +2357 -0
- comfyui_workflow_templates/templates/index.fr.json +2357 -0
- comfyui_workflow_templates/templates/index.ja.json +2357 -0
- comfyui_workflow_templates/templates/index.json +95 -70
- comfyui_workflow_templates/templates/index.ko.json +2357 -0
- comfyui_workflow_templates/templates/index.ru.json +2357 -0
- comfyui_workflow_templates/templates/index.schema.json +5 -1
- comfyui_workflow_templates/templates/index.zh-TW.json +2357 -0
- comfyui_workflow_templates/templates/index.zh.json +2357 -0
- comfyui_workflow_templates/templates/video_wan2_2_14B_flf2v.json +1846 -307
- comfyui_workflow_templates/templates/video_wan2_2_14B_i2v.json +1409 -290
- comfyui_workflow_templates/templates/video_wan2_2_14B_t2v-1.webp +0 -0
- comfyui_workflow_templates/templates/video_wan2_2_14B_t2v.json +1360 -372
- comfyui_workflow_templates/templates/video_wan2_2_fun_inp_14B-1.webp +0 -0
- comfyui_workflow_templates/templates/video_wan2_2_fun_inp_14B.json +2549 -0
- {comfyui_workflow_templates-0.1.52.dist-info → comfyui_workflow_templates-0.1.54.dist-info}/METADATA +1 -1
- {comfyui_workflow_templates-0.1.52.dist-info → comfyui_workflow_templates-0.1.54.dist-info}/RECORD +21 -12
- {comfyui_workflow_templates-0.1.52.dist-info → comfyui_workflow_templates-0.1.54.dist-info}/WHEEL +0 -0
- {comfyui_workflow_templates-0.1.52.dist-info → comfyui_workflow_templates-0.1.54.dist-info}/licenses/LICENSE +0 -0
- {comfyui_workflow_templates-0.1.52.dist-info → comfyui_workflow_templates-0.1.54.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"moduleName": "default",
|
|
4
|
+
"category": "USE CASES",
|
|
4
5
|
"title": "Basics",
|
|
5
6
|
"type": "image",
|
|
6
7
|
"templates": [
|
|
@@ -98,19 +99,19 @@
|
|
|
98
99
|
},
|
|
99
100
|
{
|
|
100
101
|
"moduleName": "default",
|
|
102
|
+
"category": "USE CASES",
|
|
101
103
|
"title": "Flux",
|
|
102
104
|
"type": "image",
|
|
103
105
|
"templates": [
|
|
104
106
|
{
|
|
105
|
-
"name": "
|
|
106
|
-
"title": "
|
|
107
|
+
"name": "image_chroma_text_to_image",
|
|
108
|
+
"title": "Chroma text to image",
|
|
107
109
|
"mediaType": "image",
|
|
108
110
|
"mediaSubtype": "webp",
|
|
109
|
-
"description": "
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"date": "2025-07-31"
|
|
111
|
+
"description": "Chroma is modified from flux and has some changes in the architecture.",
|
|
112
|
+
"tags": ["Text to Image", "Image"],
|
|
113
|
+
"models": ["Chroma", "Flux"],
|
|
114
|
+
"date": "2025-06-04"
|
|
114
115
|
},
|
|
115
116
|
{
|
|
116
117
|
"name": "flux_kontext_dev_basic",
|
|
@@ -158,6 +159,17 @@
|
|
|
158
159
|
"models": ["Flux"],
|
|
159
160
|
"date": "2025-03-01"
|
|
160
161
|
},
|
|
162
|
+
{
|
|
163
|
+
"name": "flux1_krea_dev",
|
|
164
|
+
"title": "Flux.1 Krea Dev",
|
|
165
|
+
"mediaType": "image",
|
|
166
|
+
"mediaSubtype": "webp",
|
|
167
|
+
"description": "A fine-tuned FLUX model pushing photorealism to the max",
|
|
168
|
+
"tutorialUrl": "https://docs.comfy.org/tutorials/flux/flux1-krea-dev",
|
|
169
|
+
"tags": ["Text to Image", "Image", "Photorealism"],
|
|
170
|
+
"models": ["Flux.1 Krea Dev"],
|
|
171
|
+
"date": "2025-07-31"
|
|
172
|
+
},
|
|
161
173
|
{
|
|
162
174
|
"name": "flux_dev_full_text_to_image",
|
|
163
175
|
"title": "Flux Dev full text to image",
|
|
@@ -243,6 +255,7 @@
|
|
|
243
255
|
},
|
|
244
256
|
{
|
|
245
257
|
"moduleName": "default",
|
|
258
|
+
"category": "USE CASES",
|
|
246
259
|
"title": "Image",
|
|
247
260
|
"type": "image",
|
|
248
261
|
"templates": [
|
|
@@ -291,16 +304,6 @@
|
|
|
291
304
|
"models": ["Cosmos"],
|
|
292
305
|
"date": "2025-06-16"
|
|
293
306
|
},
|
|
294
|
-
{
|
|
295
|
-
"name": "image_chroma_text_to_image",
|
|
296
|
-
"title": "Chroma text to image",
|
|
297
|
-
"mediaType": "image",
|
|
298
|
-
"mediaSubtype": "webp",
|
|
299
|
-
"description": "Chroma is modified from flux and has some changes in the architecture.",
|
|
300
|
-
"tags": ["Text to Image", "Image"],
|
|
301
|
-
"models": ["Chroma", "Flux"],
|
|
302
|
-
"date": "2025-06-04"
|
|
303
|
-
},
|
|
304
307
|
{
|
|
305
308
|
"name": "hidream_i1_dev",
|
|
306
309
|
"title": "HiDream I1 Dev",
|
|
@@ -475,6 +478,7 @@
|
|
|
475
478
|
},
|
|
476
479
|
{
|
|
477
480
|
"moduleName": "default",
|
|
481
|
+
"category": "USE CASES",
|
|
478
482
|
"title": "Video",
|
|
479
483
|
"type": "video",
|
|
480
484
|
"templates": [
|
|
@@ -497,7 +501,7 @@
|
|
|
497
501
|
"mediaSubtype": "webp",
|
|
498
502
|
"thumbnailVariant": "hoverDissolve",
|
|
499
503
|
"tutorialUrl": "https://docs.comfy.org/tutorials/video/wan/wan2_2",
|
|
500
|
-
"tags": ["
|
|
504
|
+
"tags": ["Image to Video", "Video"],
|
|
501
505
|
"models": ["Wan2.2"],
|
|
502
506
|
"date": "2025-07-29"
|
|
503
507
|
},
|
|
@@ -509,10 +513,22 @@
|
|
|
509
513
|
"mediaSubtype": "webp",
|
|
510
514
|
"thumbnailVariant": "hoverDissolve",
|
|
511
515
|
"tutorialUrl": "https://docs.comfy.org/tutorials/video/wan/wan2_2",
|
|
512
|
-
"tags": ["
|
|
516
|
+
"tags": ["FLF2V", "Video"],
|
|
513
517
|
"models": ["Wan2.2"],
|
|
514
518
|
"date": "2025-08-02"
|
|
515
519
|
},
|
|
520
|
+
{
|
|
521
|
+
"name": "video_wan2_2_fun_inp_14B",
|
|
522
|
+
"title": "Wan 2.2 14B Fun Inp",
|
|
523
|
+
"description": "Generate videos from start and end frames using Wan 2.2 Fun Inp.",
|
|
524
|
+
"mediaType": "image",
|
|
525
|
+
"mediaSubtype": "webp",
|
|
526
|
+
"thumbnailVariant": "hoverDissolve",
|
|
527
|
+
"tutorialUrl": "https://docs.comfy.org/tutorials/video/wan/wan2_2",
|
|
528
|
+
"tags": ["FLF2V", "Video"],
|
|
529
|
+
"models": ["Wan2.2"],
|
|
530
|
+
"date": "2025-08-12"
|
|
531
|
+
},
|
|
516
532
|
{
|
|
517
533
|
"name": "video_wan2_2_5B_ti2v",
|
|
518
534
|
"title": "Wan 2.2 5B Video Generation",
|
|
@@ -764,6 +780,59 @@
|
|
|
764
780
|
},
|
|
765
781
|
{
|
|
766
782
|
"moduleName": "default",
|
|
783
|
+
"category": "USE CASES",
|
|
784
|
+
"title": "Audio",
|
|
785
|
+
"type": "audio",
|
|
786
|
+
"templates": [
|
|
787
|
+
{
|
|
788
|
+
"name": "audio_stable_audio_example",
|
|
789
|
+
"title": "Stable Audio",
|
|
790
|
+
"mediaType": "audio",
|
|
791
|
+
"mediaSubtype": "mp3",
|
|
792
|
+
"description": "Generate audio from text prompts using Stable Audio.",
|
|
793
|
+
"tags": ["Text to Audio", "Audio"],
|
|
794
|
+
"models": ["Stable Audio"],
|
|
795
|
+
"date": "2025-03-01",
|
|
796
|
+
"tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/audio/"
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
"name": "audio_ace_step_1_t2a_instrumentals",
|
|
800
|
+
"title": "ACE-Step v1 Text to Instrumentals Music",
|
|
801
|
+
"mediaType": "audio",
|
|
802
|
+
"mediaSubtype": "mp3",
|
|
803
|
+
"description": "Generate instrumental music from text prompts using ACE-Step v1.",
|
|
804
|
+
"tags": ["Text to Audio", "Audio", "Instrumentals"],
|
|
805
|
+
"models": ["ACE-Step v1"],
|
|
806
|
+
"date": "2025-03-01",
|
|
807
|
+
"tutorialUrl": "https://docs.comfy.org/tutorials/audio/ace-step/ace-step-v1"
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"name": "audio_ace_step_1_t2a_song",
|
|
811
|
+
"title": "ACE Step v1 Text to Song",
|
|
812
|
+
"mediaType": "audio",
|
|
813
|
+
"mediaSubtype": "mp3",
|
|
814
|
+
"description": "Generate songs with vocals from text prompts using ACE-Step v1, supporting multilingual and style customization.",
|
|
815
|
+
"tags": ["Text to Audio", "Audio", "Song"],
|
|
816
|
+
"models": ["ACE-Step v1"],
|
|
817
|
+
"date": "2025-03-01",
|
|
818
|
+
"tutorialUrl": "https://docs.comfy.org/tutorials/audio/ace-step/ace-step-v1"
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"name": "audio_ace_step_1_m2m_editing",
|
|
822
|
+
"title": "ACE Step v1 M2M Editing",
|
|
823
|
+
"mediaType": "audio",
|
|
824
|
+
"mediaSubtype": "mp3",
|
|
825
|
+
"description": "Edit existing songs to change style and lyrics using ACE-Step v1 M2M.",
|
|
826
|
+
"tags": ["Audio Editing", "Audio"],
|
|
827
|
+
"models": ["ACE-Step v1"],
|
|
828
|
+
"date": "2025-03-01",
|
|
829
|
+
"tutorialUrl": "https://docs.comfy.org/tutorials/audio/ace-step/ace-step-v1"
|
|
830
|
+
}
|
|
831
|
+
]
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"moduleName": "default",
|
|
835
|
+
"category": "TOOLS & BUILDING",
|
|
767
836
|
"title": "Image API",
|
|
768
837
|
"type": "image",
|
|
769
838
|
"templates": [
|
|
@@ -1024,6 +1093,7 @@
|
|
|
1024
1093
|
},
|
|
1025
1094
|
{
|
|
1026
1095
|
"moduleName": "default",
|
|
1096
|
+
"category": "TOOLS & BUILDING",
|
|
1027
1097
|
"title": "Video API",
|
|
1028
1098
|
"type": "video",
|
|
1029
1099
|
"templates": [
|
|
@@ -1253,6 +1323,7 @@
|
|
|
1253
1323
|
},
|
|
1254
1324
|
{
|
|
1255
1325
|
"moduleName": "default",
|
|
1326
|
+
"category": "TOOLS & BUILDING",
|
|
1256
1327
|
"title": "3D API",
|
|
1257
1328
|
"type": "image",
|
|
1258
1329
|
"templates": [
|
|
@@ -1319,6 +1390,7 @@
|
|
|
1319
1390
|
},
|
|
1320
1391
|
{
|
|
1321
1392
|
"moduleName": "default",
|
|
1393
|
+
"category": "TOOLS & BUILDING",
|
|
1322
1394
|
"title": "LLM API",
|
|
1323
1395
|
"type": "image",
|
|
1324
1396
|
"templates": [
|
|
@@ -1348,6 +1420,7 @@
|
|
|
1348
1420
|
},
|
|
1349
1421
|
{
|
|
1350
1422
|
"moduleName": "default",
|
|
1423
|
+
"category": "TOOLS & BUILDING",
|
|
1351
1424
|
"title": "Upscaling",
|
|
1352
1425
|
"type": "image",
|
|
1353
1426
|
"templates": [
|
|
@@ -1403,6 +1476,7 @@
|
|
|
1403
1476
|
},
|
|
1404
1477
|
{
|
|
1405
1478
|
"moduleName": "default",
|
|
1479
|
+
"category": "TOOLS & BUILDING",
|
|
1406
1480
|
"title": "ControlNet",
|
|
1407
1481
|
"type": "image",
|
|
1408
1482
|
"templates": [
|
|
@@ -1470,6 +1544,7 @@
|
|
|
1470
1544
|
},
|
|
1471
1545
|
{
|
|
1472
1546
|
"moduleName": "default",
|
|
1547
|
+
"category": "TOOLS & BUILDING",
|
|
1473
1548
|
"title": "Area Composition",
|
|
1474
1549
|
"type": "image",
|
|
1475
1550
|
"templates": [
|
|
@@ -1499,6 +1574,7 @@
|
|
|
1499
1574
|
},
|
|
1500
1575
|
{
|
|
1501
1576
|
"moduleName": "default",
|
|
1577
|
+
"category": "USE CASES",
|
|
1502
1578
|
"title": "3D",
|
|
1503
1579
|
"type": "3d",
|
|
1504
1580
|
"templates": [
|
|
@@ -1549,56 +1625,5 @@
|
|
|
1549
1625
|
"tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/3d/"
|
|
1550
1626
|
}
|
|
1551
1627
|
]
|
|
1552
|
-
},
|
|
1553
|
-
{
|
|
1554
|
-
"moduleName": "default",
|
|
1555
|
-
"title": "Audio",
|
|
1556
|
-
"type": "audio",
|
|
1557
|
-
"templates": [
|
|
1558
|
-
{
|
|
1559
|
-
"name": "audio_stable_audio_example",
|
|
1560
|
-
"title": "Stable Audio",
|
|
1561
|
-
"mediaType": "audio",
|
|
1562
|
-
"mediaSubtype": "mp3",
|
|
1563
|
-
"description": "Generate audio from text prompts using Stable Audio.",
|
|
1564
|
-
"tags": ["Text to Audio", "Audio"],
|
|
1565
|
-
"models": ["Stable Audio"],
|
|
1566
|
-
"date": "2025-03-01",
|
|
1567
|
-
"tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/audio/"
|
|
1568
|
-
},
|
|
1569
|
-
{
|
|
1570
|
-
"name": "audio_ace_step_1_t2a_instrumentals",
|
|
1571
|
-
"title": "ACE-Step v1 Text to Instrumentals Music",
|
|
1572
|
-
"mediaType": "audio",
|
|
1573
|
-
"mediaSubtype": "mp3",
|
|
1574
|
-
"description": "Generate instrumental music from text prompts using ACE-Step v1.",
|
|
1575
|
-
"tags": ["Text to Audio", "Audio", "Instrumentals"],
|
|
1576
|
-
"models": ["ACE-Step v1"],
|
|
1577
|
-
"date": "2025-03-01",
|
|
1578
|
-
"tutorialUrl": "https://docs.comfy.org/tutorials/audio/ace-step/ace-step-v1"
|
|
1579
|
-
},
|
|
1580
|
-
{
|
|
1581
|
-
"name": "audio_ace_step_1_t2a_song",
|
|
1582
|
-
"title": "ACE Step v1 Text to Song",
|
|
1583
|
-
"mediaType": "audio",
|
|
1584
|
-
"mediaSubtype": "mp3",
|
|
1585
|
-
"description": "Generate songs with vocals from text prompts using ACE-Step v1, supporting multilingual and style customization.",
|
|
1586
|
-
"tags": ["Text to Audio", "Audio", "Song"],
|
|
1587
|
-
"models": ["ACE-Step v1"],
|
|
1588
|
-
"date": "2025-03-01",
|
|
1589
|
-
"tutorialUrl": "https://docs.comfy.org/tutorials/audio/ace-step/ace-step-v1"
|
|
1590
|
-
},
|
|
1591
|
-
{
|
|
1592
|
-
"name": "audio_ace_step_1_m2m_editing",
|
|
1593
|
-
"title": "ACE Step v1 M2M Editing",
|
|
1594
|
-
"mediaType": "audio",
|
|
1595
|
-
"mediaSubtype": "mp3",
|
|
1596
|
-
"description": "Edit existing songs to change style and lyrics using ACE-Step v1 M2M.",
|
|
1597
|
-
"tags": ["Audio Editing", "Audio"],
|
|
1598
|
-
"models": ["ACE-Step v1"],
|
|
1599
|
-
"date": "2025-03-01",
|
|
1600
|
-
"tutorialUrl": "https://docs.comfy.org/tutorials/audio/ace-step/ace-step-v1"
|
|
1601
|
-
}
|
|
1602
|
-
]
|
|
1603
1628
|
}
|
|
1604
1629
|
]
|