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!
This commit is contained in:
Gage S. 2024-09-14 07:07:38 -04:00
parent b690e71ecb
commit ff051e0576

View File

@ -14855,6 +14855,17 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "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!"
} }
] ]
} }