From fef5b2843c86992152bcec3739586f1766a259a9 Mon Sep 17 00:00:00 2001 From: ExterminanzHS Date: Tue, 3 Sep 2024 19:51:40 +0100 Subject: [PATCH] Add Gecco Discord Autosend to custom node list --- custom-node-list.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 5e9e883c..b56e93c2 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -14457,6 +14457,19 @@ ], "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/raw/main/gecco_autosend.py", + "https://github.com/ExterminanzHS/Gecco-Discord-Autosend/raw/main/gecco_selectchannel.py", + "https://github.com/ExterminanzHS/Gecco-Discord-Autosend/raw/main/gecco_imagesave.py", + "https://github.com/ExterminanzHS/Gecco-Discord-Autosend/raw/main/__init__.py" + ], + "install_type": "git-clone", + "description": "Custom nodes for ComfyUI to automatically send generated images to Discord channels." } ] }