From 1ad992b427fb5137ede3690cda1ea90bb0f51d8a Mon Sep 17 00:00:00 2001 From: Atsushi Aburahamu <166828042+aburahamu@users.noreply.github.com> Date: Sun, 21 Apr 2024 03:03:16 +0900 Subject: [PATCH] Update custom-node-list.json 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",