From 4ccc8c308616e955051c4b01b70d8009d1020961 Mon Sep 17 00:00:00 2001 From: "TEKUA@AITECCAFE" <135436442+AI-TEC@users.noreply.github.com> Date: Tue, 7 Oct 2025 13:17:35 +0900 Subject: [PATCH] Update custom-node-list.json (#2194) Add MyCustomNode. ComfyUI_AITECCAFE_Toolkit --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 8c7f9011..d6904d91 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -34102,6 +34102,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "AI-TEC", + "title": "ComfyUI_AITECCAFE_Toolkit", + "reference": "https://github.com/AI-TEC/ComfyUI-AITECCAFE-Toolkit", + "files": [ + "https://github.com/AI-TEC/ComfyUI-AITECCAFE-Toolkit" + ], + "install_type": "git-clone", + "description": "This custom node includes the following functions: Chat_GPT, image_moderation, media_loader, merge_strings, sequential_image_loader." } ] }