From dde7920f8c139517760b7e180bce79b5db309c19 Mon Sep 17 00:00:00 2001 From: cellzero Date: Wed, 19 Nov 2025 21:41:13 +0800 Subject: [PATCH] Add ComfyUI-Animon node (#2293) * Add ComfyUI-Animon node * Update custom-node-list.json * Remove and re-add ComfyUI-Animon entry in JSON --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index ac27269b..f9e70862 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37184,6 +37184,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "IamCreateAI", + "title": "ComfyUI-Animon", + "reference": "https://github.com/IamCreateAI/ComfyUI-Animon", + "files": [ + "https://github.com/IamCreateAI/ComfyUI-Animon" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for [Animon Platform](https://platform.animon.ai/), a comprehensive API service offering a variety of image and video generation models." + } ] }