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.

Files changed (32) 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_instantx_inpainting_controlnet.json +2157 -504
  9. comfyui_workflow_templates/templates/index.es.json +368 -239
  10. comfyui_workflow_templates/templates/index.fr.json +369 -239
  11. comfyui_workflow_templates/templates/index.ja.json +368 -239
  12. comfyui_workflow_templates/templates/index.json +348 -242
  13. comfyui_workflow_templates/templates/index.ko.json +368 -239
  14. comfyui_workflow_templates/templates/index.ru.json +368 -239
  15. comfyui_workflow_templates/templates/index.schema.json +14 -1
  16. comfyui_workflow_templates/templates/index.zh-TW.json +369 -240
  17. comfyui_workflow_templates/templates/index.zh.json +369 -240
  18. comfyui_workflow_templates/templates/video_humo-1.webp +0 -0
  19. comfyui_workflow_templates/templates/video_humo.json +1077 -0
  20. comfyui_workflow_templates/templates/video_wan2_2_14B_animate-1.webp +0 -0
  21. comfyui_workflow_templates/templates/video_wan2_2_14B_animate.json +2155 -0
  22. comfyui_workflow_templates/templates/video_wan2_2_14B_fun_control.json +5 -5
  23. {comfyui_workflow_templates-0.1.81.dist-info → comfyui_workflow_templates-0.1.82.dist-info}/METADATA +1 -1
  24. {comfyui_workflow_templates-0.1.81.dist-info → comfyui_workflow_templates-0.1.82.dist-info}/RECORD +27 -23
  25. comfyui_workflow_templates/templates/flux_kontext_dev_grouped-1.webp +0 -0
  26. comfyui_workflow_templates/templates/flux_kontext_dev_grouped-2.webp +0 -0
  27. comfyui_workflow_templates/templates/flux_kontext_dev_grouped.json +0 -1456
  28. comfyui_workflow_templates/templates/image_cosmos_predict2_2B_t2i-1.webp +0 -0
  29. comfyui_workflow_templates/templates/video_cosmos_predict2_2B_video2world_480p_16fps-1.webp +0 -0
  30. {comfyui_workflow_templates-0.1.81.dist-info → comfyui_workflow_templates-0.1.82.dist-info}/WHEEL +0 -0
  31. {comfyui_workflow_templates-0.1.81.dist-info → comfyui_workflow_templates-0.1.82.dist-info}/licenses/LICENSE +0 -0
  32. {comfyui_workflow_templates-0.1.81.dist-info → comfyui_workflow_templates-0.1.82.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
  }