update DB

This commit is contained in:
Dr.Lt.Data 2024-05-20 20:49:55 +09:00
parent d56eac91d2
commit b225251191
2 changed files with 22 additions and 15 deletions

View File

@ -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."
}
]
}

View File

@ -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",