comfyui-workflow-templates 0.1.92__py3-none-any.whl → 0.1.94__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/api_openai_sora_video-1.webp +0 -0
- comfyui_workflow_templates/templates/api_openai_sora_video.json +495 -0
- comfyui_workflow_templates/templates/flux_canny_model_example.json +2 -2
- comfyui_workflow_templates/templates/flux_depth_lora_example.json +394 -308
- comfyui_workflow_templates/templates/flux_fill_inpaint_example.json +2 -2
- comfyui_workflow_templates/templates/flux_fill_outpaint_example.json +2 -2
- comfyui_workflow_templates/templates/image_chroma_text_to_image.json +113 -113
- comfyui_workflow_templates/templates/image_qwen_image_edit_2509.json +2242 -365
- comfyui_workflow_templates/templates/index.json +13 -0
- comfyui_workflow_templates/templates/sd3.5_large_blur.json +320 -241
- comfyui_workflow_templates/templates/sd3.5_large_canny_controlnet_example.json +1 -1
- comfyui_workflow_templates/templates/sd3.5_large_depth.json +245 -170
- comfyui_workflow_templates/templates/video_wan2.1_alpha_t2v_14B.json +9 -8
- {comfyui_workflow_templates-0.1.92.dist-info → comfyui_workflow_templates-0.1.94.dist-info}/METADATA +1 -1
- {comfyui_workflow_templates-0.1.92.dist-info → comfyui_workflow_templates-0.1.94.dist-info}/RECORD +18 -16
- {comfyui_workflow_templates-0.1.92.dist-info → comfyui_workflow_templates-0.1.94.dist-info}/WHEEL +0 -0
- {comfyui_workflow_templates-0.1.92.dist-info → comfyui_workflow_templates-0.1.94.dist-info}/licenses/LICENSE +0 -0
- {comfyui_workflow_templates-0.1.92.dist-info → comfyui_workflow_templates-0.1.94.dist-info}/top_level.txt +0 -0
|
@@ -1677,6 +1677,19 @@
|
|
|
1677
1677
|
"icon": "icon-[lucide--film]",
|
|
1678
1678
|
"type": "video",
|
|
1679
1679
|
"templates": [
|
|
1680
|
+
{
|
|
1681
|
+
"name": "api_openai_sora_video",
|
|
1682
|
+
"title": "Sora 2: Text & Image to Video",
|
|
1683
|
+
"description": "OpenAI's Sora-2 and Sora-2 Pro video generation with synchronized audio.",
|
|
1684
|
+
"mediaType": "image",
|
|
1685
|
+
"mediaSubtype": "webp",
|
|
1686
|
+
"tags": ["Image to Video", "Text to Video", "API"],
|
|
1687
|
+
"models": ["OpenAI"],
|
|
1688
|
+
"date": "2025-10-08",
|
|
1689
|
+
"OpenSource": false,
|
|
1690
|
+
"size": 0,
|
|
1691
|
+
"vram": 0
|
|
1692
|
+
},
|
|
1680
1693
|
{
|
|
1681
1694
|
"name": "api_wan_text_to_video",
|
|
1682
1695
|
"title": "Wan2.5: Text to Video",
|