comfyui-workflow-templates 0.1.81__py3-none-any.whl → 0.1.83__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 (35) hide show
  1. comfyui_workflow_templates/templates/3d_hunyuan3d-v2.1-1.webp +0 -0
  2. comfyui_workflow_templates/templates/{image_cosmos_predict2_2B_t2i.json → 3d_hunyuan3d-v2.1.json} +316 -242
  3. comfyui_workflow_templates/templates/image_chroma1_radiance_text_to_image-1.webp +0 -0
  4. comfyui_workflow_templates/templates/{video_cosmos_predict2_2B_video2world_480p_16fps.json → image_chroma1_radiance_text_to_image.json} +270 -318
  5. comfyui_workflow_templates/templates/image_flux.1_fill_dev_OneReward-1.webp +0 -0
  6. comfyui_workflow_templates/templates/image_flux.1_fill_dev_OneReward-2.webp +0 -0
  7. comfyui_workflow_templates/templates/image_flux.1_fill_dev_OneReward.json +2580 -0
  8. comfyui_workflow_templates/templates/image_qwen_image_edit_2509-1.webp +0 -0
  9. comfyui_workflow_templates/templates/image_qwen_image_edit_2509-2.webp +0 -0
  10. comfyui_workflow_templates/templates/image_qwen_image_edit_2509.json +1263 -0
  11. comfyui_workflow_templates/templates/image_qwen_image_instantx_inpainting_controlnet.json +2157 -504
  12. comfyui_workflow_templates/templates/index.es.json +381 -239
  13. comfyui_workflow_templates/templates/index.fr.json +382 -239
  14. comfyui_workflow_templates/templates/index.ja.json +381 -239
  15. comfyui_workflow_templates/templates/index.json +361 -242
  16. comfyui_workflow_templates/templates/index.ko.json +381 -239
  17. comfyui_workflow_templates/templates/index.ru.json +381 -239
  18. comfyui_workflow_templates/templates/index.schema.json +14 -1
  19. comfyui_workflow_templates/templates/index.zh-TW.json +382 -240
  20. comfyui_workflow_templates/templates/index.zh.json +382 -240
  21. comfyui_workflow_templates/templates/video_humo-1.webp +0 -0
  22. comfyui_workflow_templates/templates/video_humo.json +1077 -0
  23. comfyui_workflow_templates/templates/video_wan2_2_14B_animate-1.webp +0 -0
  24. comfyui_workflow_templates/templates/video_wan2_2_14B_animate.json +4723 -0
  25. comfyui_workflow_templates/templates/video_wan2_2_14B_fun_control.json +5 -5
  26. {comfyui_workflow_templates-0.1.81.dist-info → comfyui_workflow_templates-0.1.83.dist-info}/METADATA +1 -1
  27. {comfyui_workflow_templates-0.1.81.dist-info → comfyui_workflow_templates-0.1.83.dist-info}/RECORD +30 -23
  28. comfyui_workflow_templates/templates/flux_kontext_dev_grouped-1.webp +0 -0
  29. comfyui_workflow_templates/templates/flux_kontext_dev_grouped-2.webp +0 -0
  30. comfyui_workflow_templates/templates/flux_kontext_dev_grouped.json +0 -1456
  31. comfyui_workflow_templates/templates/image_cosmos_predict2_2B_t2i-1.webp +0 -0
  32. comfyui_workflow_templates/templates/video_cosmos_predict2_2B_video2world_480p_16fps-1.webp +0 -0
  33. {comfyui_workflow_templates-0.1.81.dist-info → comfyui_workflow_templates-0.1.83.dist-info}/WHEEL +0 -0
  34. {comfyui_workflow_templates-0.1.81.dist-info → comfyui_workflow_templates-0.1.83.dist-info}/licenses/LICENSE +0 -0
  35. {comfyui_workflow_templates-0.1.81.dist-info → comfyui_workflow_templates-0.1.83.dist-info}/top_level.txt +0 -0
@@ -9,8 +9,12 @@
9
9
  "definitions": {
10
10
  "templateCategory": {
11
11
  "type": "object",
12
- "required": ["moduleName", "title", "templates", "category"],
12
+ "required": ["moduleName", "title", "templates"],
13
13
  "properties": {
14
+ "isEssential": {
15
+ "type": "boolean",
16
+ "description": "Whether the category is Getting Started"
17
+ },
14
18
  "moduleName": {
15
19
  "type": "string",
16
20
  "description": "Module identifier for the category",
@@ -35,6 +39,10 @@
35
39
  "items": {
36
40
  "$ref": "#/definitions/templateInfo"
37
41
  }
42
+ },
43
+ "icon": {
44
+ "type" : "string",
45
+ "description": "Icon for the category"
38
46
  }
39
47
  },
40
48
  "additionalProperties": false
@@ -43,6 +51,10 @@
43
51
  "type": "object",
44
52
  "required": ["name", "mediaType", "mediaSubtype", "description"],
45
53
  "properties": {
54
+ "OpenSource": {
55
+ "type": "boolean",
56
+ "description": "Whether the template is Open Source"
57
+ },
46
58
  "name": {
47
59
  "type": "string",
48
60
  "description": "Workflow filename without .json extension",
@@ -101,6 +113,7 @@
101
113
  }
102
114
  },
103
115
  "additionalProperties": false
116
+
104
117
  }
105
118
  }
106
119
  }