From 8c799dbf5cc2a7e513dadf3734097e340a29c570 Mon Sep 17 00:00:00 2001 From: Dayuppy Date: Sun, 15 Sep 2024 16:43:43 +0000 Subject: [PATCH] Add ComfyUI-DiscordWebhook to custom node list (#1061) , { "author": "Dayuppy", "title": "Discord Webhook", "id": "DiscordWebhook", "reference": "https://github.com/Dayuppy/ComfyUI-DiscordWebhook", "files": [ "https://github.com/Dayuppy/ComfyUI-DiscordWebhook" ], "install_type": "git-clone", "description": "A very simple Discord webhook integration node for ComfyUI that lets you post images and text." }, --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 29da386d..8efa61cb 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -14866,6 +14866,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "Dayuppy", + "title": "Discord Webhook", + "id": "DiscordWebhook", + "reference": "https://github.com/Dayuppy/ComfyUI-DiscordWebhook", + "files": [ + "https://github.com/Dayuppy/ComfyUI-DiscordWebhook" + ], + "install_type": "git-clone", + "description": "A very simple Discord webhook integration node for ComfyUI that lets you post images and text." + }, ] }