From e9aa549f9a5f28080e7a3bd32bf216978edfd3e0 Mon Sep 17 00:00:00 2001 From: Ashiful Bhuiyan Date: Mon, 20 May 2024 06:13:57 -0400 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 50ccf430..2372ecac 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -9478,6 +9478,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." } + + ] -} \ No newline at end of file +}