From d96d7c994f980e03fb11f96306204a27b0a86918 Mon Sep 17 00:00:00 2001 From: felixszeto Date: Tue, 25 Mar 2025 11:05:58 +0800 Subject: [PATCH] Add custom node felixszeto/ComfyUI-RequestNodes --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index ab1456d9..18cfe9dd 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -23213,6 +23213,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "felixszeto", + "title": "ComfyUI-RequestNodes", + "reference": "https://github.com/felixszeto/ComfyUI-RequestNodes", + "files": [ + "https://github.com/felixszeto/ComfyUI-RequestNodes" + ], + "install_type": "git-clone", + "description": "This is a request node tool designed for making HTTP requests (GET/POST) to APIs and viewing the responses. It is useful for API testing and development." } ] }