comfyui-workflow-templates 0.1.44__py3-none-any.whl → 0.1.46__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 (25) hide show
  1. comfyui_workflow_templates/templates/flux1_krea_dev-1.webp +0 -0
  2. comfyui_workflow_templates/templates/flux1_krea_dev.json +543 -0
  3. comfyui_workflow_templates/templates/hunyuan_video_text_to_video.json +689 -312
  4. comfyui_workflow_templates/templates/image_to_video.json +390 -161
  5. comfyui_workflow_templates/templates/image_to_video_wan.json +610 -271
  6. comfyui_workflow_templates/templates/index.json +564 -107
  7. comfyui_workflow_templates/templates/index.schema.json +19 -0
  8. comfyui_workflow_templates/templates/ltxv_image_to_video.json +676 -274
  9. comfyui_workflow_templates/templates/ltxv_text_to_video.json +547 -203
  10. comfyui_workflow_templates/templates/mochi_text_to_video_example.json +433 -170
  11. comfyui_workflow_templates/templates/text_to_video_wan.json +409 -169
  12. comfyui_workflow_templates/templates/txt_to_image_to_video.json +556 -223
  13. comfyui_workflow_templates/templates/video_wan2_2_14B_flf2v-1.webp +0 -0
  14. comfyui_workflow_templates/templates/video_wan2_2_14B_flf2v-2.webp +0 -0
  15. comfyui_workflow_templates/templates/video_wan2_2_14B_flf2v.json +1090 -0
  16. comfyui_workflow_templates/templates/video_wan2_2_14B_i2v.json +41 -17
  17. comfyui_workflow_templates/templates/video_wan2_2_14B_t2v.json +41 -17
  18. comfyui_workflow_templates/templates/wan2.1_flf2v_720_f16.json +567 -182
  19. comfyui_workflow_templates/templates/wan2.1_fun_control.json +168 -110
  20. comfyui_workflow_templates/templates/wan2.1_fun_inp.json +470 -418
  21. {comfyui_workflow_templates-0.1.44.dist-info → comfyui_workflow_templates-0.1.46.dist-info}/METADATA +1 -1
  22. {comfyui_workflow_templates-0.1.44.dist-info → comfyui_workflow_templates-0.1.46.dist-info}/RECORD +25 -20
  23. {comfyui_workflow_templates-0.1.44.dist-info → comfyui_workflow_templates-0.1.46.dist-info}/WHEEL +0 -0
  24. {comfyui_workflow_templates-0.1.44.dist-info → comfyui_workflow_templates-0.1.46.dist-info}/licenses/LICENSE +0 -0
  25. {comfyui_workflow_templates-0.1.44.dist-info → comfyui_workflow_templates-0.1.46.dist-info}/top_level.txt +0 -0
@@ -71,6 +71,25 @@
71
71
  "description": {
72
72
  "type": "string",
73
73
  "description": "Brief description of what the workflow does"
74
+ },
75
+ "tags": {
76
+ "type": "array",
77
+ "description": "Array of tags for categorizing and filtering templates",
78
+ "items": {
79
+ "type": "string"
80
+ }
81
+ },
82
+ "models": {
83
+ "type": "array",
84
+ "description": "Array of model names used by this workflow",
85
+ "items": {
86
+ "type": "string"
87
+ }
88
+ },
89
+ "date": {
90
+ "type": "string",
91
+ "format": "date",
92
+ "description": "Date when the template was created or last updated (YYYY-MM-DD format)"
74
93
  }
75
94
  },
76
95
  "additionalProperties": false