From 3d1210aa529c679afbdc3ffe02a7f697a21a8c6b Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Mon, 11 May 2026 20:37:52 +0900 Subject: [PATCH] fix(custom-node-list): place ComfyUI-VolcEngine entry after last git-clone block --- custom-node-list.json | 22 +++++++++++----------- node_db/new/custom-node-list.json | 11 +++++++++++ 2 files changed, 22 insertions(+), 11 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 5f71a0d4..4a542998 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -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." } ] } \ No newline at end of file diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index ef5afc1c..af70fb77 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -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",