Skip to content

Commit b78cdc6

Browse files
authored
Fixed VACE template issues (#69)
1 parent e2a5537 commit b78cdc6

8 files changed

+2184
-2241
lines changed

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"
7-
version = "0.1.22"
7+
version = "0.1.23"
88
description = "ComfyUI workflow templates package"
99
readme = "README.md"
1010
requires-python = ">=3.9"

templates/index.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,9 @@
270270
"mediaSubtype": "webp",
271271
"tutorialUrl": "https://docs.comfy.org/tutorials/video/wan/vace"
272272
},{
273-
"name": "video_wan_vace_14B_i2v",
274-
"title": "Wan VACE Image to Video",
275-
"description": "Extend a single image into a stylistically consistent and content-coherent video sequence.",
273+
"name": "video_wan_vace_14B_ref2v",
274+
"title": "Wan VACE Reference to Video",
275+
"description": "Extend a reference image into a stylistically consistent and content-coherent video sequence.",
276276
"mediaType": "image",
277277
"mediaSubtype": "webp",
278278
"tutorialUrl": "https://docs.comfy.org/tutorials/video/wan/vace"

0 commit comments

Comments
 (0)