comfyui-workflow-templates 0.1.69__py3-none-any.whl → 0.1.71__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 (26) hide show
  1. comfyui_workflow_templates/templates/api_google_gemini_image.json +101 -96
  2. comfyui_workflow_templates/templates/flux1_dev_uso_reference_image_gen-1.webp +0 -0
  3. comfyui_workflow_templates/templates/flux1_dev_uso_reference_image_gen-2.webp +0 -0
  4. comfyui_workflow_templates/templates/flux1_dev_uso_reference_image_gen.json +3491 -0
  5. comfyui_workflow_templates/templates/hidream_i1_dev.json +455 -287
  6. comfyui_workflow_templates/templates/hidream_i1_fast.json +463 -295
  7. comfyui_workflow_templates/templates/hidream_i1_full.json +417 -250
  8. comfyui_workflow_templates/templates/image_qwen_image_instantx_controlnet.json +47 -47
  9. comfyui_workflow_templates/templates/index.es.json +261 -96
  10. comfyui_workflow_templates/templates/index.fr.json +300 -145
  11. comfyui_workflow_templates/templates/index.ja.json +261 -96
  12. comfyui_workflow_templates/templates/index.json +36 -2
  13. comfyui_workflow_templates/templates/index.ko.json +261 -96
  14. comfyui_workflow_templates/templates/index.ru.json +259 -158
  15. comfyui_workflow_templates/templates/index.zh-TW.json +261 -96
  16. comfyui_workflow_templates/templates/index.zh.json +261 -96
  17. comfyui_workflow_templates/templates/video_wan2_2_14B_s2v.json +387 -359
  18. comfyui_workflow_templates/templates/video_wan2_2_5B_fun_control-1.webp +0 -0
  19. comfyui_workflow_templates/templates/video_wan2_2_5B_fun_control.json +1104 -0
  20. comfyui_workflow_templates/templates/video_wan2_2_5B_fun_inpaint-1.webp +0 -0
  21. comfyui_workflow_templates/templates/video_wan2_2_5B_fun_inpaint.json +856 -0
  22. {comfyui_workflow_templates-0.1.69.dist-info → comfyui_workflow_templates-0.1.71.dist-info}/METADATA +1 -1
  23. {comfyui_workflow_templates-0.1.69.dist-info → comfyui_workflow_templates-0.1.71.dist-info}/RECORD +26 -19
  24. {comfyui_workflow_templates-0.1.69.dist-info → comfyui_workflow_templates-0.1.71.dist-info}/WHEEL +0 -0
  25. {comfyui_workflow_templates-0.1.69.dist-info → comfyui_workflow_templates-0.1.71.dist-info}/licenses/LICENSE +0 -0
  26. {comfyui_workflow_templates-0.1.69.dist-info → comfyui_workflow_templates-0.1.71.dist-info}/top_level.txt +0 -0
@@ -2,8 +2,8 @@
2
2
  {
3
3
  "moduleName": "default",
4
4
  "category": "USE CASES",
5
- "title": "基礎",
6
5
  "type": "image",
6
+ "title": "基礎",
7
7
  "templates": [
8
8
  {
9
9
  "name": "default",
@@ -14,7 +14,8 @@
14
14
  "tutorialUrl": "https://docs.comfy.org/tutorials/basic/text-to-image",
15
15
  "tags": ["文字到影像", "影像"],
16
16
  "models": ["SD1.5"],
17
- "date": "2025-03-01"
17
+ "date": "2025-03-01",
18
+ "size": 1.99
18
19
  },
19
20
  {
20
21
  "name": "image2image",
@@ -25,7 +26,8 @@
25
26
  "tutorialUrl": "https://docs.comfy.org/tutorials/basic/image-to-image",
26
27
  "tags": ["影像到影像", "影像"],
27
28
  "models": ["SD1.5"],
28
- "date": "2025-03-01"
29
+ "date": "2025-03-01",
30
+ "size": 1.99
29
31
  },
30
32
  {
31
33
  "name": "lora",
@@ -59,7 +61,8 @@
59
61
  "tutorialUrl": "https://docs.comfy.org/tutorials/basic/inpaint",
60
62
  "tags": ["修復", "影像"],
61
63
  "models": ["SD1.5"],
62
- "date": "2025-03-01"
64
+ "date": "2025-03-01",
65
+ "size": 4.86
63
66
  },
64
67
  {
65
68
  "name": "inpaint_model_outpainting",
@@ -71,7 +74,8 @@
71
74
  "tutorialUrl": "https://docs.comfy.org/tutorials/basic/inpaint",
72
75
  "tags": ["外延", "影像"],
73
76
  "models": ["SD1.5"],
74
- "date": "2025-03-01"
77
+ "date": "2025-03-01",
78
+ "size": 4.86
75
79
  },
76
80
  {
77
81
  "name": "embedding_example",
@@ -82,7 +86,8 @@
82
86
  "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/textual_inversion_embeddings/",
83
87
  "tags": ["嵌入", "影像"],
84
88
  "models": ["SD1.5"],
85
- "date": "2025-03-01"
89
+ "date": "2025-03-01",
90
+ "size": 4.86
86
91
  },
87
92
  {
88
93
  "name": "gligen_textbox_example",
@@ -93,15 +98,16 @@
93
98
  "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/gligen/",
94
99
  "tags": ["Gligen", "影像"],
95
100
  "models": ["SD1.5"],
96
- "date": "2025-03-01"
101
+ "date": "2025-03-01",
102
+ "size": 2.77
97
103
  }
98
104
  ]
99
105
  },
100
106
  {
101
107
  "moduleName": "default",
102
108
  "category": "USE CASES",
103
- "title": "Flux",
104
109
  "type": "image",
110
+ "title": "Flux",
105
111
  "templates": [
106
112
  {
107
113
  "name": "image_chroma_text_to_image",
@@ -111,7 +117,8 @@
111
117
  "description": "Chroma 從 flux 修改而來,在架構上有部分變更。",
112
118
  "tags": ["文字到影像", "影像"],
113
119
  "models": ["Chroma", "Flux"],
114
- "date": "2025-06-04"
120
+ "date": "2025-06-04",
121
+ "size": 21.69
115
122
  },
116
123
  {
117
124
  "name": "flux_kontext_dev_basic",
@@ -123,7 +130,8 @@
123
130
  "tutorialUrl": "https://docs.comfy.org/tutorials/flux/flux-1-kontext-dev",
124
131
  "tags": ["影像編輯", "影像到影像"],
125
132
  "models": ["Flux"],
126
- "date": "2025-06-26"
133
+ "date": "2025-06-26",
134
+ "size": 16.43
127
135
  },
128
136
  {
129
137
  "name": "flux_dev_checkpoint_example",
@@ -134,7 +142,21 @@
134
142
  "tutorialUrl": "https://docs.comfy.org/tutorials/flux/flux-1-text-to-image",
135
143
  "tags": ["文字到影像", "影像"],
136
144
  "models": ["Flux"],
137
- "date": "2025-03-01"
145
+ "date": "2025-03-01",
146
+ "size": 16.06
147
+ },
148
+ {
149
+ "name": "flux1_dev_uso_reference_image_gen",
150
+ "title": "Flux.1 Dev USO 參考圖像生成",
151
+ "description": "使用參考圖像來控制風格和主題 - 在改變藝術風格的同時保持角色的臉部,或將藝術風格應用於新場景",
152
+ "thumbnailVariant": "hoverDissolve",
153
+ "mediaType": "image",
154
+ "mediaSubtype": "webp",
155
+ "tags": ["Image to Image", "Image"],
156
+ "models": ["Flux"],
157
+ "date": "2025-09-02",
158
+ "tutorialUrl": "https://docs.comfy.org/tutorials/flux/flux-1-uso",
159
+ "size": 17.32
138
160
  },
139
161
  {
140
162
  "name": "flux_schnell",
@@ -145,7 +167,8 @@
145
167
  "tutorialUrl": "https://docs.comfy.org/tutorials/flux/flux-1-text-to-image",
146
168
  "tags": ["文字到影像", "影像"],
147
169
  "models": ["Flux"],
148
- "date": "2025-03-01"
170
+ "date": "2025-03-01",
171
+ "size": 16.05
149
172
  },
150
173
  {
151
174
  "name": "flux1_krea_dev",
@@ -155,8 +178,9 @@
155
178
  "description": "微調的 FLUX 模型,將寫實程度推向極限",
156
179
  "tutorialUrl": "https://docs.comfy.org/tutorials/flux/flux1-krea-dev",
157
180
  "tags": ["文字到影像", "影像", "寫實"],
158
- "models": ["Flux.1 Krea Dev"],
159
- "date": "2025-07-31"
181
+ "models": ["Flux"],
182
+ "date": "2025-07-31",
183
+ "size": 20.74
160
184
  },
161
185
  {
162
186
  "name": "flux_dev_full_text_to_image",
@@ -167,7 +191,8 @@
167
191
  "tutorialUrl": "https://docs.comfy.org/tutorials/flux/flux-1-text-to-image",
168
192
  "tags": ["文字到影像", "影像"],
169
193
  "models": ["Flux"],
170
- "date": "2025-03-01"
194
+ "date": "2025-03-01",
195
+ "size": 31.83
171
196
  },
172
197
  {
173
198
  "name": "flux_schnell_full_text_to_image",
@@ -178,7 +203,8 @@
178
203
  "tutorialUrl": "https://docs.comfy.org/tutorials/flux/flux-1-text-to-image",
179
204
  "tags": ["文字到影像", "影像"],
180
205
  "models": ["Flux"],
181
- "date": "2025-03-01"
206
+ "date": "2025-03-01",
207
+ "size": 31.81
182
208
  },
183
209
  {
184
210
  "name": "flux_fill_inpaint_example",
@@ -190,7 +216,8 @@
190
216
  "tutorialUrl": "https://docs.comfy.org/tutorials/flux/flux-1-fill-dev",
191
217
  "tags": ["影像到影像", "修復", "影像"],
192
218
  "models": ["Flux"],
193
- "date": "2025-03-01"
219
+ "date": "2025-03-01",
220
+ "size": 9.66
194
221
  },
195
222
  {
196
223
  "name": "flux_fill_outpaint_example",
@@ -202,7 +229,8 @@
202
229
  "tutorialUrl": "https://docs.comfy.org/tutorials/flux/flux-1-fill-dev",
203
230
  "tags": ["外延", "影像", "影像到影像"],
204
231
  "models": ["Flux"],
205
- "date": "2025-03-01"
232
+ "date": "2025-03-01",
233
+ "size": 9.66
206
234
  },
207
235
  {
208
236
  "name": "flux_canny_model_example",
@@ -214,7 +242,8 @@
214
242
  "tutorialUrl": "https://docs.comfy.org/tutorials/flux/flux-1-controlnet",
215
243
  "tags": ["影像到影像", "ControlNet", "影像"],
216
244
  "models": ["Flux"],
217
- "date": "2025-03-01"
245
+ "date": "2025-03-01",
246
+ "size": 31.83
218
247
  },
219
248
  {
220
249
  "name": "flux_depth_lora_example",
@@ -226,7 +255,8 @@
226
255
  "tutorialUrl": "ttps://docs.comfy.org/tutorials/flux/flux-1-controlnet",
227
256
  "tags": ["影像到影像", "ControlNet", "影像", "LoRA"],
228
257
  "models": ["Flux"],
229
- "date": "2025-03-01"
258
+ "date": "2025-03-01",
259
+ "size": 32.98
230
260
  },
231
261
  {
232
262
  "name": "flux_redux_model_example",
@@ -237,15 +267,16 @@
237
267
  "tutorialUrl": "https://docs.comfy.org/tutorials/flux/flux-1-controlnet",
238
268
  "tags": ["影像到影像", "ControlNet", "影像", "LoRA"],
239
269
  "models": ["Flux"],
240
- "date": "2025-03-01"
270
+ "date": "2025-03-01",
271
+ "size": 32.74
241
272
  }
242
273
  ]
243
274
  },
244
275
  {
245
276
  "moduleName": "default",
246
277
  "category": "USE CASES",
247
- "title": "影像",
248
278
  "type": "image",
279
+ "title": "影像",
249
280
  "templates": [
250
281
  {
251
282
  "name": "image_qwen_image",
@@ -256,7 +287,20 @@
256
287
  "tutorialUrl": "https://docs.comfy.org/tutorials/image/qwen/qwen-image",
257
288
  "tags": ["文字到影像", "影像"],
258
289
  "models": ["Qwen-Image"],
259
- "date": "2025-08-05"
290
+ "date": "2025-08-05",
291
+ "size": 29.59
292
+ },
293
+ {
294
+ "name": "image_qwen_image_instantx_controlnet",
295
+ "title": "Qwen-Image InstantX ControlNet",
296
+ "mediaType": "image",
297
+ "mediaSubtype": "webp",
298
+ "description": "使用 Qwen-Image InstantX ControlNet 生成影像,支援 canny、柔邊、深度、姿勢",
299
+ "tags": ["影像到影像", "影像", "ControlNet"],
300
+ "tutorialUrl": "https://docs.comfy.org/tutorials/image/qwen/qwen-image",
301
+ "models": ["Qwen-Image"],
302
+ "date": "2025-08-23",
303
+ "size": 32.88
260
304
  },
261
305
  {
262
306
  "name": "image_qwen_image_union_control_lora",
@@ -266,7 +310,22 @@
266
310
  "description": "使用 Qwen-Image 統一的 ControlNet LoRA 進行精確結構控制生成影像。支援多種控制類型,包括 canny、depth、lineart、softedge、normal 與 openpose,適用於各種創意應用。",
267
311
  "tags": ["文字到影像", "影像", "ControlNet"],
268
312
  "models": ["Qwen-Image"],
269
- "date": "2025-08-23"
313
+ "date": "2025-08-23",
314
+ "tutorialUrl": "https://docs.comfy.org/tutorials/image/qwen/qwen-image",
315
+ "size": 30.47
316
+ },
317
+ {
318
+ "name": "image_qwen_image_controlnet_patch",
319
+ "title": "Qwen-Image ControlNet 模型修補",
320
+ "mediaType": "image",
321
+ "mediaSubtype": "webp",
322
+ "thumbnailVariant": "compareSlider",
323
+ "description": "使用 Qwen-Image ControlNet 模型控制影像生成。透過模型修補支援 canny、深度與修復控制。",
324
+ "tutorialUrl": "https://docs.comfy.org/tutorials/image/qwen/qwen-image",
325
+ "tags": ["文字到影像", "影像", "ControlNet"],
326
+ "models": ["Qwen-Image"],
327
+ "date": "2025-08-24",
328
+ "size": 31.7
270
329
  },
271
330
  {
272
331
  "name": "image_qwen_image_edit",
@@ -278,7 +337,8 @@
278
337
  "tutorialUrl": "https://docs.comfy.org/tutorials/image/qwen/qwen-image-edit",
279
338
  "tags": ["影像到影像", "影像編輯"],
280
339
  "models": ["Qwen-Image"],
281
- "date": "2025-08-18"
340
+ "date": "2025-08-18",
341
+ "size": 29.59
282
342
  },
283
343
  {
284
344
  "name": "image_omnigen2_t2i",
@@ -289,7 +349,8 @@
289
349
  "tutorialUrl": "https://docs.comfy.org/tutorials/image/omnigen/omnigen2",
290
350
  "tags": ["文字到影像", "影像"],
291
351
  "models": ["OmniGen"],
292
- "date": "2025-06-30"
352
+ "date": "2025-06-30",
353
+ "size": 14.7
293
354
  },
294
355
  {
295
356
  "name": "image_omnigen2_image_edit",
@@ -301,7 +362,8 @@
301
362
  "tutorialUrl": "https://docs.comfy.org/tutorials/image/omnigen/omnigen2",
302
363
  "tags": ["影像編輯", "影像"],
303
364
  "models": ["OmniGen"],
304
- "date": "2025-06-30"
365
+ "date": "2025-06-30",
366
+ "size": 14.7
305
367
  },
306
368
  {
307
369
  "name": "hidream_i1_dev",
@@ -312,7 +374,8 @@
312
374
  "tutorialUrl": "https://docs.comfy.org/tutorials/image/hidream/hidream-i1",
313
375
  "tags": ["文字到影像", "影像"],
314
376
  "models": ["HiDream"],
315
- "date": "2025-04-17"
377
+ "date": "2025-04-17",
378
+ "size": 31.03
316
379
  },
317
380
  {
318
381
  "name": "hidream_i1_fast",
@@ -323,7 +386,8 @@
323
386
  "tutorialUrl": "https://docs.comfy.org/tutorials/image/hidream/hidream-i1",
324
387
  "tags": ["文字到影像", "影像"],
325
388
  "models": ["HiDream"],
326
- "date": "2025-04-17"
389
+ "date": "2025-04-17",
390
+ "size": 22.57
327
391
  },
328
392
  {
329
393
  "name": "hidream_i1_full",
@@ -334,7 +398,8 @@
334
398
  "tutorialUrl": "https://docs.comfy.org/tutorials/image/hidream/hidream-i1",
335
399
  "tags": ["文字到影像", "影像"],
336
400
  "models": ["HiDream"],
337
- "date": "2025-04-17"
401
+ "date": "2025-04-17",
402
+ "size": 22.57
338
403
  },
339
404
  {
340
405
  "name": "hidream_e1_1",
@@ -346,7 +411,8 @@
346
411
  "tutorialUrl": "https://docs.comfy.org/tutorials/image/hidream/hidream-e1",
347
412
  "tags": ["影像編輯", "影像"],
348
413
  "models": ["HiDream"],
349
- "date": "2025-07-21"
414
+ "date": "2025-07-21",
415
+ "size": 46.96
350
416
  },
351
417
  {
352
418
  "name": "hidream_e1_full",
@@ -358,7 +424,8 @@
358
424
  "tutorialUrl": "https://docs.comfy.org/tutorials/image/hidream/hidream-e1",
359
425
  "tags": ["影像編輯", "影像"],
360
426
  "models": ["HiDream"],
361
- "date": "2025-05-01"
427
+ "date": "2025-05-01",
428
+ "size": 31.86
362
429
  },
363
430
  {
364
431
  "name": "sd3.5_simple_example",
@@ -369,7 +436,8 @@
369
436
  "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/sd3/#sd35",
370
437
  "tags": ["文字到影像", "影像"],
371
438
  "models": ["SD3.5"],
372
- "date": "2025-03-01"
439
+ "date": "2025-03-01",
440
+ "size": 13.91
373
441
  },
374
442
  {
375
443
  "name": "sd3.5_large_canny_controlnet_example",
@@ -381,7 +449,8 @@
381
449
  "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/sd3/#sd35-controlnets",
382
450
  "tags": ["影像到影像", "影像", "ControlNet"],
383
451
  "models": ["SD3.5"],
384
- "date": "2025-03-01"
452
+ "date": "2025-03-01",
453
+ "size": 21.97
385
454
  },
386
455
  {
387
456
  "name": "sd3.5_large_depth",
@@ -393,7 +462,8 @@
393
462
  "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/sd3/#sd35-controlnets",
394
463
  "tags": ["影像到影像", "影像", "ControlNet"],
395
464
  "models": ["SD3.5"],
396
- "date": "2025-03-01"
465
+ "date": "2025-03-01",
466
+ "size": 21.97
397
467
  },
398
468
  {
399
469
  "name": "sd3.5_large_blur",
@@ -405,7 +475,8 @@
405
475
  "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/sd3/#sd35-controlnets",
406
476
  "tags": ["影像到影像", "影像"],
407
477
  "models": ["SD3.5"],
408
- "date": "2025-03-01"
478
+ "date": "2025-03-01",
479
+ "size": 21.97
409
480
  },
410
481
  {
411
482
  "name": "sdxl_simple_example",
@@ -416,7 +487,8 @@
416
487
  "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/sdxl/",
417
488
  "tags": ["文字到影像", "影像"],
418
489
  "models": ["SDXL"],
419
- "date": "2025-03-01"
490
+ "date": "2025-03-01",
491
+ "size": 12.12
420
492
  },
421
493
  {
422
494
  "name": "sdxl_refiner_prompt_example",
@@ -427,7 +499,8 @@
427
499
  "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/sdxl/",
428
500
  "tags": ["文字到影像", "影像"],
429
501
  "models": ["SDXL"],
430
- "date": "2025-03-01"
502
+ "date": "2025-03-01",
503
+ "size": 12.12
431
504
  },
432
505
  {
433
506
  "name": "sdxl_revision_text_prompts",
@@ -438,7 +511,8 @@
438
511
  "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/sdxl/#revision",
439
512
  "tags": ["文字到影像", "影像"],
440
513
  "models": ["SDXL"],
441
- "date": "2025-03-01"
514
+ "date": "2025-03-01",
515
+ "size": 9.9
442
516
  },
443
517
  {
444
518
  "name": "sdxl_revision_zero_positive",
@@ -449,7 +523,8 @@
449
523
  "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/sdxl/#revision",
450
524
  "tags": ["文字到影像", "影像"],
451
525
  "models": ["SDXL"],
452
- "date": "2025-03-01"
526
+ "date": "2025-03-01",
527
+ "size": 9.9
453
528
  },
454
529
  {
455
530
  "name": "sdxlturbo_example",
@@ -460,7 +535,8 @@
460
535
  "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/sdturbo/",
461
536
  "tags": ["文字到影像", "影像"],
462
537
  "models": ["SDXL Turbo"],
463
- "date": "2025-03-01"
538
+ "date": "2025-03-01",
539
+ "size": 6.46
464
540
  },
465
541
  {
466
542
  "name": "image_lotus_depth_v1_1",
@@ -471,15 +547,16 @@
471
547
  "description": "在 ComfyUI 中執行 Lotus 深度,實現零樣本、高效的單目深度估計並保持高細節保留。",
472
548
  "tags": ["深度", "影像"],
473
549
  "models": ["SD1.5"],
474
- "date": "2025-05-21"
550
+ "date": "2025-05-21",
551
+ "size": 1.93
475
552
  }
476
553
  ]
477
554
  },
478
555
  {
479
556
  "moduleName": "default",
480
557
  "category": "USE CASES",
481
- "title": "影片",
482
558
  "type": "video",
559
+ "title": "影片",
483
560
  "templates": [
484
561
  {
485
562
  "name": "video_wan2_2_14B_t2v",
@@ -490,7 +567,8 @@
490
567
  "tutorialUrl": "https://docs.comfy.org/tutorials/video/wan/wan2_2",
491
568
  "tags": ["文字到影片", "影片"],
492
569
  "models": ["Wan"],
493
- "date": "2025-07-29"
570
+ "date": "2025-07-29",
571
+ "size": 35.42
494
572
  },
495
573
  {
496
574
  "name": "video_wan2_2_14B_i2v",
@@ -502,7 +580,8 @@
502
580
  "tutorialUrl": "https://docs.comfy.org/tutorials/video/wan/wan2_2",
503
581
  "tags": ["影像到影片", "影片"],
504
582
  "models": ["Wan2.2"],
505
- "date": "2025-07-29"
583
+ "date": "2025-07-29",
584
+ "size": 35.42
506
585
  },
507
586
  {
508
587
  "name": "video_wan2_2_14B_flf2v",
@@ -514,6 +593,18 @@
514
593
  "tutorialUrl": "https://docs.comfy.org/tutorials/video/wan/wan2_2",
515
594
  "tags": ["FLF2V", "影片"],
516
595
  "models": ["Wan2.2"],
596
+ "date": "2025-08-02",
597
+ "size": 35.42
598
+ },
599
+ {
600
+ "name": "video_wan2_2_14B_s2v",
601
+ "title": "Wan2.2-S2V 音訊驅動影片生成",
602
+ "description": "將靜態影像與音訊轉換為動態影片,實現完美同步與分鐘級生成。",
603
+ "mediaType": "image",
604
+ "mediaSubtype": "webp",
605
+ "tutorialUrl": "https://docs.comfy.org/tutorials/video/wan/wan2-2-s2v",
606
+ "tags": ["影片"],
607
+ "models": ["Wan2.2"],
517
608
  "date": "2025-08-02"
518
609
  },
519
610
  {
@@ -525,7 +616,8 @@
525
616
  "tutorialUrl": "https://docs.comfy.org/tutorials/video/wan/wan2-2-fun-inp",
526
617
  "tags": ["FLF2V", "影片"],
527
618
  "models": ["Wan2.2"],
528
- "date": "2025-08-12"
619
+ "date": "2025-08-12",
620
+ "size": 35.42
529
621
  },
530
622
  {
531
623
  "name": "video_wan2_2_14B_fun_control",
@@ -536,7 +628,8 @@
536
628
  "tutorialUrl": "https://docs.comfy.org/tutorials/video/wan/wan2-2-fun-control",
537
629
  "tags": ["影片到影片", "影片"],
538
630
  "models": ["Wan2.2"],
539
- "date": "2025-08-12"
631
+ "date": "2025-08-12",
632
+ "size": 35.42
540
633
  },
541
634
  {
542
635
  "name": "video_wan2_2_14B_fun_camera",
@@ -547,7 +640,8 @@
547
640
  "tutorialUrl": "https://docs.comfy.org/tutorials/video/wan/wan2-2-fun-camera",
548
641
  "tags": ["影片到影片", "影片"],
549
642
  "models": ["Wan2.2"],
550
- "date": "2025-08-17"
643
+ "date": "2025-08-17",
644
+ "size": 37.3
551
645
  },
552
646
  {
553
647
  "name": "video_wan2_2_5B_ti2v",
@@ -558,7 +652,30 @@
558
652
  "tutorialUrl": "https://docs.comfy.org/tutorials/video/wan/wan2_2",
559
653
  "tags": ["文字到影片", "影片"],
560
654
  "models": ["Wan2.2"],
561
- "date": "2025-07-29"
655
+ "date": "2025-07-29",
656
+ "size": 16.9
657
+ },
658
+ {
659
+ "name": "video_wan2_2_5B_fun_inpaint",
660
+ "title": "Wan 2.2 5B 趣味修復",
661
+ "description": "從起始與結束幀高效進行影片修復。5B 模型提供快速迭代以測試工作流程。",
662
+ "mediaType": "image",
663
+ "mediaSubtype": "webp",
664
+ "tags": ["文字到影片", "影片"],
665
+ "models": ["Wan2.2"],
666
+ "date": "2025-07-29",
667
+ "size": 16.9
668
+ },
669
+ {
670
+ "name": "video_wan2_2_5B_fun_control",
671
+ "title": "Wan 2.2 5B 趣味控制",
672
+ "description": "多條件影片控制,包含姿勢、深度與邊緣引導。緊湊的 5B 大小適合實驗性開發。",
673
+ "mediaType": "image",
674
+ "mediaSubtype": "webp",
675
+ "tags": ["文字到影片", "影片"],
676
+ "models": ["Wan2.2"],
677
+ "date": "2025-07-29",
678
+ "size": 16.9
562
679
  },
563
680
  {
564
681
  "name": "video_wan_vace_14B_t2v",
@@ -569,7 +686,8 @@
569
686
  "tutorialUrl": "https://docs.comfy.org/tutorials/video/wan/vace",
570
687
  "tags": ["文字到影片", "影片"],
571
688
  "models": ["Wan2.1"],
572
- "date": "2025-05-21"
689
+ "date": "2025-05-21",
690
+ "size": 53.79
573
691
  },
574
692
  {
575
693
  "name": "video_wan_vace_14B_ref2v",
@@ -580,7 +698,8 @@
580
698
  "tutorialUrl": "https://docs.comfy.org/tutorials/video/wan/vace",
581
699
  "tags": ["參考到影片", "影片"],
582
700
  "models": ["Wan2.1"],
583
- "date": "2025-05-21"
701
+ "date": "2025-05-21",
702
+ "size": 53.79
584
703
  },
585
704
  {
586
705
  "name": "video_wan_vace_14B_v2v",
@@ -592,7 +711,8 @@
592
711
  "tutorialUrl": "https://docs.comfy.org/tutorials/video/wan/vace",
593
712
  "tags": ["影片到影片", "影片"],
594
713
  "models": ["Wan2.1"],
595
- "date": "2025-05-21"
714
+ "date": "2025-05-21",
715
+ "size": 53.79
596
716
  },
597
717
  {
598
718
  "name": "video_wan_vace_outpainting",
@@ -604,7 +724,8 @@
604
724
  "tutorialUrl": "https://docs.comfy.org/tutorials/video/wan/vace",
605
725
  "tags": ["外延", "影片"],
606
726
  "models": ["Wan2.1"],
607
- "date": "2025-05-21"
727
+ "date": "2025-05-21",
728
+ "size": 53.79
608
729
  },
609
730
  {
610
731
  "name": "video_wan_vace_flf2v",
@@ -615,7 +736,8 @@
615
736
  "tutorialUrl": "https://docs.comfy.org/tutorials/video/wan/vace",
616
737
  "tags": ["FLF2V", "影片"],
617
738
  "models": ["Wan2.1"],
618
- "date": "2025-05-21"
739
+ "date": "2025-05-21",
740
+ "size": 53.79
619
741
  },
620
742
  {
621
743
  "name": "video_wan_vace_inpainting",
@@ -627,7 +749,8 @@
627
749
  "tutorialUrl": "https://docs.comfy.org/tutorials/video/wan/vace",
628
750
  "tags": ["修復", "影片"],
629
751
  "models": ["Wan2.1"],
630
- "date": "2025-05-21"
752
+ "date": "2025-05-21",
753
+ "size": 53.79
631
754
  },
632
755
  {
633
756
  "name": "video_wan_ati",
@@ -639,7 +762,8 @@
639
762
  "tutorialUrl": "https://docs.comfy.org/tutorials/video/wan/wan-ati",
640
763
  "tags": ["影片"],
641
764
  "models": ["Wan2.1"],
642
- "date": "2025-05-21"
765
+ "date": "2025-05-21",
766
+ "size": 23.65
643
767
  },
644
768
  {
645
769
  "name": "video_wan2.1_fun_camera_v1.1_1.3B",
@@ -650,7 +774,8 @@
650
774
  "tutorialUrl": "https://docs.comfy.org/tutorials/video/wan/fun-control",
651
775
  "tags": ["影片"],
652
776
  "models": ["Wan2.1"],
653
- "date": "2025-04-15"
777
+ "date": "2025-04-15",
778
+ "size": 10.7
654
779
  },
655
780
  {
656
781
  "name": "video_wan2.1_fun_camera_v1.1_14B",
@@ -661,7 +786,8 @@
661
786
  "tutorialUrl": "https://docs.comfy.org/tutorials/video/wan/fun-control",
662
787
  "tags": ["影片"],
663
788
  "models": ["Wan2.1"],
664
- "date": "2025-04-15"
789
+ "date": "2025-04-15",
790
+ "size": 39.16
665
791
  },
666
792
  {
667
793
  "name": "text_to_video_wan",
@@ -672,7 +798,8 @@
672
798
  "tutorialUrl": "https://docs.comfy.org/tutorials/video/wan/wan-video",
673
799
  "tags": ["文字到影片", "影片"],
674
800
  "models": ["Wan2.1"],
675
- "date": "2025-03-01"
801
+ "date": "2025-03-01",
802
+ "size": 9.15
676
803
  },
677
804
  {
678
805
  "name": "image_to_video_wan",
@@ -683,7 +810,8 @@
683
810
  "tutorialUrl": "https://docs.comfy.org/tutorials/video/wan/wan-video",
684
811
  "tags": ["文字到影片", "影片"],
685
812
  "models": ["Wan2.1"],
686
- "date": "2025-03-01"
813
+ "date": "2025-03-01",
814
+ "size": 38.23
687
815
  },
688
816
  {
689
817
  "name": "wan2.1_fun_inp",
@@ -694,7 +822,8 @@
694
822
  "tutorialUrl": "https://docs.comfy.org/tutorials/video/wan/fun-inp",
695
823
  "tags": ["修復", "影片"],
696
824
  "models": ["Wan2.1"],
697
- "date": "2025-04-15"
825
+ "date": "2025-04-15",
826
+ "size": 10.6
698
827
  },
699
828
  {
700
829
  "name": "wan2.1_fun_control",
@@ -706,7 +835,8 @@
706
835
  "tutorialUrl": "https://docs.comfy.org/tutorials/video/wan/fun-control",
707
836
  "tags": ["影片到影片", "影片"],
708
837
  "models": ["Wan2.1"],
709
- "date": "2025-04-15"
838
+ "date": "2025-04-15",
839
+ "size": 10.6
710
840
  },
711
841
  {
712
842
  "name": "wan2.1_flf2v_720_f16",
@@ -717,7 +847,8 @@
717
847
  "tutorialUrl": "https://docs.comfy.org/tutorials/video/wan/wan-flf",
718
848
  "tags": ["FLF2V", "影片"],
719
849
  "models": ["Wan2.1"],
720
- "date": "2025-04-15"
850
+ "date": "2025-04-15",
851
+ "size": 38.23
721
852
  },
722
853
  {
723
854
  "name": "ltxv_text_to_video",
@@ -728,7 +859,8 @@
728
859
  "tutorialUrl": "https://docs.comfy.org/tutorials/video/ltxv",
729
860
  "tags": ["文字到影片", "影片"],
730
861
  "models": ["LTXV"],
731
- "date": "2025-03-01"
862
+ "date": "2025-03-01",
863
+ "size": 17.84
732
864
  },
733
865
  {
734
866
  "name": "ltxv_image_to_video",
@@ -739,7 +871,8 @@
739
871
  "tutorialUrl": "https://docs.comfy.org/tutorials/video/ltxv",
740
872
  "tags": ["影像到影片", "影片"],
741
873
  "models": ["LTXV"],
742
- "date": "2025-03-01"
874
+ "date": "2025-03-01",
875
+ "size": 17.84
743
876
  },
744
877
  {
745
878
  "name": "mochi_text_to_video_example",
@@ -750,7 +883,8 @@
750
883
  "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/mochi/",
751
884
  "tags": ["文字到影片", "影片"],
752
885
  "models": ["Mochi"],
753
- "date": "2025-03-01"
886
+ "date": "2025-03-01",
887
+ "size": 28.65
754
888
  },
755
889
  {
756
890
  "name": "hunyuan_video_text_to_video",
@@ -761,7 +895,8 @@
761
895
  "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/hunyuan_video/",
762
896
  "tags": ["文字到影片", "影片"],
763
897
  "models": ["Hunyuan Video"],
764
- "date": "2025-03-01"
898
+ "date": "2025-03-01",
899
+ "size": 33.04
765
900
  },
766
901
  {
767
902
  "name": "image_to_video",
@@ -772,7 +907,8 @@
772
907
  "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/video/#image-to-video",
773
908
  "tags": ["影像到影片", "影片"],
774
909
  "models": ["SVD"],
775
- "date": "2025-03-01"
910
+ "date": "2025-03-01",
911
+ "size": 8.9
776
912
  },
777
913
  {
778
914
  "name": "txt_to_image_to_video",
@@ -783,15 +919,16 @@
783
919
  "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/video/#image-to-video",
784
920
  "tags": ["文字到影片", "影片"],
785
921
  "models": ["SVD"],
786
- "date": "2025-03-01"
922
+ "date": "2025-03-01",
923
+ "size": 15.36
787
924
  }
788
925
  ]
789
926
  },
790
927
  {
791
928
  "moduleName": "default",
792
929
  "category": "USE CASES",
793
- "title": "音訊",
794
930
  "type": "audio",
931
+ "title": "音訊",
795
932
  "templates": [
796
933
  {
797
934
  "name": "audio_stable_audio_example",
@@ -802,7 +939,8 @@
802
939
  "tags": ["文字到音訊", "音訊"],
803
940
  "models": ["Stable Audio"],
804
941
  "date": "2025-03-01",
805
- "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/audio/"
942
+ "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/audio/",
943
+ "size": 5.35
806
944
  },
807
945
  {
808
946
  "name": "audio_ace_step_1_t2a_instrumentals",
@@ -813,7 +951,8 @@
813
951
  "tags": ["文字到音訊", "音訊", "器樂"],
814
952
  "models": ["ACE-Step v1"],
815
953
  "date": "2025-03-01",
816
- "tutorialUrl": "https://docs.comfy.org/tutorials/audio/ace-step/ace-step-v1"
954
+ "tutorialUrl": "https://docs.comfy.org/tutorials/audio/ace-step/ace-step-v1",
955
+ "size": 7.17
817
956
  },
818
957
  {
819
958
  "name": "audio_ace_step_1_t2a_song",
@@ -824,7 +963,8 @@
824
963
  "tags": ["文字到音訊", "音訊", "歌曲"],
825
964
  "models": ["ACE-Step v1"],
826
965
  "date": "2025-03-01",
827
- "tutorialUrl": "https://docs.comfy.org/tutorials/audio/ace-step/ace-step-v1"
966
+ "tutorialUrl": "https://docs.comfy.org/tutorials/audio/ace-step/ace-step-v1",
967
+ "size": 7.17
828
968
  },
829
969
  {
830
970
  "name": "audio_ace_step_1_m2m_editing",
@@ -835,15 +975,16 @@
835
975
  "tags": ["音訊編輯", "音訊"],
836
976
  "models": ["ACE-Step v1"],
837
977
  "date": "2025-03-01",
838
- "tutorialUrl": "https://docs.comfy.org/tutorials/audio/ace-step/ace-step-v1"
978
+ "tutorialUrl": "https://docs.comfy.org/tutorials/audio/ace-step/ace-step-v1",
979
+ "size": 7.17
839
980
  }
840
981
  ]
841
982
  },
842
983
  {
843
984
  "moduleName": "default",
844
985
  "category": "USE CASES",
845
- "title": "3D",
846
986
  "type": "3d",
987
+ "title": "3D",
847
988
  "templates": [
848
989
  {
849
990
  "name": "3d_hunyuan3d_image_to_model",
@@ -854,7 +995,8 @@
854
995
  "tags": ["影像到模型", "3D"],
855
996
  "models": ["Hunyuan3D 2.0"],
856
997
  "date": "2025-03-01",
857
- "tutorialUrl": ""
998
+ "tutorialUrl": "",
999
+ "size": 4.59
858
1000
  },
859
1001
  {
860
1002
  "name": "3d_hunyuan3d_multiview_to_model",
@@ -866,7 +1008,8 @@
866
1008
  "models": ["Hunyuan3D 2.0 MV"],
867
1009
  "date": "2025-03-01",
868
1010
  "tutorialUrl": "",
869
- "thumbnailVariant": "hoverDissolve"
1011
+ "thumbnailVariant": "hoverDissolve",
1012
+ "size": 4.59
870
1013
  },
871
1014
  {
872
1015
  "name": "3d_hunyuan3d_multiview_to_model_turbo",
@@ -878,7 +1021,8 @@
878
1021
  "models": ["Hunyuan3D 2.0 MV Turbo"],
879
1022
  "date": "2025-03-01",
880
1023
  "tutorialUrl": "",
881
- "thumbnailVariant": "hoverDissolve"
1024
+ "thumbnailVariant": "hoverDissolve",
1025
+ "size": 4.59
882
1026
  },
883
1027
  {
884
1028
  "name": "stable_zero123_example",
@@ -889,16 +1033,27 @@
889
1033
  "tags": ["影像到 3D", "3D"],
890
1034
  "models": ["Stable Zero123"],
891
1035
  "date": "2025-03-01",
892
- "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/3d/"
1036
+ "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/3d/",
1037
+ "size": 7.99
893
1038
  }
894
1039
  ]
895
1040
  },
896
1041
  {
897
1042
  "moduleName": "default",
898
1043
  "category": "TOOLS & BUILDING",
899
- "title": "影像 API",
900
1044
  "type": "image",
1045
+ "title": "影像 API",
901
1046
  "templates": [
1047
+ {
1048
+ "name": "api_google_gemini_image",
1049
+ "title": "Google Gemini 影像",
1050
+ "description": "Nano-banana (Gemini-2.5-Flash 影像) - 具備一致性的影像編輯。",
1051
+ "mediaType": "image",
1052
+ "mediaSubtype": "webp",
1053
+ "tags": ["影像編輯", "影像", "API", "文字到影像"],
1054
+ "models": ["Gemini-2.5-Flash", "nano-banana"],
1055
+ "date": "2025-08-27"
1056
+ },
902
1057
  {
903
1058
  "name": "api_bfl_flux_1_kontext_multiple_images_input",
904
1059
  "title": "BFL Flux.1 Kontext 多影像輸入",
@@ -1157,8 +1312,8 @@
1157
1312
  {
1158
1313
  "moduleName": "default",
1159
1314
  "category": "TOOLS & BUILDING",
1160
- "title": "影片 API",
1161
1315
  "type": "video",
1316
+ "title": "影片 API",
1162
1317
  "templates": [
1163
1318
  {
1164
1319
  "name": "api_kling_i2v",
@@ -1453,8 +1608,8 @@
1453
1608
  {
1454
1609
  "moduleName": "default",
1455
1610
  "category": "TOOLS & BUILDING",
1456
- "title": "3D API",
1457
1611
  "type": "image",
1612
+ "title": "3D API",
1458
1613
  "templates": [
1459
1614
  {
1460
1615
  "name": "api_rodin_image_to_model",
@@ -1520,8 +1675,8 @@
1520
1675
  {
1521
1676
  "moduleName": "default",
1522
1677
  "category": "TOOLS & BUILDING",
1523
- "title": "LLM API",
1524
1678
  "type": "image",
1679
+ "title": "LLM API",
1525
1680
  "templates": [
1526
1681
  {
1527
1682
  "name": "api_openai_chat",
@@ -1550,8 +1705,8 @@
1550
1705
  {
1551
1706
  "moduleName": "default",
1552
1707
  "category": "TOOLS & BUILDING",
1553
- "title": "超解析度",
1554
1708
  "type": "image",
1709
+ "title": "超解析度",
1555
1710
  "templates": [
1556
1711
  {
1557
1712
  "name": "hiresfix_latent_workflow",
@@ -1563,7 +1718,8 @@
1563
1718
  "tags": ["超解析度", "影像"],
1564
1719
  "models": ["SD1.5"],
1565
1720
  "date": "2025-03-01",
1566
- "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/2_pass_txt2img/"
1721
+ "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/2_pass_txt2img/",
1722
+ "size": 1.99
1567
1723
  },
1568
1724
  {
1569
1725
  "name": "esrgan_example",
@@ -1575,7 +1731,8 @@
1575
1731
  "tags": ["超解析度", "影像"],
1576
1732
  "models": ["SD1.5"],
1577
1733
  "date": "2025-03-01",
1578
- "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/upscale_models/"
1734
+ "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/upscale_models/",
1735
+ "size": 2.05
1579
1736
  },
1580
1737
  {
1581
1738
  "name": "hiresfix_esrgan_workflow",
@@ -1587,7 +1744,8 @@
1587
1744
  "tags": ["超解析度", "影像"],
1588
1745
  "models": ["SD1.5"],
1589
1746
  "date": "2025-03-01",
1590
- "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/2_pass_txt2img/#non-latent-upscaling"
1747
+ "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/2_pass_txt2img/#non-latent-upscaling",
1748
+ "size": 2.05
1591
1749
  },
1592
1750
  {
1593
1751
  "name": "latent_upscale_different_prompt_model",
@@ -1599,15 +1757,16 @@
1599
1757
  "tags": ["超解析度", "影像"],
1600
1758
  "models": ["SD1.5"],
1601
1759
  "date": "2025-03-01",
1602
- "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/2_pass_txt2img/#more-examples"
1760
+ "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/2_pass_txt2img/#more-examples",
1761
+ "size": 3.97
1603
1762
  }
1604
1763
  ]
1605
1764
  },
1606
1765
  {
1607
1766
  "moduleName": "default",
1608
1767
  "category": "TOOLS & BUILDING",
1609
- "title": "ControlNet",
1610
1768
  "type": "image",
1769
+ "title": "ControlNet",
1611
1770
  "templates": [
1612
1771
  {
1613
1772
  "name": "controlnet_example",
@@ -1619,7 +1778,8 @@
1619
1778
  "tags": ["ControlNet", "影像"],
1620
1779
  "models": ["SD1.5"],
1621
1780
  "date": "2025-03-01",
1622
- "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/controlnet/"
1781
+ "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/controlnet/",
1782
+ "size": 2.97
1623
1783
  },
1624
1784
  {
1625
1785
  "name": "2_pass_pose_worship",
@@ -1631,7 +1791,8 @@
1631
1791
  "tags": ["ControlNet", "影像"],
1632
1792
  "models": ["SD1.5"],
1633
1793
  "date": "2025-03-01",
1634
- "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/controlnet/#pose-controlnet"
1794
+ "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/controlnet/#pose-controlnet",
1795
+ "size": 0.98
1635
1796
  },
1636
1797
  {
1637
1798
  "name": "depth_controlnet",
@@ -1643,7 +1804,8 @@
1643
1804
  "tags": ["ControlNet", "影像"],
1644
1805
  "models": ["SD1.5"],
1645
1806
  "date": "2025-03-01",
1646
- "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/controlnet/#t2i-adapter-vs-controlnets"
1807
+ "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/controlnet/#t2i-adapter-vs-controlnets",
1808
+ "size": 0.67
1647
1809
  },
1648
1810
  {
1649
1811
  "name": "depth_t2i_adapter",
@@ -1667,15 +1829,16 @@
1667
1829
  "tags": ["ControlNet", "影像"],
1668
1830
  "models": ["SD1.5"],
1669
1831
  "date": "2025-03-01",
1670
- "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/controlnet/#mixing-controlnets"
1832
+ "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/controlnet/#mixing-controlnets",
1833
+ "size": 1.66
1671
1834
  }
1672
1835
  ]
1673
1836
  },
1674
1837
  {
1675
1838
  "moduleName": "default",
1676
1839
  "category": "TOOLS & BUILDING",
1677
- "title": "區域構圖",
1678
1840
  "type": "image",
1841
+ "title": "區域構圖",
1679
1842
  "templates": [
1680
1843
  {
1681
1844
  "name": "area_composition",
@@ -1686,7 +1849,8 @@
1686
1849
  "tags": ["區域構圖", "影像"],
1687
1850
  "models": ["SD1.5"],
1688
1851
  "date": "2025-03-01",
1689
- "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/area_composition/"
1852
+ "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/area_composition/",
1853
+ "size": 2.3
1690
1854
  },
1691
1855
  {
1692
1856
  "name": "area_composition_square_area_for_subject",
@@ -1697,7 +1861,8 @@
1697
1861
  "tags": ["區域構圖", "影像"],
1698
1862
  "models": ["SD1.5"],
1699
1863
  "date": "2025-03-01",
1700
- "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/area_composition/#increasing-consistency-of-images-with-area-composition"
1864
+ "tutorialUrl": "https://comfyanonymous.github.io/ComfyUI_examples/area_composition/#increasing-consistency-of-images-with-area-composition",
1865
+ "size": 2.3
1701
1866
  }
1702
1867
  ]
1703
1868
  }