comfyui-workflow-templates 0.1.96__py3-none-any.whl → 0.1.97__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 (29) hide show
  1. comfyui_workflow_templates/templates/01_qwen_t2i_subgraphed-1.webp +0 -0
  2. comfyui_workflow_templates/templates/01_qwen_t2i_subgraphed.json +1288 -0
  3. comfyui_workflow_templates/templates/02_qwen_Image_edit_subgraphed-1.webp +0 -0
  4. comfyui_workflow_templates/templates/02_qwen_Image_edit_subgraphed.json +1754 -0
  5. comfyui_workflow_templates/templates/03_video_wan2_2_14B_i2v_subgraphed-1.webp +0 -0
  6. comfyui_workflow_templates/templates/03_video_wan2_2_14B_i2v_subgraphed.json +1416 -0
  7. comfyui_workflow_templates/templates/04_hunyuan_3d_2.1_subgraphed-1.webp +0 -0
  8. comfyui_workflow_templates/templates/04_hunyuan_3d_2.1_subgraphed.json +850 -0
  9. comfyui_workflow_templates/templates/05_audio_ace_step_1_t2a_song_subgraphed-1.webp +0 -0
  10. comfyui_workflow_templates/templates/05_audio_ace_step_1_t2a_song_subgraphed.json +1014 -0
  11. comfyui_workflow_templates/templates/api_rodin_gen2.json +123 -125
  12. comfyui_workflow_templates/templates/image_qwen_image_instantx_inpainting_controlnet.json +1536 -715
  13. comfyui_workflow_templates/templates/index.ar.json +2357 -0
  14. comfyui_workflow_templates/templates/index.es.json +180 -120
  15. comfyui_workflow_templates/templates/index.fr.json +346 -286
  16. comfyui_workflow_templates/templates/index.ja.json +227 -167
  17. comfyui_workflow_templates/templates/index.json +62 -2
  18. comfyui_workflow_templates/templates/index.ko.json +181 -121
  19. comfyui_workflow_templates/templates/index.ru.json +220 -160
  20. comfyui_workflow_templates/templates/index.tr.json +2357 -0
  21. comfyui_workflow_templates/templates/index.tr_translated.json +2357 -0
  22. comfyui_workflow_templates/templates/index.zh-TW.json +276 -216
  23. comfyui_workflow_templates/templates/index.zh.json +233 -173
  24. comfyui_workflow_templates/templates/video_wan_vace_inpainting.json +1 -1
  25. {comfyui_workflow_templates-0.1.96.dist-info → comfyui_workflow_templates-0.1.97.dist-info}/METADATA +1 -1
  26. {comfyui_workflow_templates-0.1.96.dist-info → comfyui_workflow_templates-0.1.97.dist-info}/RECORD +29 -16
  27. {comfyui_workflow_templates-0.1.96.dist-info → comfyui_workflow_templates-0.1.97.dist-info}/WHEEL +0 -0
  28. {comfyui_workflow_templates-0.1.96.dist-info → comfyui_workflow_templates-0.1.97.dist-info}/licenses/LICENSE +0 -0
  29. {comfyui_workflow_templates-0.1.96.dist-info → comfyui_workflow_templates-0.1.97.dist-info}/top_level.txt +0 -0
@@ -5,6 +5,66 @@
5
5
  "title": "Getting Started",
6
6
  "type": "image",
7
7
  "templates": [
8
+ {
9
+ "name": "01_qwen_t2i_subgraphed",
10
+ "title": "Text to Image[New]",
11
+ "mediaType": "image",
12
+ "mediaSubtype": "webp",
13
+ "description": "Generate images from text prompts using the Qwen-Image model",
14
+ "tutorialUrl": "https://docs.comfy.org/tutorials/image/qwen/qwen-image",
15
+ "tags": ["Text to Image", "Image"],
16
+ "models": ["Qwen-Image"],
17
+ "date": "2025-10-17",
18
+ "size": 29.59
19
+ },
20
+ {
21
+ "name": "02_qwen_Image_edit_subgraphed",
22
+ "title": "Image Editing[New]",
23
+ "mediaType": "image",
24
+ "mediaSubtype": "webp",
25
+ "description": "Edit your images with Qwen-Image-Edit, the latest OSS model",
26
+ "tutorialUrl": "https://docs.comfy.org/tutorials/image/qwen/qwen-image-edit",
27
+ "tags": ["Image to Image", "Image Edit", "ControlNet"],
28
+ "models": ["Qwen-Image"],
29
+ "date": "2025-10-17",
30
+ "size": 29.59
31
+ },
32
+ {
33
+ "name": "03_video_wan2_2_14B_i2v_subgraphed",
34
+ "title": "Image to Video[New]",
35
+ "description": "Generate videos from an input image using Wan2.2 14B",
36
+ "mediaType": "image",
37
+ "mediaSubtype": "webp",
38
+ "tutorialUrl": "https://docs.comfy.org/tutorials/video/wan/wan2_2",
39
+ "tags": ["Image to Video", "Video"],
40
+ "models": ["Wan2.2", "Wan"],
41
+ "date": "2025-10-17",
42
+ "size": 35.42
43
+ },
44
+ {
45
+ "name": "04_hunyuan_3d_2.1_subgraphed",
46
+ "title": "Iage to 3D[New]",
47
+ "mediaType": "image",
48
+ "mediaSubtype": "webp",
49
+ "description": "Generate 3D models from single images using Hunyuan3D 2.1.",
50
+ "tags": ["Image to 3D", "3D"],
51
+ "models": ["Hunyuan3D"],
52
+ "date": "2025-10-17",
53
+ "tutorialUrl": "https://docs.comfy.org/tutorials/3d/hunyuan3D-2",
54
+ "size": 4.59
55
+ },
56
+ {
57
+ "name": "05_audio_ace_step_1_t2a_song_subgraphed",
58
+ "title": "Text to Song[New]",
59
+ "mediaType": "image",
60
+ "mediaSubtype": "webp",
61
+ "description": "Generate songs from text prompts using ACE-Step v1",
62
+ "tags": ["Text to Audio", "Audio"],
63
+ "models": ["ACE-Step"],
64
+ "date": "2025-10-17",
65
+ "tutorialUrl": "https://docs.comfy.org/tutorials/audio/ace-step/ace-step-v1",
66
+ "size": 7.17
67
+ },
8
68
  {
9
69
  "name": "default",
10
70
  "title": "Image Generation",
@@ -1301,7 +1361,7 @@
1301
1361
  "description": "Multi-modal AI model for text-to-image and image editing. Generate 2K images in under 2 seconds with natural language control.",
1302
1362
  "mediaType": "image",
1303
1363
  "mediaSubtype": "webp",
1304
- "tags": ["Image Edit", "Image", "API", "Text-to-Image"],
1364
+ "tags": ["Image Edit", "Image", "API", "Text to Image"],
1305
1365
  "models": ["Seedream 4.0", "ByteDance"],
1306
1366
  "date": "2025-09-11",
1307
1367
  "OpenSource": false,
@@ -1314,7 +1374,7 @@
1314
1374
  "description": "Nano-banana (Gemini-2.5-Flash Image) - image editing with consistency.",
1315
1375
  "mediaType": "image",
1316
1376
  "mediaSubtype": "webp",
1317
- "tags": ["Image Edit", "Image", "API", "Text-to-Image"],
1377
+ "tags": ["Image Edit", "Image", "API", "Text to Image"],
1318
1378
  "models": ["Gemini-2.5-Flash", "nano-banana", "Google"],
1319
1379
  "date": "2025-08-27",
1320
1380
  "OpenSource": false,