diff --git a/custom-node-list.json b/custom-node-list.json index e91174f..0cfe369 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -9090,6 +9090,17 @@ "install_type": "git-clone", "description": "Download the model from huggingface and put it in any directory." }, + { + "author": "conquestace", + "title": "Image Uploader", + "id": "image-uploader", + "reference": "https://github.com/conquestace/ComfyUI-ImageUploader", + "files": [ + "https://github.com/conquestace/ComfyUI-ImageUploader" + ], + "install_type": "git-clone", + "description": "Upload images automatically to image hosting sites." + }, @@ -9489,20 +9500,6 @@ ], "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." } - - ] } diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 381d5f6..6e7529d 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -11,7 +11,17 @@ - + { + "author": "conquestace", + "title": "Image Uploader", + "id": "image-uploader", + "reference": "https://github.com/conquestace/ComfyUI-ImageUploader", + "files": [ + "https://github.com/conquestace/ComfyUI-ImageUploader" + ], + "install_type": "git-clone", + "description": "Upload images automatically to image hosting sites." + }, { "author": "icesun963", "title": "HFDownLoad Node for ComfyUI",