add custom node info

add custom node info
This commit is contained in:
MoonHugo 2024-10-07 11:22:04 +08:00 committed by GitHub
parent 0469cad3bc
commit f78d042f46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15648,6 +15648,17 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "MoonHugo",
"title": "ComfyUI-FFmpeg",
"id": "FFmpeg",
"reference": "https://github.com/MoonHugo/ComfyUI-FFmpeg",
"files": [
"https://github.com/MoonHugo/ComfyUI-FFmpeg"
],
"install_type": "git-clone",
"description": "Encapsulate the commonly used functions of FFmpeg into ComfyUI nodes, making it convenient for users to perform various video processing tasks within ComfyUI."
} }
] ]
} }