From ff051e0576427e60cce88ef49a45b99bd699c05d Mon Sep 17 00:00:00 2001 From: "Gage S." Date: Sat, 14 Sep 2024 07:07:38 -0400 Subject: [PATCH] Add ComfyUI-DiscordWebhook A very simple Discord webhook integration node for ComfyUI that lets you post images and text with optional metadata. IMPORTANT!: You must set a DISCORD_HOOK=your_webhook_here environment variable depending on your OS! --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 31871abf..9cfd0096 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -14855,6 +14855,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 with optional metadata. IMPORTANT!: You must set a DISCORD_HOOK=your_webhook_here environment variable depending on your OS!" } ] }