Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added input/minimalist_sky_view_lounge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added input/women_with_paper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "comfyui-workflow-templates-core"
version = "0.3.70"
version = "0.3.74"
description = "Core helpers for ComfyUI workflow templates"
readme = {text = "Core helpers for ComfyUI workflow templates.", content-type = "text/plain"}
requires-python = ">=3.9"
Expand Down
14 changes: 7 additions & 7 deletions packages/core/src/comfyui_workflow_templates_core/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3968,7 +3968,7 @@
"assets": [
{
"filename": "video_ltx2_canny_to_video.json",
"sha256": "fb5a3610953239c01982da601c9db7c2d834635cd29292eebb1dd319626966e8"
"sha256": "394066a9004d51365f1da5d6a6202f7b588235f41452d2fdbabfebca03d6a2bf"
},
{
"filename": "video_ltx2_canny_to_video-1.webp",
Expand All @@ -3990,7 +3990,7 @@
"assets": [
{
"filename": "video_ltx2_depth_to_video.json",
"sha256": "679c3f81f529b454f3ea9b0529959c40132da5e8090ba0ebb20b9da12e69ed13"
"sha256": "c2f6a6165172277b4d37458deb3b98eef9f83af7cb905d8babfdc7039206fb3f"
},
{
"filename": "video_ltx2_depth_to_video-1.webp",
Expand All @@ -4012,7 +4012,7 @@
"assets": [
{
"filename": "video_ltx2_i2v.json",
"sha256": "8b9cbe7f4d46e1beb94a56e2f7a346c5046afba1b3ef062d4af34c1d424874f9"
"sha256": "460b78060c2056e1d5c1e8c245022d24b630ae599fed341ee778a6505140ac15"
},
{
"filename": "video_ltx2_i2v-1.webp",
Expand All @@ -4034,7 +4034,7 @@
"assets": [
{
"filename": "video_ltx2_i2v_distilled.json",
"sha256": "5c3915d1a06783d2da650661f5bd5e6520bf67bc4164eb58eea5f316efc63dd7"
"sha256": "bf975fdce0ceae4b9702e238c8d7b2fdc80212fb0d5000e13bc9d331d17a43be"
},
{
"filename": "video_ltx2_i2v_distilled-1.webp",
Expand All @@ -4052,7 +4052,7 @@
"assets": [
{
"filename": "video_ltx2_pose_to_video.json",
"sha256": "293b1b929f3d49fc269ddb0fd5ca052eb1e3109cfe77c5ee0a107a1224953b41"
"sha256": "e67b2d310959af1b9e00be88a037e9a2c5c68508a46f5e9d7c23b2119a1604e3"
},
{
"filename": "video_ltx2_pose_to_video-1.webp",
Expand All @@ -4074,7 +4074,7 @@
"assets": [
{
"filename": "video_ltx2_t2v.json",
"sha256": "ccf5217409b8fa2c17f328917783530f2957f1b7ea21afb588d3fb9b6b5c9c3e"
"sha256": "a9d5c14e0bd254e7138a3239c41a66d21a9cf4985665fda9941b43a21d0e2e8d"
},
{
"filename": "video_ltx2_t2v-1.webp",
Expand All @@ -4096,7 +4096,7 @@
"assets": [
{
"filename": "video_ltx2_t2v_distilled.json",
"sha256": "b220b1d96c2e111004ee9ca423a059527e3074fdd8595ade9ed0a57a2c6e9464"
"sha256": "b74696094d812e1e75b04217949fee1361a53afa2de778e44f22d196f2adcbcd"
},
{
"filename": "video_ltx2_t2v_distilled-1.webp",
Expand Down
2 changes: 1 addition & 1 deletion packages/media_video/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "comfyui-workflow-templates-media-video"
version = "0.3.26"
version = "0.3.30"
description = "Media bundle containing video workflow assets"
readme = {text = "Media bundle containing video workflow assets for ComfyUI.", content-type = "text/plain"}
requires-python = ">=3.9"
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "comfyui_workflow_templates"
version = "0.7.66"
version = "0.7.67"
description = "ComfyUI workflow templates package"
readme = "README.md"
requires-python = ">=3.9"
Expand All @@ -18,21 +18,21 @@ classifiers = [
]

dependencies = [
"comfyui-workflow-templates-core==0.3.70",
"comfyui-workflow-templates-core==0.3.74",
"comfyui-workflow-templates-media-api==0.3.34",
"comfyui-workflow-templates-media-video==0.3.26",
"comfyui-workflow-templates-media-video==0.3.30",
"comfyui-workflow-templates-media-image==0.3.48",
"comfyui-workflow-templates-media-other==0.3.65",
]

[project.optional-dependencies]
api = ["comfyui-workflow-templates-media-api==0.3.34"]
video = ["comfyui-workflow-templates-media-video==0.3.26"]
video = ["comfyui-workflow-templates-media-video==0.3.30"]
image = ["comfyui-workflow-templates-media-image==0.3.48"]
other = ["comfyui-workflow-templates-media-other==0.3.65"]
all = [
"comfyui-workflow-templates-media-api==0.3.34",
"comfyui-workflow-templates-media-video==0.3.26",
"comfyui-workflow-templates-media-video==0.3.30",
"comfyui-workflow-templates-media-image==0.3.48",
"comfyui-workflow-templates-media-other==0.3.65",
]
Expand Down
Loading