Skip to content

Commit cf406fb

Browse files
Update anima template (#532)
Co-authored-by: GitHub Action <action@github.com>
1 parent a2b37c0 commit cf406fb

File tree

6 files changed

+81
-81
lines changed

6 files changed

+81
-81
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.124"
7+
version = "0.3.125"
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2632,11 +2632,11 @@
26322632
"assets": [
26332633
{
26342634
"filename": "image_anima_preview.json",
2635-
"sha256": "66ae91b45f5960858fdbd576b3b1bfa80116c4af45c4c88d29e73300a6b4566c"
2635+
"sha256": "55ddf52d69174aae6ea4ecc92efe1ce0575908599a80b51ff70f3fa10db58687"
26362636
},
26372637
{
26382638
"filename": "image_anima_preview-1.webp",
2639-
"sha256": "22cbda25e87d000fb28a478c6cd6e8f478af6536ccf5bfd343cef2d52bd37410"
2639+
"sha256": "370a11c57752b3fa81371f08c4e6678c0ba78c7cc9cc38e6dca8bbdd20059796"
26402640
}
26412641
],
26422642
"cdn": {

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.77"
7+
version = "0.3.78"
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"

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.8.31"
7+
version = "0.8.32"
88
description = "ComfyUI workflow templates package"
99
readme = "README.md"
1010
requires-python = ">=3.9"
@@ -18,22 +18,22 @@ classifiers = [
1818
]
1919

2020
dependencies = [
21-
"comfyui-workflow-templates-core==0.3.124",
21+
"comfyui-workflow-templates-core==0.3.125",
2222
"comfyui-workflow-templates-media-api==0.3.47",
2323
"comfyui-workflow-templates-media-video==0.3.43",
24-
"comfyui-workflow-templates-media-image==0.3.77",
24+
"comfyui-workflow-templates-media-image==0.3.78",
2525
"comfyui-workflow-templates-media-other==0.3.106",
2626
]
2727

2828
[project.optional-dependencies]
2929
api = ["comfyui-workflow-templates-media-api==0.3.47"]
3030
video = ["comfyui-workflow-templates-media-video==0.3.43"]
31-
image = ["comfyui-workflow-templates-media-image==0.3.77"]
31+
image = ["comfyui-workflow-templates-media-image==0.3.78"]
3232
other = ["comfyui-workflow-templates-media-other==0.3.106"]
3333
all = [
3434
"comfyui-workflow-templates-media-api==0.3.47",
3535
"comfyui-workflow-templates-media-video==0.3.43",
36-
"comfyui-workflow-templates-media-image==0.3.77",
36+
"comfyui-workflow-templates-media-image==0.3.78",
3737
"comfyui-workflow-templates-media-other==0.3.106",
3838
]
3939

21.7 KB
Loading

0 commit comments

Comments
 (0)