From a20e850d8f21464a4a9ae9088e6eb7093a95376b Mon Sep 17 00:00:00 2001 From: cellzero Date: Tue, 18 Nov 2025 12:20:25 +0000 Subject: [PATCH] Add ComfyUI-Animon node --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 1e612808..e18897be 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -36564,6 +36564,16 @@ "install_type": "git-clone", "description": "Human-in-the-loop image selection tool for ComfyUI workflows using a Flask web server, enabling users to pause workflows and interactively select images via a web browser interface." }, + { + "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." + },