From 794161d81de46396872490a7bf5e2eabec9c37b3 Mon Sep 17 00:00:00 2001 From: Nakano Kenji Date: Tue, 3 Feb 2026 16:33:13 +0800 Subject: [PATCH] Add ComfyUI-AnimaTool --- custom-node-list.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 9166f00b..8a775061 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -43015,6 +43015,25 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Moeblack", + "title": "ComfyUI-AnimaTool", + "id": "comfyui-animatool", + "reference": "https://github.com/Moeblack/ComfyUI-AnimaTool", + "files": [ + "https://github.com/Moeblack/ComfyUI-AnimaTool" + ], + "install_type": "git-clone", + "description": "AI Tool Use API for Anima anime/illustration image generation. Supports MCP Server (native image display in Cursor/Claude), HTTP API, and CLI.", + "tags": [ + "anima", + "anime", + "illustration", + "mcp", + "tool-use", + "api" + ] } ] }