mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-05-14 10:57:25 +08:00
fix(custom-node-list): place ComfyUI-VolcEngine entry after last git-clone block
This commit is contained in:
parent
d16ba306be
commit
3d1210aa52
@ -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."
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user