fix(custom-node-list): place ComfyUI-VolcEngine entry after last git-clone block

This commit is contained in:
Dr.Lt.Data 2026-05-11 20:37:52 +09:00
parent d16ba306be
commit 3d1210aa52
2 changed files with 22 additions and 11 deletions

View File

@ -47172,6 +47172,17 @@
"install_type": "git-clone",
"description": "A project for pose alignment and human body proportion mapping based on SDPose."
},
{
"author": "gzsiang",
"title": "ComfyUI-VolcEngine",
"id": "comfyui-volcengine",
"reference": "https://github.com/gzsiang/ComfyUI-VolcEngine",
"files": [
"https://github.com/gzsiang/ComfyUI-VolcEngine"
],
"install_type": "git-clone",
"description": "VolcEngine (火山引擎) video and image generation nodes. Supports Seedance (text-to-video, image-to-video with audio reference) and Seedream (text-to-image, image-to-image) models via Ark API."
},
@ -47562,17 +47573,6 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "gzsiang",
"title": "ComfyUI-VolcEngine",
"id": "comfyui-volcengine",
"reference": "https://github.com/gzsiang/ComfyUI-VolcEngine",
"files": [
"https://github.com/gzsiang/ComfyUI-VolcEngine"
],
"install_type": "git-clone",
"description": "VolcEngine (火山引擎) video and image generation nodes. Supports Seedance (text-to-video, image-to-video with audio reference) and Seedream (text-to-image, image-to-image) models via Ark API."
}
]
}

View File

@ -1,5 +1,16 @@
{
"custom_nodes": [
{
"author": "gzsiang",
"title": "ComfyUI-VolcEngine",
"id": "comfyui-volcengine",
"reference": "https://github.com/gzsiang/ComfyUI-VolcEngine",
"files": [
"https://github.com/gzsiang/ComfyUI-VolcEngine"
],
"install_type": "git-clone",
"description": "VolcEngine (火山引擎) video and image generation nodes. Supports Seedance (text-to-video, image-to-video with audio reference) and Seedream (text-to-image, image-to-image) models via Ark API."
},
{
"author": "wuwukaka",
"title": "ComfyUI-BodyRatioMapper",