From 9f0890006472930b9f5115d6cbeb53c2b7e03e45 Mon Sep 17 00:00:00 2001 From: Gecco Date: Thu, 5 Sep 2024 13:50:17 +0100 Subject: [PATCH] Add Gecco Discord Autosend to custom node list (#1033) * Add Gecco Discord Autosend to custom node list * Update custom-node-list.json --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e5a7ee5f..4e4b707c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -14511,6 +14511,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "ExterminanzHS", + "title": "Gecco Discord Autosend", + "reference": "https://github.com/ExterminanzHS/Gecco-Discord-Autosend", + "files": [ + "https://github.com/ExterminanzHS/Gecco-Discord-Autosend" + ], + "install_type": "git-clone", + "description": "Custom nodes for ComfyUI to automatically send generated images to Discord channels." } ] }