From 31fcc8112f394546877901ab51e391720a566238 Mon Sep 17 00:00:00 2001 From: Atsushi Aburahamu <166828042+aburahamu@users.noreply.github.com> Date: Sun, 21 Apr 2024 10:13:44 +0900 Subject: [PATCH] Update custom-node-list.json (#591) add ComfyUI-RequestPoster. --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 15c21cc9..906ec20b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "aburahamu", + "title": "ComfyUI-RequestPoster", + "reference": "https://github.com/aburahamu/ComfyUI-RequestsPoster", + "files": [ + "https://github.com/aburahamu/ComfyUI-RequestsPoster" + ], + "install_type": "git-clone", + "description": "This extension can send HTTP Requests. You can request image generation to StableDiffusion3 and post images to X (Twitter) and Discord." + }, { "author": "Dr.Lt.Data", "title": "ComfyUI-Manager",