comfyui-workflow-templates 0.2.2__py3-none-any.whl → 0.2.4__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.
- comfyui_workflow_templates/templates/02_qwen_Image_edit_subgraphed.json +189 -188
- comfyui_workflow_templates/templates/04_hunyuan_3d_2.1_subgraphed.json +48 -75
- comfyui_workflow_templates/templates/api_ltxv_image_to_video-1.webp +0 -0
- comfyui_workflow_templates/templates/api_ltxv_image_to_video.json +187 -0
- comfyui_workflow_templates/templates/api_ltxv_text_to_video-1.webp +0 -0
- comfyui_workflow_templates/templates/api_ltxv_text_to_video.json +134 -0
- comfyui_workflow_templates/templates/audio_ace_step_1_m2m_editing.json +81 -81
- comfyui_workflow_templates/templates/audio_ace_step_1_t2a_song.json +45 -45
- comfyui_workflow_templates/templates/flux_kontext_dev_basic.json +39 -39
- comfyui_workflow_templates/templates/index.ar.json +159 -133
- comfyui_workflow_templates/templates/index.es.json +164 -138
- comfyui_workflow_templates/templates/index.fr.json +164 -138
- comfyui_workflow_templates/templates/index.ja.json +163 -137
- comfyui_workflow_templates/templates/index.json +163 -137
- comfyui_workflow_templates/templates/index.ko.json +163 -137
- comfyui_workflow_templates/templates/index.ru.json +164 -138
- comfyui_workflow_templates/templates/index.schema.json +2 -2
- comfyui_workflow_templates/templates/index.tr.json +164 -138
- comfyui_workflow_templates/templates/index.zh-TW.json +164 -138
- comfyui_workflow_templates/templates/index.zh.json +174 -148
- {comfyui_workflow_templates-0.2.2.dist-info → comfyui_workflow_templates-0.2.4.dist-info}/METADATA +1 -1
- {comfyui_workflow_templates-0.2.2.dist-info → comfyui_workflow_templates-0.2.4.dist-info}/RECORD +25 -21
- {comfyui_workflow_templates-0.2.2.dist-info → comfyui_workflow_templates-0.2.4.dist-info}/WHEEL +0 -0
- {comfyui_workflow_templates-0.2.2.dist-info → comfyui_workflow_templates-0.2.4.dist-info}/licenses/LICENSE +0 -0
- {comfyui_workflow_templates-0.2.2.dist-info → comfyui_workflow_templates-0.2.4.dist-info}/top_level.txt +0 -0
|
@@ -109,11 +109,11 @@
|
|
|
109
109
|
},
|
|
110
110
|
"size": {
|
|
111
111
|
"type": "number",
|
|
112
|
-
"description": "Size of the template in
|
|
112
|
+
"description": "Size of the template in bytes"
|
|
113
113
|
},
|
|
114
114
|
"vram": {
|
|
115
115
|
"type": "number",
|
|
116
|
-
"description": "VRAM of the template in
|
|
116
|
+
"description": "VRAM of the template in bytes"
|
|
117
117
|
}
|
|
118
118
|
},
|
|
119
119
|
"additionalProperties": false
|