comfyui-workflow-templates 0.1.81__py3-none-any.whl → 0.1.82__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/3d_hunyuan3d-v2.1-1.webp +0 -0
- comfyui_workflow_templates/templates/{image_cosmos_predict2_2B_t2i.json → 3d_hunyuan3d-v2.1.json} +316 -242
- comfyui_workflow_templates/templates/image_chroma1_radiance_text_to_image-1.webp +0 -0
- comfyui_workflow_templates/templates/{video_cosmos_predict2_2B_video2world_480p_16fps.json → image_chroma1_radiance_text_to_image.json} +270 -318
- comfyui_workflow_templates/templates/image_flux.1_fill_dev_OneReward-1.webp +0 -0
- comfyui_workflow_templates/templates/image_flux.1_fill_dev_OneReward-2.webp +0 -0
- comfyui_workflow_templates/templates/image_flux.1_fill_dev_OneReward.json +2580 -0
- comfyui_workflow_templates/templates/image_qwen_image_instantx_inpainting_controlnet.json +2157 -504
- comfyui_workflow_templates/templates/index.es.json +368 -239
- comfyui_workflow_templates/templates/index.fr.json +369 -239
- comfyui_workflow_templates/templates/index.ja.json +368 -239
- comfyui_workflow_templates/templates/index.json +348 -242
- comfyui_workflow_templates/templates/index.ko.json +368 -239
- comfyui_workflow_templates/templates/index.ru.json +368 -239
- comfyui_workflow_templates/templates/index.schema.json +14 -1
- comfyui_workflow_templates/templates/index.zh-TW.json +369 -240
- comfyui_workflow_templates/templates/index.zh.json +369 -240
- comfyui_workflow_templates/templates/video_humo-1.webp +0 -0
- comfyui_workflow_templates/templates/video_humo.json +1077 -0
- comfyui_workflow_templates/templates/video_wan2_2_14B_animate-1.webp +0 -0
- comfyui_workflow_templates/templates/video_wan2_2_14B_animate.json +2155 -0
- comfyui_workflow_templates/templates/video_wan2_2_14B_fun_control.json +5 -5
- {comfyui_workflow_templates-0.1.81.dist-info → comfyui_workflow_templates-0.1.82.dist-info}/METADATA +1 -1
- {comfyui_workflow_templates-0.1.81.dist-info → comfyui_workflow_templates-0.1.82.dist-info}/RECORD +27 -23
- comfyui_workflow_templates/templates/flux_kontext_dev_grouped-1.webp +0 -0
- comfyui_workflow_templates/templates/flux_kontext_dev_grouped-2.webp +0 -0
- comfyui_workflow_templates/templates/flux_kontext_dev_grouped.json +0 -1456
- comfyui_workflow_templates/templates/image_cosmos_predict2_2B_t2i-1.webp +0 -0
- comfyui_workflow_templates/templates/video_cosmos_predict2_2B_video2world_480p_16fps-1.webp +0 -0
- {comfyui_workflow_templates-0.1.81.dist-info → comfyui_workflow_templates-0.1.82.dist-info}/WHEEL +0 -0
- {comfyui_workflow_templates-0.1.81.dist-info → comfyui_workflow_templates-0.1.82.dist-info}/licenses/LICENSE +0 -0
- {comfyui_workflow_templates-0.1.81.dist-info → comfyui_workflow_templates-0.1.82.dist-info}/top_level.txt +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"moduleName": "default",
|
|
4
|
-
"category": "USE CASES",
|
|
5
4
|
"type": "image",
|
|
5
|
+
"isEssential": true,
|
|
6
6
|
"title": "Bases",
|
|
7
7
|
"templates": [
|
|
8
8
|
{
|
|
@@ -100,15 +100,167 @@
|
|
|
100
100
|
"models": ["SD1.5"],
|
|
101
101
|
"date": "2025-03-01",
|
|
102
102
|
"size": 2.77
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"name": "area_composition",
|
|
106
|
+
"title": "Composition de Zone",
|
|
107
|
+
"mediaType": "image",
|
|
108
|
+
"mediaSubtype": "webp",
|
|
109
|
+
"description": "Générer des images en contrôlant la composition avec des zones définies.",
|
|
110
|
+
"tags": ["Composition de Zone", "Image"],
|
|
111
|
+
"models": ["SD1.5"],
|
|
112
|
+
"date": "2025-03-01",
|
|
113
|
+
"tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/area_composition/",
|
|
114
|
+
"size": 2.3
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"name": "area_composition_square_area_for_subject",
|
|
118
|
+
"title": "Area Composition Square Area for Subject",
|
|
119
|
+
"mediaType": "image",
|
|
120
|
+
"mediaSubtype": "webp",
|
|
121
|
+
"description": "Générer des images avec un placement cohérent du sujet en utilisant la composition de zone.",
|
|
122
|
+
"tags": ["Composition de Zone", "Image"],
|
|
123
|
+
"models": ["SD1.5"],
|
|
124
|
+
"date": "2025-03-01",
|
|
125
|
+
"tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/area_composition/#increasing-consistency-of-images-with-area-composition",
|
|
126
|
+
"size": 2.3
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "hiresfix_latent_workflow",
|
|
130
|
+
"title": "Agrandissement",
|
|
131
|
+
"mediaType": "image",
|
|
132
|
+
"mediaSubtype": "webp",
|
|
133
|
+
"description": "Agrandir les images en améliorant la qualité dans l'espace latent.",
|
|
134
|
+
"thumbnailVariant": "compareSlider",
|
|
135
|
+
"tags": ["Agrandissement", "Image"],
|
|
136
|
+
"models": ["SD1.5"],
|
|
137
|
+
"date": "2025-03-01",
|
|
138
|
+
"tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/2_pass_txt2img/",
|
|
139
|
+
"size": 1.99
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"name": "esrgan_example",
|
|
143
|
+
"title": "ESRGAN",
|
|
144
|
+
"mediaType": "image",
|
|
145
|
+
"mediaSubtype": "webp",
|
|
146
|
+
"description": "Agrandir les images en utilisant les modèles ESRGAN pour améliorer la qualité.",
|
|
147
|
+
"thumbnailVariant": "compareSlider",
|
|
148
|
+
"tags": ["Agrandissement", "Image"],
|
|
149
|
+
"models": ["SD1.5"],
|
|
150
|
+
"date": "2025-03-01",
|
|
151
|
+
"tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/upscale_models/",
|
|
152
|
+
"size": 2.05
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"name": "hiresfix_esrgan_workflow",
|
|
156
|
+
"title": "HiresFix ESRGAN Workflow",
|
|
157
|
+
"mediaType": "image",
|
|
158
|
+
"mediaSubtype": "webp",
|
|
159
|
+
"description": "Agrandir les images en utilisant les modèles ESRGAN pendant les étapes de génération intermédiaires.",
|
|
160
|
+
"thumbnailVariant": "compareSlider",
|
|
161
|
+
"tags": ["Agrandissement", "Image"],
|
|
162
|
+
"models": ["SD1.5"],
|
|
163
|
+
"date": "2025-03-01",
|
|
164
|
+
"tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/2_pass_txt2img/#non-latent-upscaling",
|
|
165
|
+
"size": 2.05
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"name": "latent_upscale_different_prompt_model",
|
|
169
|
+
"title": "Latent Upscale Different Prompt Model",
|
|
170
|
+
"mediaType": "image",
|
|
171
|
+
"mediaSubtype": "webp",
|
|
172
|
+
"description": "Agrandir les images tout en changeant les prompts à travers les passes de génération.",
|
|
173
|
+
"thumbnailVariant": "zoomHover",
|
|
174
|
+
"tags": ["Agrandissement", "Image"],
|
|
175
|
+
"models": ["SD1.5"],
|
|
176
|
+
"date": "2025-03-01",
|
|
177
|
+
"tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/2_pass_txt2img/#more-examples",
|
|
178
|
+
"size": 3.97
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"name": "controlnet_example",
|
|
182
|
+
"title": "Scribble ControlNet",
|
|
183
|
+
"mediaType": "image",
|
|
184
|
+
"mediaSubtype": "webp",
|
|
185
|
+
"description": "Générer des images guidées par des images de référence griffonnées en utilisant ControlNet.",
|
|
186
|
+
"thumbnailVariant": "hoverDissolve",
|
|
187
|
+
"tags": ["ControlNet", "Image"],
|
|
188
|
+
"models": ["SD1.5"],
|
|
189
|
+
"date": "2025-03-01",
|
|
190
|
+
"tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/controlnet/",
|
|
191
|
+
"size": 2.97
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"name": "2_pass_pose_worship",
|
|
195
|
+
"title": "Pose ControlNet 2 Pass",
|
|
196
|
+
"mediaType": "image",
|
|
197
|
+
"mediaSubtype": "webp",
|
|
198
|
+
"description": "Générer des images guidées par des références de pose en utilisant ControlNet.",
|
|
199
|
+
"thumbnailVariant": "hoverDissolve",
|
|
200
|
+
"tags": ["ControlNet", "Image"],
|
|
201
|
+
"models": ["SD1.5"],
|
|
202
|
+
"date": "2025-03-01",
|
|
203
|
+
"tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/controlnet/#pose-controlnet",
|
|
204
|
+
"size": 0.98
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"name": "depth_controlnet",
|
|
208
|
+
"title": "Depth ControlNet",
|
|
209
|
+
"mediaType": "image",
|
|
210
|
+
"mediaSubtype": "webp",
|
|
211
|
+
"description": "Générer des images guidées par les informations de profondeur en utilisant ControlNet.",
|
|
212
|
+
"thumbnailVariant": "hoverDissolve",
|
|
213
|
+
"tags": ["ControlNet", "Image"],
|
|
214
|
+
"models": ["SD1.5"],
|
|
215
|
+
"date": "2025-03-01",
|
|
216
|
+
"tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/controlnet/#t2i-adapter-vs-controlnets",
|
|
217
|
+
"size": 0.67
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"name": "depth_t2i_adapter",
|
|
221
|
+
"title": "Depth T2I Adapter",
|
|
222
|
+
"mediaType": "image",
|
|
223
|
+
"mediaSubtype": "webp",
|
|
224
|
+
"description": "Générer des images guidées par les informations de profondeur en utilisant l'adaptateur T2I.",
|
|
225
|
+
"thumbnailVariant": "hoverDissolve",
|
|
226
|
+
"tags": ["Adaptateur T2I", "Image"],
|
|
227
|
+
"models": ["SD1.5"],
|
|
228
|
+
"date": "2025-03-01",
|
|
229
|
+
"tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/controlnet/#t2i-adapter-vs-controlnets"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"name": "mixing_controlnets",
|
|
233
|
+
"title": "Mixing ControlNets",
|
|
234
|
+
"mediaType": "image",
|
|
235
|
+
"mediaSubtype": "webp",
|
|
236
|
+
"description": "Générer des images en combinant plusieurs modèles ControlNet.",
|
|
237
|
+
"thumbnailVariant": "hoverDissolve",
|
|
238
|
+
"tags": ["ControlNet", "Image"],
|
|
239
|
+
"models": ["SD1.5"],
|
|
240
|
+
"date": "2025-03-01",
|
|
241
|
+
"tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/controlnet/#mixing-controlnets",
|
|
242
|
+
"size": 1.66
|
|
103
243
|
}
|
|
104
244
|
]
|
|
105
245
|
},
|
|
106
246
|
{
|
|
107
247
|
"moduleName": "default",
|
|
108
|
-
"category": "USE CASES",
|
|
109
248
|
"type": "image",
|
|
249
|
+
"category": "GENERATION TYPE",
|
|
250
|
+
"icon": "icon-[lucide--volume-2]",
|
|
110
251
|
"title": "Flux",
|
|
111
252
|
"templates": [
|
|
253
|
+
{
|
|
254
|
+
"name": "image_chroma1_radiance_text_to_image",
|
|
255
|
+
"title": "Chroma1 Radiance text to image",
|
|
256
|
+
"mediaType": "image",
|
|
257
|
+
"mediaSubtype": "webp",
|
|
258
|
+
"description": "Chroma1-Radiance works directly with image pixels instead of compressed latents, delivering higher quality images with reduced artifacts and distortion.",
|
|
259
|
+
"tags": ["Text to Image", "Image"],
|
|
260
|
+
"models": ["Chroma1 Radiance"],
|
|
261
|
+
"date": "2025-09-18",
|
|
262
|
+
"size": 21.69
|
|
263
|
+
},
|
|
112
264
|
{
|
|
113
265
|
"name": "image_chroma_text_to_image",
|
|
114
266
|
"title": "Chroma texte vers image",
|
|
@@ -133,6 +285,18 @@
|
|
|
133
285
|
"date": "2025-06-26",
|
|
134
286
|
"size": 16.43
|
|
135
287
|
},
|
|
288
|
+
{
|
|
289
|
+
"name": "image_flux.1_fill_dev_OneReward",
|
|
290
|
+
"title": "Flux Kontext Dev Image Edit",
|
|
291
|
+
"mediaType": "image",
|
|
292
|
+
"mediaSubtype": "webp",
|
|
293
|
+
"thumbnailVariant": "compareSlider",
|
|
294
|
+
"description": "Supports various tasks such as image inpainting, outpainting, and object removal",
|
|
295
|
+
"tags": ["Inpainting", "Outpainting"],
|
|
296
|
+
"models": ["Flux"],
|
|
297
|
+
"date": "2025-09-21",
|
|
298
|
+
"size": 27.01
|
|
299
|
+
},
|
|
136
300
|
{
|
|
137
301
|
"name": "flux_dev_checkpoint_example",
|
|
138
302
|
"title": "Flux Dev fp8",
|
|
@@ -274,8 +438,9 @@
|
|
|
274
438
|
},
|
|
275
439
|
{
|
|
276
440
|
"moduleName": "default",
|
|
277
|
-
"category": "USE CASES",
|
|
278
441
|
"type": "image",
|
|
442
|
+
"category": "GENERATION TYPE",
|
|
443
|
+
"icon": "icon-[lucide--image]",
|
|
279
444
|
"title": "Image",
|
|
280
445
|
"templates": [
|
|
281
446
|
{
|
|
@@ -302,6 +467,19 @@
|
|
|
302
467
|
"date": "2025-08-23",
|
|
303
468
|
"size": 32.88
|
|
304
469
|
},
|
|
470
|
+
{
|
|
471
|
+
"name": "image_qwen_image_instantx_inpainting_controlnet",
|
|
472
|
+
"title": "Qwen-Image InstantX Inpainting ControlNet",
|
|
473
|
+
"mediaType": "image",
|
|
474
|
+
"mediaSubtype": "webp",
|
|
475
|
+
"thumbnailVariant": "compareSlider",
|
|
476
|
+
"description": "Professional inpainting and image editing with Qwen-Image InstantX ControlNet. Supports object replacement, text modification, background changes, and outpainting.",
|
|
477
|
+
"tags": ["Image to Image", "Image", "ControlNet", "Inpainting"],
|
|
478
|
+
"tutorialUrl": "https://docs.comfy.org/tutorials/image/qwen/qwen-image",
|
|
479
|
+
"models": ["Qwen-Image"],
|
|
480
|
+
"date": "2025-09-12",
|
|
481
|
+
"size": 33.54
|
|
482
|
+
},
|
|
305
483
|
{
|
|
306
484
|
"name": "image_qwen_image_union_control_lora",
|
|
307
485
|
"title": "Qwen-Image Union Control",
|
|
@@ -554,8 +732,9 @@
|
|
|
554
732
|
},
|
|
555
733
|
{
|
|
556
734
|
"moduleName": "default",
|
|
557
|
-
"category": "USE CASES",
|
|
558
735
|
"type": "video",
|
|
736
|
+
"category": "GENERATION TYPE",
|
|
737
|
+
"icon": "icon-[lucide--film]",
|
|
559
738
|
"title": "Vidéo",
|
|
560
739
|
"templates": [
|
|
561
740
|
{
|
|
@@ -596,6 +775,18 @@
|
|
|
596
775
|
"date": "2025-08-02",
|
|
597
776
|
"size": 35.42
|
|
598
777
|
},
|
|
778
|
+
{
|
|
779
|
+
"name": "video_wan2_2_14B_animate",
|
|
780
|
+
"title": "Wan2.2 Animate, character animation and replacement",
|
|
781
|
+
"description": "Unified character animation and replacement framework with precise motion and expression replication.",
|
|
782
|
+
"mediaType": "image",
|
|
783
|
+
"mediaSubtype": "webp",
|
|
784
|
+
"tutorialUrl": "https://docs.comfy.org/tutorials/video/wan/wan2-2-animate",
|
|
785
|
+
"tags": ["Video", "Image to Video"],
|
|
786
|
+
"models": ["Wan2.2"],
|
|
787
|
+
"date": "2025-09-22",
|
|
788
|
+
"size": 25.535
|
|
789
|
+
},
|
|
599
790
|
{
|
|
600
791
|
"name": "video_wan2_2_14B_s2v",
|
|
601
792
|
"title": "Wan2.2-S2V Génération de Vidéo Pilotée par l'Audio",
|
|
@@ -605,16 +796,28 @@
|
|
|
605
796
|
"tutorialUrl": "https://docs.comfy.org/tutorials/video/wan/wan2-2-s2v",
|
|
606
797
|
"tags": ["Vidéo"],
|
|
607
798
|
"models": ["Wan2.2"],
|
|
608
|
-
"date": "2025-08-02"
|
|
799
|
+
"date": "2025-08-02",
|
|
800
|
+
"size": 23.52
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"name": "video_humo",
|
|
804
|
+
"title": "HoMO Video Generation",
|
|
805
|
+
"description": "Generate videos basic on audio, image, and text, keep the character's lip sync.",
|
|
806
|
+
"mediaType": "image",
|
|
807
|
+
"mediaSubtype": "webp",
|
|
808
|
+
"tags": ["Video"],
|
|
809
|
+
"models": ["HoMO"],
|
|
810
|
+
"date": "2025-09-21",
|
|
811
|
+
"size": 25.98
|
|
609
812
|
},
|
|
610
813
|
{
|
|
611
814
|
"name": "video_wan2_2_14B_fun_inpaint",
|
|
612
815
|
"title": "Wan 2.2 14B Fun Inp",
|
|
613
|
-
"description": "
|
|
816
|
+
"description": "Generate videos from start and end frames using Wan 2.2 Fun Inp.",
|
|
614
817
|
"mediaType": "image",
|
|
615
818
|
"mediaSubtype": "webp",
|
|
616
819
|
"tutorialUrl": "https://docs.comfy.org/tutorials/video/wan/wan2-2-fun-inp",
|
|
617
|
-
"tags": ["FLF2V", "
|
|
820
|
+
"tags": ["FLF2V", "Video"],
|
|
618
821
|
"models": ["Wan2.2"],
|
|
619
822
|
"date": "2025-08-12",
|
|
620
823
|
"size": 35.42
|
|
@@ -926,8 +1129,9 @@
|
|
|
926
1129
|
},
|
|
927
1130
|
{
|
|
928
1131
|
"moduleName": "default",
|
|
929
|
-
"category": "USE CASES",
|
|
930
1132
|
"type": "audio",
|
|
1133
|
+
"category": "GENERATION TYPE",
|
|
1134
|
+
"icon": "icon-[lucide--volume-2]",
|
|
931
1135
|
"title": "Audio",
|
|
932
1136
|
"templates": [
|
|
933
1137
|
{
|
|
@@ -982,10 +1186,23 @@
|
|
|
982
1186
|
},
|
|
983
1187
|
{
|
|
984
1188
|
"moduleName": "default",
|
|
985
|
-
"category": "USE CASES",
|
|
986
1189
|
"type": "3d",
|
|
1190
|
+
"category": "GENERATION TYPE",
|
|
1191
|
+
"icon": "icon-[lucide--box]",
|
|
987
1192
|
"title": "3D",
|
|
988
1193
|
"templates": [
|
|
1194
|
+
{
|
|
1195
|
+
"name": "3d_hunyuan3d-v2.1",
|
|
1196
|
+
"title": "Hunyuan3D 2.1",
|
|
1197
|
+
"mediaType": "image",
|
|
1198
|
+
"mediaSubtype": "webp",
|
|
1199
|
+
"description": "Generate 3D models from single images using Hunyuan3D 2.0.",
|
|
1200
|
+
"tags": ["Image to Model", "3D"],
|
|
1201
|
+
"models": ["Hunyuan3D 2.0"],
|
|
1202
|
+
"date": "2025-03-01",
|
|
1203
|
+
"tutorialUrl": "",
|
|
1204
|
+
"size": 4.59
|
|
1205
|
+
},
|
|
989
1206
|
{
|
|
990
1207
|
"name": "3d_hunyuan3d_image_to_model",
|
|
991
1208
|
"title": "Hunyuan3D 2.0",
|
|
@@ -996,6 +1213,7 @@
|
|
|
996
1213
|
"models": ["Hunyuan3D 2.0"],
|
|
997
1214
|
"date": "2025-03-01",
|
|
998
1215
|
"tutorialUrl": "",
|
|
1216
|
+
"OpenSource": false,
|
|
999
1217
|
"size": 4.59
|
|
1000
1218
|
},
|
|
1001
1219
|
{
|
|
@@ -1040,10 +1258,22 @@
|
|
|
1040
1258
|
},
|
|
1041
1259
|
{
|
|
1042
1260
|
"moduleName": "default",
|
|
1043
|
-
"category": "TOOLS & BUILDING",
|
|
1044
1261
|
"type": "image",
|
|
1262
|
+
"category": "CLOSED SOURCE MODELS",
|
|
1263
|
+
"icon": "icon-[lucide--hand-coins]",
|
|
1045
1264
|
"title": "API Image",
|
|
1046
1265
|
"templates": [
|
|
1266
|
+
{
|
|
1267
|
+
"name": "api_bytedance_seedream4",
|
|
1268
|
+
"title": "ByteDance Seedream 4.0",
|
|
1269
|
+
"description": "Multi-modal AI model for text-to-image and image editing. Generate 2K images in under 2 seconds with natural language control.",
|
|
1270
|
+
"mediaType": "image",
|
|
1271
|
+
"mediaSubtype": "webp",
|
|
1272
|
+
"tags": ["Image Edit", "Image", "API", "Text-to-Image"],
|
|
1273
|
+
"models": ["Seedream 4.0"],
|
|
1274
|
+
"date": "2025-09-11",
|
|
1275
|
+
"OpenSource": false
|
|
1276
|
+
},
|
|
1047
1277
|
{
|
|
1048
1278
|
"name": "api_google_gemini_image",
|
|
1049
1279
|
"title": "Google Gemini Image",
|
|
@@ -1052,7 +1282,8 @@
|
|
|
1052
1282
|
"mediaSubtype": "webp",
|
|
1053
1283
|
"tags": ["Édition d'Image", "Image", "API", "Texte-vers-Image"],
|
|
1054
1284
|
"models": ["Gemini-2.5-Flash", "nano-banana"],
|
|
1055
|
-
"date": "2025-08-27"
|
|
1285
|
+
"date": "2025-08-27",
|
|
1286
|
+
"OpenSource": false
|
|
1056
1287
|
},
|
|
1057
1288
|
{
|
|
1058
1289
|
"name": "api_bfl_flux_1_kontext_multiple_images_input",
|
|
@@ -1064,7 +1295,8 @@
|
|
|
1064
1295
|
"tutorialUrl": "https://docs.comfy.org/tutorials/api-nodes/black-forest-labs/flux-1-kontext",
|
|
1065
1296
|
"tags": ["Édition d'Image", "Image"],
|
|
1066
1297
|
"models": ["Flux"],
|
|
1067
|
-
"date": "2025-05-29"
|
|
1298
|
+
"date": "2025-05-29",
|
|
1299
|
+
"OpenSource": false
|
|
1068
1300
|
},
|
|
1069
1301
|
{
|
|
1070
1302
|
"name": "api_bfl_flux_1_kontext_pro_image",
|
|
@@ -1076,7 +1308,8 @@
|
|
|
1076
1308
|
"tutorialUrl": "https://docs.comfy.org/tutorials/api-nodes/black-forest-labs/flux-1-kontext",
|
|
1077
1309
|
"tags": ["Édition d'Image", "Image"],
|
|
1078
1310
|
"models": ["Flux"],
|
|
1079
|
-
"date": "2025-05-29"
|
|
1311
|
+
"date": "2025-05-29",
|
|
1312
|
+
"OpenSource": false
|
|
1080
1313
|
},
|
|
1081
1314
|
{
|
|
1082
1315
|
"name": "api_bfl_flux_1_kontext_max_image",
|
|
@@ -1088,7 +1321,8 @@
|
|
|
1088
1321
|
"tutorialUrl": "https://docs.comfy.org/tutorials/api-nodes/black-forest-labs/flux-1-kontext",
|
|
1089
1322
|
"tags": ["Édition d'Image", "Image"],
|
|
1090
1323
|
"models": ["Flux"],
|
|
1091
|
-
"date": "2025-05-29"
|
|
1324
|
+
"date": "2025-05-29",
|
|
1325
|
+
"OpenSource": false
|
|
1092
1326
|
},
|
|
1093
1327
|
{
|
|
1094
1328
|
"name": "api_bfl_flux_pro_t2i",
|
|
@@ -1099,7 +1333,8 @@
|
|
|
1099
1333
|
"tutorialUrl": "https://docs.comfy.org/tutorials/api-nodes/black-forest-labs/flux-1-1-pro-ultra-image",
|
|
1100
1334
|
"tags": ["Édition d'Image", "Image"],
|
|
1101
1335
|
"models": ["Flux"],
|
|
1102
|
-
"date": "2025-05-01"
|
|
1336
|
+
"date": "2025-05-01",
|
|
1337
|
+
"OpenSource": false
|
|
1103
1338
|
},
|
|
1104
1339
|
{
|
|
1105
1340
|
"name": "api_luma_photon_i2i",
|
|
@@ -1110,7 +1345,8 @@
|
|
|
1110
1345
|
"thumbnailVariant": "compareSlider",
|
|
1111
1346
|
"tags": ["Image vers Image", "Image", "API"],
|
|
1112
1347
|
"models": ["Luma Photon"],
|
|
1113
|
-
"date": "2025-03-01"
|
|
1348
|
+
"date": "2025-03-01",
|
|
1349
|
+
"OpenSource": false
|
|
1114
1350
|
},
|
|
1115
1351
|
{
|
|
1116
1352
|
"name": "api_luma_photon_style_ref",
|
|
@@ -1121,7 +1357,8 @@
|
|
|
1121
1357
|
"thumbnailVariant": "compareSlider",
|
|
1122
1358
|
"tags": ["Texte vers Image", "Image", "API", "Transfert de Style"],
|
|
1123
1359
|
"models": ["Luma Photon"],
|
|
1124
|
-
"date": "2025-03-01"
|
|
1360
|
+
"date": "2025-03-01",
|
|
1361
|
+
"OpenSource": false
|
|
1125
1362
|
},
|
|
1126
1363
|
{
|
|
1127
1364
|
"name": "api_recraft_image_gen_with_color_control",
|
|
@@ -1131,7 +1368,8 @@
|
|
|
1131
1368
|
"mediaSubtype": "webp",
|
|
1132
1369
|
"tags": ["Texte vers Image", "Image", "API", "Contrôle de Couleur"],
|
|
1133
1370
|
"models": ["Recraft"],
|
|
1134
|
-
"date": "2025-03-01"
|
|
1371
|
+
"date": "2025-03-01",
|
|
1372
|
+
"OpenSource": false
|
|
1135
1373
|
},
|
|
1136
1374
|
{
|
|
1137
1375
|
"name": "api_recraft_image_gen_with_style_control",
|
|
@@ -1141,7 +1379,8 @@
|
|
|
1141
1379
|
"mediaSubtype": "webp",
|
|
1142
1380
|
"tags": ["Texte vers Image", "Image", "API", "Contrôle de Style"],
|
|
1143
1381
|
"models": ["Recraft"],
|
|
1144
|
-
"date": "2025-03-01"
|
|
1382
|
+
"date": "2025-03-01",
|
|
1383
|
+
"OpenSource": false
|
|
1145
1384
|
},
|
|
1146
1385
|
{
|
|
1147
1386
|
"name": "api_recraft_vector_gen",
|
|
@@ -1151,7 +1390,8 @@
|
|
|
1151
1390
|
"mediaSubtype": "webp",
|
|
1152
1391
|
"tags": ["Texte vers Image", "Image", "API", "Vector"],
|
|
1153
1392
|
"models": ["Recraft"],
|
|
1154
|
-
"date": "2025-03-01"
|
|
1393
|
+
"date": "2025-03-01",
|
|
1394
|
+
"OpenSource": false
|
|
1155
1395
|
},
|
|
1156
1396
|
{
|
|
1157
1397
|
"name": "api_runway_text_to_image",
|
|
@@ -1161,7 +1401,8 @@
|
|
|
1161
1401
|
"mediaSubtype": "webp",
|
|
1162
1402
|
"tags": ["Texte vers Image", "Image", "API"],
|
|
1163
1403
|
"models": ["Runway"],
|
|
1164
|
-
"date": "2025-03-01"
|
|
1404
|
+
"date": "2025-03-01",
|
|
1405
|
+
"OpenSource": false
|
|
1165
1406
|
},
|
|
1166
1407
|
{
|
|
1167
1408
|
"name": "api_runway_reference_to_image",
|
|
@@ -1172,7 +1413,8 @@
|
|
|
1172
1413
|
"mediaSubtype": "webp",
|
|
1173
1414
|
"tags": ["Image vers Image", "Image", "API", "Transfert de Style"],
|
|
1174
1415
|
"models": ["Runway"],
|
|
1175
|
-
"date": "2025-03-01"
|
|
1416
|
+
"date": "2025-03-01",
|
|
1417
|
+
"OpenSource": false
|
|
1176
1418
|
},
|
|
1177
1419
|
{
|
|
1178
1420
|
"name": "api_stability_ai_stable_image_ultra_t2i",
|
|
@@ -1182,7 +1424,8 @@
|
|
|
1182
1424
|
"mediaSubtype": "webp",
|
|
1183
1425
|
"tags": ["Texte vers Image", "Image", "API"],
|
|
1184
1426
|
"models": ["Stable Image Ultra"],
|
|
1185
|
-
"date": "2025-03-01"
|
|
1427
|
+
"date": "2025-03-01",
|
|
1428
|
+
"OpenSource": false
|
|
1186
1429
|
},
|
|
1187
1430
|
{
|
|
1188
1431
|
"name": "api_stability_ai_i2i",
|
|
@@ -1193,7 +1436,8 @@
|
|
|
1193
1436
|
"mediaSubtype": "webp",
|
|
1194
1437
|
"tags": ["Image vers Image", "Image", "API"],
|
|
1195
1438
|
"models": ["Stability AI"],
|
|
1196
|
-
"date": "2025-03-01"
|
|
1439
|
+
"date": "2025-03-01",
|
|
1440
|
+
"OpenSource": false
|
|
1197
1441
|
},
|
|
1198
1442
|
{
|
|
1199
1443
|
"name": "api_stability_ai_sd3.5_t2i",
|
|
@@ -1203,7 +1447,8 @@
|
|
|
1203
1447
|
"mediaSubtype": "webp",
|
|
1204
1448
|
"tags": ["Texte vers Image", "Image", "API"],
|
|
1205
1449
|
"models": ["SD3.5"],
|
|
1206
|
-
"date": "2025-03-01"
|
|
1450
|
+
"date": "2025-03-01",
|
|
1451
|
+
"OpenSource": false
|
|
1207
1452
|
},
|
|
1208
1453
|
{
|
|
1209
1454
|
"name": "api_stability_ai_sd3.5_i2i",
|
|
@@ -1214,7 +1459,8 @@
|
|
|
1214
1459
|
"mediaSubtype": "webp",
|
|
1215
1460
|
"tags": ["Image vers Image", "Image", "API"],
|
|
1216
1461
|
"models": ["SD3.5"],
|
|
1217
|
-
"date": "2025-03-01"
|
|
1462
|
+
"date": "2025-03-01",
|
|
1463
|
+
"OpenSource": false
|
|
1218
1464
|
},
|
|
1219
1465
|
{
|
|
1220
1466
|
"name": "api_ideogram_v3_t2i",
|
|
@@ -1224,7 +1470,8 @@
|
|
|
1224
1470
|
"mediaSubtype": "webp",
|
|
1225
1471
|
"tags": ["Texte vers Image", "Image", "API", "Text Rendering"],
|
|
1226
1472
|
"models": ["Ideogram V3"],
|
|
1227
|
-
"date": "2025-03-01"
|
|
1473
|
+
"date": "2025-03-01",
|
|
1474
|
+
"OpenSource": false
|
|
1228
1475
|
},
|
|
1229
1476
|
{
|
|
1230
1477
|
"name": "api_openai_image_1_t2i",
|
|
@@ -1235,7 +1482,8 @@
|
|
|
1235
1482
|
"tags": ["Texte vers Image", "Image", "API"],
|
|
1236
1483
|
"models": ["GPT-Image-1"],
|
|
1237
1484
|
"date": "2025-03-01",
|
|
1238
|
-
"tutorialUrl": "https://docs.comfy.org/tutorials/api-nodes/openai/gpt-image-1"
|
|
1485
|
+
"tutorialUrl": "https://docs.comfy.org/tutorials/api-nodes/openai/gpt-image-1",
|
|
1486
|
+
"OpenSource": false
|
|
1239
1487
|
},
|
|
1240
1488
|
{
|
|
1241
1489
|
"name": "api_openai_image_1_i2i",
|
|
@@ -1247,7 +1495,8 @@
|
|
|
1247
1495
|
"tags": ["Image vers Image", "Image", "API"],
|
|
1248
1496
|
"models": ["GPT-Image-1"],
|
|
1249
1497
|
"date": "2025-03-01",
|
|
1250
|
-
"tutorialUrl": "https://docs.comfy.org/tutorials/api-nodes/openai/gpt-image-1"
|
|
1498
|
+
"tutorialUrl": "https://docs.comfy.org/tutorials/api-nodes/openai/gpt-image-1",
|
|
1499
|
+
"OpenSource": false
|
|
1251
1500
|
},
|
|
1252
1501
|
{
|
|
1253
1502
|
"name": "api_openai_image_1_inpaint",
|
|
@@ -1259,7 +1508,8 @@
|
|
|
1259
1508
|
"tags": ["Inpainting", "Image", "API"],
|
|
1260
1509
|
"models": ["GPT-Image-1"],
|
|
1261
1510
|
"date": "2025-03-01",
|
|
1262
|
-
"tutorialUrl": "https://docs.comfy.org/tutorials/api-nodes/openai/gpt-image-1"
|
|
1511
|
+
"tutorialUrl": "https://docs.comfy.org/tutorials/api-nodes/openai/gpt-image-1",
|
|
1512
|
+
"OpenSource": false
|
|
1263
1513
|
},
|
|
1264
1514
|
{
|
|
1265
1515
|
"name": "api_openai_image_1_multi_inputs",
|
|
@@ -1271,7 +1521,8 @@
|
|
|
1271
1521
|
"tags": ["Texte vers Image", "Image", "API", "Multi Input"],
|
|
1272
1522
|
"models": ["GPT-Image-1"],
|
|
1273
1523
|
"date": "2025-03-01",
|
|
1274
|
-
"tutorialUrl": "https://docs.comfy.org/tutorials/api-nodes/openai/gpt-image-1"
|
|
1524
|
+
"tutorialUrl": "https://docs.comfy.org/tutorials/api-nodes/openai/gpt-image-1",
|
|
1525
|
+
"OpenSource": false
|
|
1275
1526
|
},
|
|
1276
1527
|
{
|
|
1277
1528
|
"name": "api_openai_dall_e_2_t2i",
|
|
@@ -1282,7 +1533,8 @@
|
|
|
1282
1533
|
"tags": ["Texte vers Image", "Image", "API"],
|
|
1283
1534
|
"models": ["Dall-E 2"],
|
|
1284
1535
|
"date": "2025-03-01",
|
|
1285
|
-
"tutorialUrl": "https://docs.comfy.org/tutorials/api-nodes/openai/dall-e-2"
|
|
1536
|
+
"tutorialUrl": "https://docs.comfy.org/tutorials/api-nodes/openai/dall-e-2",
|
|
1537
|
+
"OpenSource": false
|
|
1286
1538
|
},
|
|
1287
1539
|
{
|
|
1288
1540
|
"name": "api_openai_dall_e_2_inpaint",
|
|
@@ -1294,7 +1546,8 @@
|
|
|
1294
1546
|
"tags": ["Inpainting", "Image", "API"],
|
|
1295
1547
|
"models": ["Dall-E 2"],
|
|
1296
1548
|
"date": "2025-03-01",
|
|
1297
|
-
"tutorialUrl": "https://docs.comfy.org/tutorials/api-nodes/openai/dall-e-2"
|
|
1549
|
+
"tutorialUrl": "https://docs.comfy.org/tutorials/api-nodes/openai/dall-e-2",
|
|
1550
|
+
"OpenSource": false
|
|
1298
1551
|
},
|
|
1299
1552
|
{
|
|
1300
1553
|
"name": "api_openai_dall_e_3_t2i",
|
|
@@ -1305,14 +1558,16 @@
|
|
|
1305
1558
|
"tags": ["Texte vers Image", "Image", "API"],
|
|
1306
1559
|
"models": ["Dall-E 3"],
|
|
1307
1560
|
"date": "2025-03-01",
|
|
1308
|
-
"tutorialUrl": "https://docs.comfy.org/tutorials/api-nodes/openai/dall-e-3"
|
|
1561
|
+
"tutorialUrl": "https://docs.comfy.org/tutorials/api-nodes/openai/dall-e-3",
|
|
1562
|
+
"OpenSource": false
|
|
1309
1563
|
}
|
|
1310
1564
|
]
|
|
1311
1565
|
},
|
|
1312
1566
|
{
|
|
1313
1567
|
"moduleName": "default",
|
|
1314
|
-
"category": "TOOLS & BUILDING",
|
|
1315
1568
|
"type": "video",
|
|
1569
|
+
"category": "CLOSED SOURCE MODELS",
|
|
1570
|
+
"icon": "icon-[lucide--hand-coins]",
|
|
1316
1571
|
"title": "API Vidéo",
|
|
1317
1572
|
"templates": [
|
|
1318
1573
|
{
|
|
@@ -1324,7 +1579,8 @@
|
|
|
1324
1579
|
"tags": ["Image vers Vidéo", "Vidéo", "API"],
|
|
1325
1580
|
"models": ["Kling"],
|
|
1326
1581
|
"date": "2025-03-01",
|
|
1327
|
-
"tutorialUrl": ""
|
|
1582
|
+
"tutorialUrl": "",
|
|
1583
|
+
"OpenSource": false
|
|
1328
1584
|
},
|
|
1329
1585
|
{
|
|
1330
1586
|
"name": "api_kling_effects",
|
|
@@ -1335,7 +1591,8 @@
|
|
|
1335
1591
|
"tags": ["Effets Vidéo", "Vidéo", "API"],
|
|
1336
1592
|
"models": ["Kling"],
|
|
1337
1593
|
"date": "2025-03-01",
|
|
1338
|
-
"tutorialUrl": ""
|
|
1594
|
+
"tutorialUrl": "",
|
|
1595
|
+
"OpenSource": false
|
|
1339
1596
|
},
|
|
1340
1597
|
{
|
|
1341
1598
|
"name": "api_kling_flf",
|
|
@@ -1346,7 +1603,8 @@
|
|
|
1346
1603
|
"tags": ["Génération de Vidéo", "Vidéo", "API", "Contrôle de Cadre"],
|
|
1347
1604
|
"models": ["Kling"],
|
|
1348
1605
|
"date": "2025-03-01",
|
|
1349
|
-
"tutorialUrl": ""
|
|
1606
|
+
"tutorialUrl": "",
|
|
1607
|
+
"OpenSource": false
|
|
1350
1608
|
},
|
|
1351
1609
|
{
|
|
1352
1610
|
"name": "api_vidu_text_to_video",
|
|
@@ -1357,7 +1615,8 @@
|
|
|
1357
1615
|
"tags": ["Texte vers Vidéo", "Vidéo", "API"],
|
|
1358
1616
|
"models": ["Vidu"],
|
|
1359
1617
|
"date": "2025-08-23",
|
|
1360
|
-
"tutorialUrl": ""
|
|
1618
|
+
"tutorialUrl": "",
|
|
1619
|
+
"OpenSource": false
|
|
1361
1620
|
},
|
|
1362
1621
|
{
|
|
1363
1622
|
"name": "api_vidu_image_to_video",
|
|
@@ -1368,7 +1627,8 @@
|
|
|
1368
1627
|
"tags": ["Image vers Vidéo", "Vidéo", "API"],
|
|
1369
1628
|
"models": ["Vidu"],
|
|
1370
1629
|
"date": "2025-08-23",
|
|
1371
|
-
"tutorialUrl": ""
|
|
1630
|
+
"tutorialUrl": "",
|
|
1631
|
+
"OpenSource": false
|
|
1372
1632
|
},
|
|
1373
1633
|
{
|
|
1374
1634
|
"name": "api_vidu_reference_to_video",
|
|
@@ -1379,7 +1639,8 @@
|
|
|
1379
1639
|
"tags": ["Référence vers Vidéo", "Vidéo", "API"],
|
|
1380
1640
|
"models": ["Vidu"],
|
|
1381
1641
|
"date": "2025-08-23",
|
|
1382
|
-
"tutorialUrl": ""
|
|
1642
|
+
"tutorialUrl": "",
|
|
1643
|
+
"OpenSource": false
|
|
1383
1644
|
},
|
|
1384
1645
|
{
|
|
1385
1646
|
"name": "api_vidu_start_end_to_video",
|
|
@@ -1390,7 +1651,8 @@
|
|
|
1390
1651
|
"tags": ["FLF2V", "Vidéo", "API"],
|
|
1391
1652
|
"models": ["Vidu"],
|
|
1392
1653
|
"date": "2025-08-23",
|
|
1393
|
-
"tutorialUrl": ""
|
|
1654
|
+
"tutorialUrl": "",
|
|
1655
|
+
"OpenSource": false
|
|
1394
1656
|
},
|
|
1395
1657
|
{
|
|
1396
1658
|
"name": "api_luma_i2v",
|
|
@@ -1401,7 +1663,8 @@
|
|
|
1401
1663
|
"tags": ["Image vers Vidéo", "Vidéo", "API"],
|
|
1402
1664
|
"models": ["Luma"],
|
|
1403
1665
|
"date": "2025-03-01",
|
|
1404
|
-
"tutorialUrl": ""
|
|
1666
|
+
"tutorialUrl": "",
|
|
1667
|
+
"OpenSource": false
|
|
1405
1668
|
},
|
|
1406
1669
|
{
|
|
1407
1670
|
"name": "api_luma_t2v",
|
|
@@ -1412,7 +1675,8 @@
|
|
|
1412
1675
|
"tags": ["Texte vers Vidéo", "Vidéo", "API"],
|
|
1413
1676
|
"models": ["Luma"],
|
|
1414
1677
|
"date": "2025-03-01",
|
|
1415
|
-
"tutorialUrl": ""
|
|
1678
|
+
"tutorialUrl": "",
|
|
1679
|
+
"OpenSource": false
|
|
1416
1680
|
},
|
|
1417
1681
|
{
|
|
1418
1682
|
"name": "api_moonvalley_text_to_video",
|
|
@@ -1423,7 +1687,8 @@
|
|
|
1423
1687
|
"tags": ["Texte vers Vidéo", "Vidéo", "API"],
|
|
1424
1688
|
"models": ["Moonvalley"],
|
|
1425
1689
|
"date": "2025-03-01",
|
|
1426
|
-
"tutorialUrl": ""
|
|
1690
|
+
"tutorialUrl": "",
|
|
1691
|
+
"OpenSource": false
|
|
1427
1692
|
},
|
|
1428
1693
|
{
|
|
1429
1694
|
"name": "api_moonvalley_image_to_video",
|
|
@@ -1434,7 +1699,8 @@
|
|
|
1434
1699
|
"tags": ["Image vers Vidéo", "Vidéo", "API"],
|
|
1435
1700
|
"models": ["Moonvalley"],
|
|
1436
1701
|
"date": "2025-03-01",
|
|
1437
|
-
"tutorialUrl": ""
|
|
1702
|
+
"tutorialUrl": "",
|
|
1703
|
+
"OpenSource": false
|
|
1438
1704
|
},
|
|
1439
1705
|
{
|
|
1440
1706
|
"name": "api_moonvalley_video_to_video_motion_transfer",
|
|
@@ -1446,7 +1712,8 @@
|
|
|
1446
1712
|
"tags": ["Vidéo vers Vidéo", "Vidéo", "API", "Transfert de Mouvement"],
|
|
1447
1713
|
"models": ["Moonvalley"],
|
|
1448
1714
|
"date": "2025-03-01",
|
|
1449
|
-
"tutorialUrl": ""
|
|
1715
|
+
"tutorialUrl": "",
|
|
1716
|
+
"OpenSource": false
|
|
1450
1717
|
},
|
|
1451
1718
|
{
|
|
1452
1719
|
"name": "api_moonvalley_video_to_video_pose_control",
|
|
@@ -1458,7 +1725,8 @@
|
|
|
1458
1725
|
"tags": ["Vidéo vers Vidéo", "Vidéo", "API", "Contrôle de Pose"],
|
|
1459
1726
|
"models": ["Moonvalley"],
|
|
1460
1727
|
"date": "2025-03-01",
|
|
1461
|
-
"tutorialUrl": ""
|
|
1728
|
+
"tutorialUrl": "",
|
|
1729
|
+
"OpenSource": false
|
|
1462
1730
|
},
|
|
1463
1731
|
{
|
|
1464
1732
|
"name": "api_hailuo_minimax_video",
|
|
@@ -1469,7 +1737,8 @@
|
|
|
1469
1737
|
"tags": ["Texte vers Vidéo", "Vidéo", "API"],
|
|
1470
1738
|
"models": ["MiniMax"],
|
|
1471
1739
|
"date": "2025-03-01",
|
|
1472
|
-
"tutorialUrl": ""
|
|
1740
|
+
"tutorialUrl": "",
|
|
1741
|
+
"OpenSource": false
|
|
1473
1742
|
},
|
|
1474
1743
|
{
|
|
1475
1744
|
"name": "api_hailuo_minimax_t2v",
|
|
@@ -1480,7 +1749,8 @@
|
|
|
1480
1749
|
"tags": ["Texte vers Vidéo", "Vidéo", "API"],
|
|
1481
1750
|
"models": ["MiniMax"],
|
|
1482
1751
|
"date": "2025-03-01",
|
|
1483
|
-
"tutorialUrl": ""
|
|
1752
|
+
"tutorialUrl": "",
|
|
1753
|
+
"OpenSource": false
|
|
1484
1754
|
},
|
|
1485
1755
|
{
|
|
1486
1756
|
"name": "api_hailuo_minimax_i2v",
|
|
@@ -1491,7 +1761,8 @@
|
|
|
1491
1761
|
"tags": ["Image vers Vidéo", "Vidéo", "API"],
|
|
1492
1762
|
"models": ["MiniMax"],
|
|
1493
1763
|
"date": "2025-03-01",
|
|
1494
|
-
"tutorialUrl": ""
|
|
1764
|
+
"tutorialUrl": "",
|
|
1765
|
+
"OpenSource": false
|
|
1495
1766
|
},
|
|
1496
1767
|
{
|
|
1497
1768
|
"name": "api_pixverse_i2v",
|
|
@@ -1502,7 +1773,8 @@
|
|
|
1502
1773
|
"tags": ["Image vers Vidéo", "Vidéo", "API"],
|
|
1503
1774
|
"models": ["PixVerse"],
|
|
1504
1775
|
"date": "2025-03-01",
|
|
1505
|
-
"tutorialUrl": ""
|
|
1776
|
+
"tutorialUrl": "",
|
|
1777
|
+
"OpenSource": false
|
|
1506
1778
|
},
|
|
1507
1779
|
{
|
|
1508
1780
|
"name": "api_pixverse_template_i2v",
|
|
@@ -1513,7 +1785,8 @@
|
|
|
1513
1785
|
"tags": ["Image vers Vidéo", "Vidéo", "API", "Modèles"],
|
|
1514
1786
|
"models": ["PixVerse"],
|
|
1515
1787
|
"date": "2025-03-01",
|
|
1516
|
-
"tutorialUrl": ""
|
|
1788
|
+
"tutorialUrl": "",
|
|
1789
|
+
"OpenSource": false
|
|
1517
1790
|
},
|
|
1518
1791
|
{
|
|
1519
1792
|
"name": "api_pixverse_t2v",
|
|
@@ -1524,7 +1797,8 @@
|
|
|
1524
1797
|
"tags": ["Texte vers Vidéo", "Vidéo", "API"],
|
|
1525
1798
|
"models": ["PixVerse"],
|
|
1526
1799
|
"date": "2025-03-01",
|
|
1527
|
-
"tutorialUrl": ""
|
|
1800
|
+
"tutorialUrl": "",
|
|
1801
|
+
"OpenSource": false
|
|
1528
1802
|
},
|
|
1529
1803
|
{
|
|
1530
1804
|
"name": "api_runway_gen3a_turbo_image_to_video",
|
|
@@ -1535,7 +1809,8 @@
|
|
|
1535
1809
|
"tags": ["Image vers Vidéo", "Vidéo", "API"],
|
|
1536
1810
|
"models": ["Runway Gen3a Turbo"],
|
|
1537
1811
|
"date": "2025-03-01",
|
|
1538
|
-
"tutorialUrl": ""
|
|
1812
|
+
"tutorialUrl": "",
|
|
1813
|
+
"OpenSource": false
|
|
1539
1814
|
},
|
|
1540
1815
|
{
|
|
1541
1816
|
"name": "api_runway_gen4_turo_image_to_video",
|
|
@@ -1546,7 +1821,8 @@
|
|
|
1546
1821
|
"tags": ["Image vers Vidéo", "Vidéo", "API"],
|
|
1547
1822
|
"models": ["Runway Gen4 Turbo"],
|
|
1548
1823
|
"date": "2025-03-01",
|
|
1549
|
-
"tutorialUrl": ""
|
|
1824
|
+
"tutorialUrl": "",
|
|
1825
|
+
"OpenSource": false
|
|
1550
1826
|
},
|
|
1551
1827
|
{
|
|
1552
1828
|
"name": "api_runway_first_last_frame",
|
|
@@ -1557,7 +1833,8 @@
|
|
|
1557
1833
|
"tags": ["Génération de Vidéo", "Vidéo", "API", "Contrôle de Cadre"],
|
|
1558
1834
|
"models": ["Runway"],
|
|
1559
1835
|
"date": "2025-03-01",
|
|
1560
|
-
"tutorialUrl": ""
|
|
1836
|
+
"tutorialUrl": "",
|
|
1837
|
+
"OpenSource": false
|
|
1561
1838
|
},
|
|
1562
1839
|
{
|
|
1563
1840
|
"name": "api_pika_i2v",
|
|
@@ -1568,7 +1845,8 @@
|
|
|
1568
1845
|
"tags": ["Image vers Vidéo", "Vidéo", "API"],
|
|
1569
1846
|
"models": ["Pika"],
|
|
1570
1847
|
"date": "2025-03-01",
|
|
1571
|
-
"tutorialUrl": ""
|
|
1848
|
+
"tutorialUrl": "",
|
|
1849
|
+
"OpenSource": false
|
|
1572
1850
|
},
|
|
1573
1851
|
{
|
|
1574
1852
|
"name": "api_pika_scene",
|
|
@@ -1579,7 +1857,8 @@
|
|
|
1579
1857
|
"tags": ["Image vers Vidéo", "Vidéo", "API", "Multi-Image"],
|
|
1580
1858
|
"models": ["Pika Scenes"],
|
|
1581
1859
|
"date": "2025-03-01",
|
|
1582
|
-
"tutorialUrl": ""
|
|
1860
|
+
"tutorialUrl": "",
|
|
1861
|
+
"OpenSource": false
|
|
1583
1862
|
},
|
|
1584
1863
|
{
|
|
1585
1864
|
"name": "api_veo2_i2v",
|
|
@@ -1590,7 +1869,8 @@
|
|
|
1590
1869
|
"tags": ["Image vers Vidéo", "Vidéo", "API"],
|
|
1591
1870
|
"models": ["Veo2"],
|
|
1592
1871
|
"date": "2025-03-01",
|
|
1593
|
-
"tutorialUrl": ""
|
|
1872
|
+
"tutorialUrl": "",
|
|
1873
|
+
"OpenSource": false
|
|
1594
1874
|
},
|
|
1595
1875
|
{
|
|
1596
1876
|
"name": "api_veo3",
|
|
@@ -1601,14 +1881,16 @@
|
|
|
1601
1881
|
"tags": ["Image vers Vidéo", "Texte vers Vidéo", "API"],
|
|
1602
1882
|
"models": ["Veo3"],
|
|
1603
1883
|
"date": "2025-03-01",
|
|
1604
|
-
"tutorialUrl": ""
|
|
1884
|
+
"tutorialUrl": "",
|
|
1885
|
+
"OpenSource": false
|
|
1605
1886
|
}
|
|
1606
1887
|
]
|
|
1607
1888
|
},
|
|
1608
1889
|
{
|
|
1609
1890
|
"moduleName": "default",
|
|
1610
|
-
"category": "TOOLS & BUILDING",
|
|
1611
1891
|
"type": "image",
|
|
1892
|
+
"category": "CLOSED SOURCE MODELS",
|
|
1893
|
+
"icon": "icon-[lucide--hand-coins]",
|
|
1612
1894
|
"title": "API 3D",
|
|
1613
1895
|
"templates": [
|
|
1614
1896
|
{
|
|
@@ -1621,7 +1903,8 @@
|
|
|
1621
1903
|
"tags": ["Image vers Modèle", "3D", "API"],
|
|
1622
1904
|
"models": ["Rodin"],
|
|
1623
1905
|
"date": "2025-03-01",
|
|
1624
|
-
"tutorialUrl": ""
|
|
1906
|
+
"tutorialUrl": "",
|
|
1907
|
+
"OpenSource": false
|
|
1625
1908
|
},
|
|
1626
1909
|
{
|
|
1627
1910
|
"name": "api_rodin_multiview_to_model",
|
|
@@ -1633,7 +1916,8 @@
|
|
|
1633
1916
|
"tags": ["Multivue vers Modèle", "3D", "API"],
|
|
1634
1917
|
"models": ["Rodin"],
|
|
1635
1918
|
"date": "2025-03-01",
|
|
1636
|
-
"tutorialUrl": ""
|
|
1919
|
+
"tutorialUrl": "",
|
|
1920
|
+
"OpenSource": false
|
|
1637
1921
|
},
|
|
1638
1922
|
{
|
|
1639
1923
|
"name": "api_tripo_text_to_model",
|
|
@@ -1644,7 +1928,8 @@
|
|
|
1644
1928
|
"tags": ["Texte vers Modèle", "3D", "API"],
|
|
1645
1929
|
"models": ["Tripo"],
|
|
1646
1930
|
"date": "2025-03-01",
|
|
1647
|
-
"tutorialUrl": ""
|
|
1931
|
+
"tutorialUrl": "",
|
|
1932
|
+
"OpenSource": false
|
|
1648
1933
|
},
|
|
1649
1934
|
{
|
|
1650
1935
|
"name": "api_tripo_image_to_model",
|
|
@@ -1656,7 +1941,8 @@
|
|
|
1656
1941
|
"tags": ["Image vers Modèle", "3D", "API"],
|
|
1657
1942
|
"models": ["Tripo"],
|
|
1658
1943
|
"date": "2025-03-01",
|
|
1659
|
-
"tutorialUrl": ""
|
|
1944
|
+
"tutorialUrl": "",
|
|
1945
|
+
"OpenSource": false
|
|
1660
1946
|
},
|
|
1661
1947
|
{
|
|
1662
1948
|
"name": "api_tripo_multiview_to_model",
|
|
@@ -1668,14 +1954,16 @@
|
|
|
1668
1954
|
"tags": ["Multivue vers Modèle", "3D", "API"],
|
|
1669
1955
|
"models": ["Tripo"],
|
|
1670
1956
|
"date": "2025-03-01",
|
|
1671
|
-
"tutorialUrl": ""
|
|
1957
|
+
"tutorialUrl": "",
|
|
1958
|
+
"OpenSource": false
|
|
1672
1959
|
}
|
|
1673
1960
|
]
|
|
1674
1961
|
},
|
|
1675
1962
|
{
|
|
1676
1963
|
"moduleName": "default",
|
|
1677
|
-
"
|
|
1678
|
-
"
|
|
1964
|
+
"type": "audio",
|
|
1965
|
+
"category": "CLOSED SOURCE MODELS",
|
|
1966
|
+
"icon": "icon-[lucide--hand-coins]",
|
|
1679
1967
|
"title": "API Audio",
|
|
1680
1968
|
"templates": [
|
|
1681
1969
|
{
|
|
@@ -1686,7 +1974,8 @@
|
|
|
1686
1974
|
"mediaSubtype": "mp3",
|
|
1687
1975
|
"tags": ["Texte vers Audio", "Audio", "API"],
|
|
1688
1976
|
"date": "2025-09-09",
|
|
1689
|
-
"models": ["Stable Audio 2.5"]
|
|
1977
|
+
"models": ["Stable Audio 2.5"],
|
|
1978
|
+
"OpenSource": false
|
|
1690
1979
|
},
|
|
1691
1980
|
{
|
|
1692
1981
|
"name": "api_stability_ai_audio_to_audio",
|
|
@@ -1696,7 +1985,8 @@
|
|
|
1696
1985
|
"mediaSubtype": "mp3",
|
|
1697
1986
|
"tags": ["Audio vers Audio", "Audio", "API"],
|
|
1698
1987
|
"date": "2025-09-09",
|
|
1699
|
-
"models": ["Stable Audio 2.5"]
|
|
1988
|
+
"models": ["Stable Audio 2.5"],
|
|
1989
|
+
"OpenSource": false
|
|
1700
1990
|
},
|
|
1701
1991
|
{
|
|
1702
1992
|
"name": "api_stability_ai_audio_inpaint",
|
|
@@ -1706,14 +1996,16 @@
|
|
|
1706
1996
|
"mediaSubtype": "mp3",
|
|
1707
1997
|
"tags": ["Audio vers Audio", "Audio", "API"],
|
|
1708
1998
|
"date": "2025-09-09",
|
|
1709
|
-
"models": ["Stable Audio 2.5"]
|
|
1999
|
+
"models": ["Stable Audio 2.5"],
|
|
2000
|
+
"OpenSource": false
|
|
1710
2001
|
}
|
|
1711
2002
|
]
|
|
1712
2003
|
},
|
|
1713
2004
|
{
|
|
1714
2005
|
"moduleName": "default",
|
|
1715
|
-
"category": "TOOLS & BUILDING",
|
|
1716
2006
|
"type": "image",
|
|
2007
|
+
"category": "CLOSED SOURCE MODELS",
|
|
2008
|
+
"icon": "icon-[lucide--hand-coins]",
|
|
1717
2009
|
"title": "API LLM",
|
|
1718
2010
|
"templates": [
|
|
1719
2011
|
{
|
|
@@ -1725,7 +2017,8 @@
|
|
|
1725
2017
|
"tags": ["Chat", "LLM", "API"],
|
|
1726
2018
|
"models": ["OpenAI"],
|
|
1727
2019
|
"date": "2025-03-01",
|
|
1728
|
-
"tutorialUrl": ""
|
|
2020
|
+
"tutorialUrl": "",
|
|
2021
|
+
"OpenSource": false
|
|
1729
2022
|
},
|
|
1730
2023
|
{
|
|
1731
2024
|
"name": "api_google_gemini",
|
|
@@ -1736,171 +2029,8 @@
|
|
|
1736
2029
|
"tags": ["Chat", "LLM", "API"],
|
|
1737
2030
|
"models": ["Google Gemini"],
|
|
1738
2031
|
"date": "2025-03-01",
|
|
1739
|
-
"tutorialUrl": ""
|
|
1740
|
-
|
|
1741
|
-
]
|
|
1742
|
-
},
|
|
1743
|
-
{
|
|
1744
|
-
"moduleName": "default",
|
|
1745
|
-
"category": "TOOLS & BUILDING",
|
|
1746
|
-
"type": "image",
|
|
1747
|
-
"title": "Agrandissement",
|
|
1748
|
-
"templates": [
|
|
1749
|
-
{
|
|
1750
|
-
"name": "hiresfix_latent_workflow",
|
|
1751
|
-
"title": "Agrandissement",
|
|
1752
|
-
"mediaType": "image",
|
|
1753
|
-
"mediaSubtype": "webp",
|
|
1754
|
-
"description": "Agrandir les images en améliorant la qualité dans l'espace latent.",
|
|
1755
|
-
"thumbnailVariant": "compareSlider",
|
|
1756
|
-
"tags": ["Agrandissement", "Image"],
|
|
1757
|
-
"models": ["SD1.5"],
|
|
1758
|
-
"date": "2025-03-01",
|
|
1759
|
-
"tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/2_pass_txt2img/",
|
|
1760
|
-
"size": 1.99
|
|
1761
|
-
},
|
|
1762
|
-
{
|
|
1763
|
-
"name": "esrgan_example",
|
|
1764
|
-
"title": "ESRGAN",
|
|
1765
|
-
"mediaType": "image",
|
|
1766
|
-
"mediaSubtype": "webp",
|
|
1767
|
-
"description": "Agrandir les images en utilisant les modèles ESRGAN pour améliorer la qualité.",
|
|
1768
|
-
"thumbnailVariant": "compareSlider",
|
|
1769
|
-
"tags": ["Agrandissement", "Image"],
|
|
1770
|
-
"models": ["SD1.5"],
|
|
1771
|
-
"date": "2025-03-01",
|
|
1772
|
-
"tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/upscale_models/",
|
|
1773
|
-
"size": 2.05
|
|
1774
|
-
},
|
|
1775
|
-
{
|
|
1776
|
-
"name": "hiresfix_esrgan_workflow",
|
|
1777
|
-
"title": "HiresFix ESRGAN Workflow",
|
|
1778
|
-
"mediaType": "image",
|
|
1779
|
-
"mediaSubtype": "webp",
|
|
1780
|
-
"description": "Agrandir les images en utilisant les modèles ESRGAN pendant les étapes de génération intermédiaires.",
|
|
1781
|
-
"thumbnailVariant": "compareSlider",
|
|
1782
|
-
"tags": ["Agrandissement", "Image"],
|
|
1783
|
-
"models": ["SD1.5"],
|
|
1784
|
-
"date": "2025-03-01",
|
|
1785
|
-
"tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/2_pass_txt2img/#non-latent-upscaling",
|
|
1786
|
-
"size": 2.05
|
|
1787
|
-
},
|
|
1788
|
-
{
|
|
1789
|
-
"name": "latent_upscale_different_prompt_model",
|
|
1790
|
-
"title": "Latent Upscale Different Prompt Model",
|
|
1791
|
-
"mediaType": "image",
|
|
1792
|
-
"mediaSubtype": "webp",
|
|
1793
|
-
"description": "Agrandir les images tout en changeant les prompts à travers les passes de génération.",
|
|
1794
|
-
"thumbnailVariant": "zoomHover",
|
|
1795
|
-
"tags": ["Agrandissement", "Image"],
|
|
1796
|
-
"models": ["SD1.5"],
|
|
1797
|
-
"date": "2025-03-01",
|
|
1798
|
-
"tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/2_pass_txt2img/#more-examples",
|
|
1799
|
-
"size": 3.97
|
|
1800
|
-
}
|
|
1801
|
-
]
|
|
1802
|
-
},
|
|
1803
|
-
{
|
|
1804
|
-
"moduleName": "default",
|
|
1805
|
-
"category": "TOOLS & BUILDING",
|
|
1806
|
-
"type": "image",
|
|
1807
|
-
"title": "ControlNet",
|
|
1808
|
-
"templates": [
|
|
1809
|
-
{
|
|
1810
|
-
"name": "controlnet_example",
|
|
1811
|
-
"title": "Scribble ControlNet",
|
|
1812
|
-
"mediaType": "image",
|
|
1813
|
-
"mediaSubtype": "webp",
|
|
1814
|
-
"description": "Générer des images guidées par des images de référence griffonnées en utilisant ControlNet.",
|
|
1815
|
-
"thumbnailVariant": "hoverDissolve",
|
|
1816
|
-
"tags": ["ControlNet", "Image"],
|
|
1817
|
-
"models": ["SD1.5"],
|
|
1818
|
-
"date": "2025-03-01",
|
|
1819
|
-
"tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/controlnet/",
|
|
1820
|
-
"size": 2.97
|
|
1821
|
-
},
|
|
1822
|
-
{
|
|
1823
|
-
"name": "2_pass_pose_worship",
|
|
1824
|
-
"title": "Pose ControlNet 2 Pass",
|
|
1825
|
-
"mediaType": "image",
|
|
1826
|
-
"mediaSubtype": "webp",
|
|
1827
|
-
"description": "Générer des images guidées par des références de pose en utilisant ControlNet.",
|
|
1828
|
-
"thumbnailVariant": "hoverDissolve",
|
|
1829
|
-
"tags": ["ControlNet", "Image"],
|
|
1830
|
-
"models": ["SD1.5"],
|
|
1831
|
-
"date": "2025-03-01",
|
|
1832
|
-
"tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/controlnet/#pose-controlnet",
|
|
1833
|
-
"size": 0.98
|
|
1834
|
-
},
|
|
1835
|
-
{
|
|
1836
|
-
"name": "depth_controlnet",
|
|
1837
|
-
"title": "Depth ControlNet",
|
|
1838
|
-
"mediaType": "image",
|
|
1839
|
-
"mediaSubtype": "webp",
|
|
1840
|
-
"description": "Générer des images guidées par les informations de profondeur en utilisant ControlNet.",
|
|
1841
|
-
"thumbnailVariant": "hoverDissolve",
|
|
1842
|
-
"tags": ["ControlNet", "Image"],
|
|
1843
|
-
"models": ["SD1.5"],
|
|
1844
|
-
"date": "2025-03-01",
|
|
1845
|
-
"tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/controlnet/#t2i-adapter-vs-controlnets",
|
|
1846
|
-
"size": 0.67
|
|
1847
|
-
},
|
|
1848
|
-
{
|
|
1849
|
-
"name": "depth_t2i_adapter",
|
|
1850
|
-
"title": "Depth T2I Adapter",
|
|
1851
|
-
"mediaType": "image",
|
|
1852
|
-
"mediaSubtype": "webp",
|
|
1853
|
-
"description": "Générer des images guidées par les informations de profondeur en utilisant l'adaptateur T2I.",
|
|
1854
|
-
"thumbnailVariant": "hoverDissolve",
|
|
1855
|
-
"tags": ["Adaptateur T2I", "Image"],
|
|
1856
|
-
"models": ["SD1.5"],
|
|
1857
|
-
"date": "2025-03-01",
|
|
1858
|
-
"tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/controlnet/#t2i-adapter-vs-controlnets"
|
|
1859
|
-
},
|
|
1860
|
-
{
|
|
1861
|
-
"name": "mixing_controlnets",
|
|
1862
|
-
"title": "Mixing ControlNets",
|
|
1863
|
-
"mediaType": "image",
|
|
1864
|
-
"mediaSubtype": "webp",
|
|
1865
|
-
"description": "Générer des images en combinant plusieurs modèles ControlNet.",
|
|
1866
|
-
"thumbnailVariant": "hoverDissolve",
|
|
1867
|
-
"tags": ["ControlNet", "Image"],
|
|
1868
|
-
"models": ["SD1.5"],
|
|
1869
|
-
"date": "2025-03-01",
|
|
1870
|
-
"tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/controlnet/#mixing-controlnets",
|
|
1871
|
-
"size": 1.66
|
|
1872
|
-
}
|
|
1873
|
-
]
|
|
1874
|
-
},
|
|
1875
|
-
{
|
|
1876
|
-
"moduleName": "default",
|
|
1877
|
-
"category": "TOOLS & BUILDING",
|
|
1878
|
-
"type": "image",
|
|
1879
|
-
"title": "Composition de Zone",
|
|
1880
|
-
"templates": [
|
|
1881
|
-
{
|
|
1882
|
-
"name": "area_composition",
|
|
1883
|
-
"title": "Composition de Zone",
|
|
1884
|
-
"mediaType": "image",
|
|
1885
|
-
"mediaSubtype": "webp",
|
|
1886
|
-
"description": "Générer des images en contrôlant la composition avec des zones définies.",
|
|
1887
|
-
"tags": ["Composition de Zone", "Image"],
|
|
1888
|
-
"models": ["SD1.5"],
|
|
1889
|
-
"date": "2025-03-01",
|
|
1890
|
-
"tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/area_composition/",
|
|
1891
|
-
"size": 2.3
|
|
1892
|
-
},
|
|
1893
|
-
{
|
|
1894
|
-
"name": "area_composition_square_area_for_subject",
|
|
1895
|
-
"title": "Area Composition Square Area for Subject",
|
|
1896
|
-
"mediaType": "image",
|
|
1897
|
-
"mediaSubtype": "webp",
|
|
1898
|
-
"description": "Générer des images avec un placement cohérent du sujet en utilisant la composition de zone.",
|
|
1899
|
-
"tags": ["Composition de Zone", "Image"],
|
|
1900
|
-
"models": ["SD1.5"],
|
|
1901
|
-
"date": "2025-03-01",
|
|
1902
|
-
"tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/area_composition/#increasing-consistency-of-images-with-area-composition",
|
|
1903
|
-
"size": 2.3
|
|
2032
|
+
"tutorialUrl": "",
|
|
2033
|
+
"OpenSource": false
|
|
1904
2034
|
}
|
|
1905
2035
|
]
|
|
1906
2036
|
}
|