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
+11
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",