Skip to content

Commit d8d65fb

Browse files
committed
Merge branch 'template-update-0106' of https://github.com/Comfy-Org/workflow_templates into template-update-0106
2 parents 7a7864a + bda89d4 commit d8d65fb

File tree

5 files changed

+33
-13
lines changed

5 files changed

+33
-13
lines changed

packages/core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "comfyui-workflow-templates-core"
7-
version = "0.3.70"
7+
version = "0.3.71"
88
description = "Core helpers for ComfyUI workflow templates"
99
readme = {text = "Core helpers for ComfyUI workflow templates.", content-type = "text/plain"}
1010
requires-python = ">=3.9"

packages/core/src/comfyui_workflow_templates_core/manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3968,7 +3968,7 @@
39683968
"assets": [
39693969
{
39703970
"filename": "video_ltx2_canny_to_video.json",
3971-
"sha256": "fb5a3610953239c01982da601c9db7c2d834635cd29292eebb1dd319626966e8"
3971+
"sha256": "1110f3fbde0b74aa0864b0b45b56061ddb8659d6d22ddcd740735fa650081b0d"
39723972
},
39733973
{
39743974
"filename": "video_ltx2_canny_to_video-1.webp",
@@ -3990,7 +3990,7 @@
39903990
"assets": [
39913991
{
39923992
"filename": "video_ltx2_depth_to_video.json",
3993-
"sha256": "679c3f81f529b454f3ea9b0529959c40132da5e8090ba0ebb20b9da12e69ed13"
3993+
"sha256": "695882be107c89d264dabbc3561948bf3fd40b5e3c86a893c5de44db8c44656d"
39943994
},
39953995
{
39963996
"filename": "video_ltx2_depth_to_video-1.webp",
@@ -4012,7 +4012,7 @@
40124012
"assets": [
40134013
{
40144014
"filename": "video_ltx2_i2v.json",
4015-
"sha256": "8b9cbe7f4d46e1beb94a56e2f7a346c5046afba1b3ef062d4af34c1d424874f9"
4015+
"sha256": "460b78060c2056e1d5c1e8c245022d24b630ae599fed341ee778a6505140ac15"
40164016
},
40174017
{
40184018
"filename": "video_ltx2_i2v-1.webp",
@@ -4034,7 +4034,7 @@
40344034
"assets": [
40354035
{
40364036
"filename": "video_ltx2_i2v_distilled.json",
4037-
"sha256": "5c3915d1a06783d2da650661f5bd5e6520bf67bc4164eb58eea5f316efc63dd7"
4037+
"sha256": "bf975fdce0ceae4b9702e238c8d7b2fdc80212fb0d5000e13bc9d331d17a43be"
40384038
},
40394039
{
40404040
"filename": "video_ltx2_i2v_distilled-1.webp",
@@ -4052,7 +4052,7 @@
40524052
"assets": [
40534053
{
40544054
"filename": "video_ltx2_pose_to_video.json",
4055-
"sha256": "293b1b929f3d49fc269ddb0fd5ca052eb1e3109cfe77c5ee0a107a1224953b41"
4055+
"sha256": "859d113b5395144cdb233a7f8e584c7be32a7f8a7fc399997ab987f5ac5bf289"
40564056
},
40574057
{
40584058
"filename": "video_ltx2_pose_to_video-1.webp",
@@ -4074,7 +4074,7 @@
40744074
"assets": [
40754075
{
40764076
"filename": "video_ltx2_t2v.json",
4077-
"sha256": "ccf5217409b8fa2c17f328917783530f2957f1b7ea21afb588d3fb9b6b5c9c3e"
4077+
"sha256": "a9d5c14e0bd254e7138a3239c41a66d21a9cf4985665fda9941b43a21d0e2e8d"
40784078
},
40794079
{
40804080
"filename": "video_ltx2_t2v-1.webp",
@@ -4096,7 +4096,7 @@
40964096
"assets": [
40974097
{
40984098
"filename": "video_ltx2_t2v_distilled.json",
4099-
"sha256": "b220b1d96c2e111004ee9ca423a059527e3074fdd8595ade9ed0a57a2c6e9464"
4099+
"sha256": "959f5c615b1cc20b98da9b66f4540c6f56203d7081ab074b85c636463f1214c5"
41004100
},
41014101
{
41024102
"filename": "video_ltx2_t2v_distilled-1.webp",

packages/media_video/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "comfyui-workflow-templates-media-video"
7-
version = "0.3.26"
7+
version = "0.3.27"
88
description = "Media bundle containing video workflow assets"
99
readme = {text = "Media bundle containing video workflow assets for ComfyUI.", content-type = "text/plain"}
1010
requires-python = ">=3.9"

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@ classifiers = [
1818
]
1919

2020
dependencies = [
21-
"comfyui-workflow-templates-core==0.3.70",
21+
"comfyui-workflow-templates-core==0.3.71",
2222
"comfyui-workflow-templates-media-api==0.3.34",
23-
"comfyui-workflow-templates-media-video==0.3.26",
23+
"comfyui-workflow-templates-media-video==0.3.27",
2424
"comfyui-workflow-templates-media-image==0.3.48",
2525
"comfyui-workflow-templates-media-other==0.3.65",
2626
]
2727

2828
[project.optional-dependencies]
2929
api = ["comfyui-workflow-templates-media-api==0.3.34"]
30-
video = ["comfyui-workflow-templates-media-video==0.3.26"]
30+
video = ["comfyui-workflow-templates-media-video==0.3.27"]
3131
image = ["comfyui-workflow-templates-media-image==0.3.48"]
3232
other = ["comfyui-workflow-templates-media-other==0.3.65"]
3333
all = [
3434
"comfyui-workflow-templates-media-api==0.3.34",
35-
"comfyui-workflow-templates-media-video==0.3.26",
35+
"comfyui-workflow-templates-media-video==0.3.27",
3636
"comfyui-workflow-templates-media-image==0.3.48",
3737
"comfyui-workflow-templates-media-other==0.3.65",
3838
]

workflow_template_input_files.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1600,6 +1600,16 @@
16001600
],
16011601
"mime_type": "video/mp4"
16021602
},
1603+
{
1604+
"file_path": "input/minimalist_sky_view_lounge.png",
1605+
"url": "https://raw.githubusercontent.com/Comfy-Org/workflow_templates/refs/heads/main/input/minimalist_sky_view_lounge.png",
1606+
"display_name": "minimalist_sky_view_lounge.png",
1607+
"tags": [
1608+
"input",
1609+
"image"
1610+
],
1611+
"mime_type": "image/png"
1612+
},
16031613
{
16041614
"file_path": "input/minimalist_wooden_sofa_living_room.png",
16051615
"url": "https://raw.githubusercontent.com/Comfy-Org/workflow_templates/refs/heads/main/input/minimalist_wooden_sofa_living_room.png",
@@ -2310,6 +2320,16 @@
23102320
],
23112321
"mime_type": "video/mp4"
23122322
},
2323+
{
2324+
"file_path": "input/women_with_paper.png",
2325+
"url": "https://raw.githubusercontent.com/Comfy-Org/workflow_templates/refs/heads/main/input/women_with_paper.png",
2326+
"display_name": "women_with_paper.png",
2327+
"tags": [
2328+
"input",
2329+
"image"
2330+
],
2331+
"mime_type": "image/png"
2332+
},
23132333
{
23142334
"file_path": "input/wooden_chair.png",
23152335
"url": "https://raw.githubusercontent.com/Comfy-Org/workflow_templates/refs/heads/main/input/wooden_chair.png",

0 commit comments

Comments
 (0)