Skip to content

Commit ef38a1b

Browse files
comfyui-wikigithub-actions[bot]actions-user
authored
Fix LTX-2 template issues (#449)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: GitHub Action <[email protected]>
1 parent f1fb28b commit ef38a1b

14 files changed

+14113
-5706
lines changed
1.2 MB
Loading

input/women_with_paper.png

796 KB
Loading

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.74"
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": "394066a9004d51365f1da5d6a6202f7b588235f41452d2fdbabfebca03d6a2bf"
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": "c2f6a6165172277b4d37458deb3b98eef9f83af7cb905d8babfdc7039206fb3f"
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": "e67b2d310959af1b9e00be88a037e9a2c5c68508a46f5e9d7c23b2119a1604e3"
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": "b74696094d812e1e75b04217949fee1361a53afa2de778e44f22d196f2adcbcd"
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.30"
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: 5 additions & 5 deletions
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"
7-
version = "0.7.66"
7+
version = "0.7.67"
88
description = "ComfyUI workflow templates package"
99
readme = "README.md"
1010
requires-python = ">=3.9"
@@ -18,21 +18,21 @@ classifiers = [
1818
]
1919

2020
dependencies = [
21-
"comfyui-workflow-templates-core==0.3.70",
21+
"comfyui-workflow-templates-core==0.3.74",
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.30",
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.30"]
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.30",
3636
"comfyui-workflow-templates-media-image==0.3.48",
3737
"comfyui-workflow-templates-media-other==0.3.65",
3838
]

0 commit comments

Comments
 (0)