From d56eac91d24c0b526138fdd5d4a6d11d4fccda16 Mon Sep 17 00:00:00 2001 From: Ashiful Bhuiyan Date: Mon, 20 May 2024 07:48:56 -0400 Subject: [PATCH] Update custom-node-list.json (#697) --- custom-node-list.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 0d46bd7..e91174f 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -9489,6 +9489,20 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + + { + "author": "conquestace", + "title": "Image Uploader", + "id": "image-uploader", + "reference": "https://github.com/conquestace/ComfyUI-ImageUploader", + "files": [ + "https://github.com/conquestace/ComfyUI-ImageUploader/blob/main/ImageUploader.py" + ], + "install_type": "copy", + "description": "Upload images automatically to image hosting sites." } + + ] }