Skip to content

Commit 46490a9

Browse files
Test: Changes to multiple package templates + version bump to 0.7.7 (#301)
Co-authored-by: GitHub Action <[email protected]>
1 parent 0fca3b7 commit 46490a9

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

packages/media_image/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-image"
7-
version = "0.3.2"
7+
version = "0.3.3"
88
description = "Media bundle containing image workflow assets"
99
readme = {text = "Media bundle containing image workflow assets for ComfyUI.", content-type = "text/plain"}
1010
requires-python = ">=3.9"

packages/media_other/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-other"
7-
version = "0.3.5"
7+
version = "0.3.6"
88
description = "Media bundle containing audio/3D/misc workflow assets"
99
readme = {text = "Media bundle containing audio, 3D, and other workflow assets for ComfyUI.", content-type = "text/plain"}
1010
requires-python = ">=3.9"

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.2"
7+
version = "0.3.3"
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: 10 additions & 10 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.6"
7+
version = "0.7.7"
88
description = "ComfyUI workflow templates package"
99
readme = "README.md"
1010
requires-python = ">=3.9"
@@ -20,21 +20,21 @@ classifiers = [
2020
dependencies = [
2121
"comfyui-workflow-templates-core==0.3.2",
2222
"comfyui-workflow-templates-media-api==0.3.11",
23-
"comfyui-workflow-templates-media-video==0.3.2",
24-
"comfyui-workflow-templates-media-image==0.3.2",
25-
"comfyui-workflow-templates-media-other==0.3.5",
23+
"comfyui-workflow-templates-media-video==0.3.3",
24+
"comfyui-workflow-templates-media-image==0.3.3",
25+
"comfyui-workflow-templates-media-other==0.3.6",
2626
]
2727

2828
[project.optional-dependencies]
2929
api = ["comfyui-workflow-templates-media-api==0.3.11"]
30-
video = ["comfyui-workflow-templates-media-video==0.3.2"]
31-
image = ["comfyui-workflow-templates-media-image==0.3.2"]
32-
other = ["comfyui-workflow-templates-media-other==0.3.5"]
30+
video = ["comfyui-workflow-templates-media-video==0.3.3"]
31+
image = ["comfyui-workflow-templates-media-image==0.3.3"]
32+
other = ["comfyui-workflow-templates-media-other==0.3.6"]
3333
all = [
3434
"comfyui-workflow-templates-media-api==0.3.11",
35-
"comfyui-workflow-templates-media-video==0.3.2",
36-
"comfyui-workflow-templates-media-image==0.3.2",
37-
"comfyui-workflow-templates-media-other==0.3.5",
35+
"comfyui-workflow-templates-media-video==0.3.3",
36+
"comfyui-workflow-templates-media-image==0.3.3",
37+
"comfyui-workflow-templates-media-other==0.3.6",
3838
]
3939

4040
[tool.setuptools.packages.find]

templates/01_qwen_t2i_subgraphed.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "91f6bbe2-ed41-4fd6-bac7-71d5b5864ecb",
3-
"revision": 0,
3+
"revision": 1,
44
"last_node_id": 82,
55
"last_link_id": 133,
66
"nodes": [

templates/04_hunyuan_3d_2.1_subgraphed.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "4125c6df-9bca-430d-8e85-7cff9cc592d4",
3-
"revision": 0,
3+
"revision": 1,
44
"last_node_id": 23,
55
"last_link_id": 24,
66
"nodes": [

templates/video_humo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "428ebf59-f870-43e5-b3a9-ad0c0b7b33f4",
3-
"revision": 0,
3+
"revision": 1,
44
"last_node_id": 75,
55
"last_link_id": 147,
66
"nodes": [

0 commit comments

Comments
 (0)