From 7419699ac8ed6af485816291dbdee22c6bf2fedc Mon Sep 17 00:00:00 2001 From: AICGayang Date: Wed, 3 Sep 2025 20:42:27 +0800 Subject: [PATCH] Update custom-node-list.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit title(显示名):AICGayang description(简要说明):A ComfyUI extension that integrates with apis to achieve image generation and related functions. id(ayang-node) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 41c3480d..fcd9cfec 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -32634,6 +32634,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "AICGayang", + "title": "ComfyUI Ayang Node", + "id": "ayang-node", + "reference": "https://github.com/AICGayang/comfyui-ayang_node", + "files": [ + "https://github.com/AICGayang/comfyui-ayang_node" + ], + "install_type": "git-clone", + "description": "A custom node pack for ComfyUI by AICGayang, providing new features and workflow nodes." } ] }