update DB

This commit is contained in:
Dr.Lt.Data 2024-05-30 18:04:00 +09:00
parent bbb6d1a0c9
commit 9ae7a3d973
7 changed files with 295 additions and 244 deletions

View File

@ -9593,6 +9593,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Load Image thumbnails for ComfyUI" "description": "Load Image thumbnails for ComfyUI"
}, },
{
"author": "goktug",
"title": "Save Image Plus for ComfyUI",
"id": "saveimage-plus",
"reference": "https://github.com/Goktug/comfyui-saveimage-plus",
"files": [
"https://github.com/Goktug/comfyui-saveimage-plus"
],
"install_type": "git-clone",
"description": "Save Image Plus is a custom node for ComfyUI that allows you to save images in JPEG and WEBP formats with optional metadata embedding."
},
@ -9989,15 +10000,6 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "goktug",
"title": "Save Image Plus for ComfyUI",
"id": "saveimage-plus",
"reference": "https://github.com/Goktug/comfyui-saveimage-plus",
"files": ["https://github.com/Goktug/comfyui-saveimage-plus"],
"install_type": "git-clone",
"description": "Save Image Plus is a custom node for ComfyUI that allows you to save images in JPEG and WEBP formats with optional metadata embedding."
} }
] ]
} }

View File

@ -521,7 +521,8 @@
"Apply Yolov8 Model", "Apply Yolov8 Model",
"Apply Yolov8 Model Seg", "Apply Yolov8 Model Seg",
"Load Yolov8 Model", "Load Yolov8 Model",
"Load Yolov8 Model From Path" "Load Yolov8 Model From Path",
"Save Labelme Json"
], ],
{ {
"title_aux": "Comfyui-Yolov8-JSON" "title_aux": "Comfyui-Yolov8-JSON"
@ -1715,6 +1716,14 @@
"title_aux": "ComfyUI Suno API" "title_aux": "ComfyUI Suno API"
} }
], ],
"https://github.com/Goktug/comfyui-saveimage-plus": [
[
"SaveImagePlus"
],
{
"title_aux": "Save Image Plus for ComfyUI"
}
],
"https://github.com/Gourieff/comfyui-reactor-node": [ "https://github.com/Gourieff/comfyui-reactor-node": [
[ [
"ImageRGBA2RGB", "ImageRGBA2RGB",
@ -5519,6 +5528,18 @@
"title_aux": "Core ML Suite for ComfyUI" "title_aux": "Core ML Suite for ComfyUI"
} }
], ],
"https://github.com/audioscavenger/ComfyUI-Thumbnails": [
[
"ComfyUIThumbnails"
],
{
"author": "AudioscavengeR",
"description": "Load Image thumbnails and show input subfolders.",
"nickname": "ComfyUI Thumbnails",
"title": "ComfyUI Thumbnails",
"title_aux": "ComfyUI Thumbnails"
}
],
"https://github.com/audioscavenger/save-image-extended-comfyui": [ "https://github.com/audioscavenger/save-image-extended-comfyui": [
[ [
"SaveImageExtended" "SaveImageExtended"
@ -8648,7 +8669,8 @@
], ],
"https://github.com/githubYiheng/comfyui_private_postprocessor": [ "https://github.com/githubYiheng/comfyui_private_postprocessor": [
[ [
"ImageCPostprocessor" "ImageCPostprocessor",
"PrivateImageMask"
], ],
{ {
"title_aux": "comfyui_private_postprocessor" "title_aux": "comfyui_private_postprocessor"
@ -8767,7 +8789,8 @@
"image_halftone", "image_halftone",
"image_histograms_node", "image_histograms_node",
"image_histograms_node_compact", "image_histograms_node_compact",
"images_side_by_side" "images_side_by_side",
"smart_checkpoint_loader"
], ],
{ {
"author": "YFG", "author": "YFG",

File diff suppressed because it is too large Load Diff

View File

@ -32,17 +32,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Custom ComfyUI nodes for simple color correction." "description": "Custom ComfyUI nodes for simple color correction."
}, },
{
"author": "tankucc1no",
"title": "ComfyUI-Dragdiffusion",
"id": "dragdiffusion",
"reference": "https://github.com/tankucc1no/ComfyUI-Dragdiffusion",
"files": [
"https://github.com/tankucc1no/ComfyUI-Dragdiffusion"
],
"install_type": "git-clone",
"description": "Implementation of [a/Dragdiffusion](https://github.com/Yujun-Shi/DragDiffusion) in ComfyUI."
},
{ {
"author": "beyastard", "author": "beyastard",
"title": "ComfyUI_BeySoft", "title": "ComfyUI_BeySoft",

View File

@ -10,6 +10,17 @@
}, },
{
"author": "tankucc1no",
"title": "ComfyUI-Dragdiffusion [REMOVED]",
"id": "dragdiffusion",
"reference": "https://github.com/tankucc1no/ComfyUI-Dragdiffusion",
"files": [
"https://github.com/tankucc1no/ComfyUI-Dragdiffusion"
],
"install_type": "git-clone",
"description": "Implementation of [a/Dragdiffusion](https://github.com/Yujun-Shi/DragDiffusion) in ComfyUI."
},
{ {
"author": "AI2lab", "author": "AI2lab",
"title": "comfyUI-tool-2lab [REMOVED]", "title": "comfyUI-tool-2lab [REMOVED]",

View File

@ -10,7 +10,17 @@
{
"author": "goktug",
"title": "Save Image Plus for ComfyUI",
"id": "saveimage-plus",
"reference": "https://github.com/Goktug/comfyui-saveimage-plus",
"files": [
"https://github.com/Goktug/comfyui-saveimage-plus"
],
"install_type": "git-clone",
"description": "Save Image Plus is a custom node for ComfyUI that allows you to save images in JPEG and WEBP formats with optional metadata embedding."
},
{ {
"author": "audioscavenger", "author": "audioscavenger",
"title": "ComfyUI Thumbnails", "title": "ComfyUI Thumbnails",
@ -680,17 +690,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Adds a custom node for saving images in webp, jpeg, avif, jxl (no metadata) and supports loading workflows from saved images" "description": "Adds a custom node for saving images in webp, jpeg, avif, jxl (no metadata) and supports loading workflows from saved images"
},
{
"author": "badayvedat",
"title": "ComfyUI-fal-Connector",
"id": "fal",
"reference": "https://github.com/badayvedat/ComfyUI-fal-Connector",
"files": [
"https://github.com/badayvedat/ComfyUI-fal-Connector"
],
"install_type": "git-clone",
"description": "The ComfyUI-fal-Connector is a tool designed to provide an integration between ComfyUI and fal. This extension allows users to execute their ComfyUI workflows directly on [a/fal.ai](https://fal.ai/). This enables users to leverage the computational power and resources provided by fal.ai for running their ComfyUI workflows."
} }
] ]
} }

View File

@ -521,7 +521,8 @@
"Apply Yolov8 Model", "Apply Yolov8 Model",
"Apply Yolov8 Model Seg", "Apply Yolov8 Model Seg",
"Load Yolov8 Model", "Load Yolov8 Model",
"Load Yolov8 Model From Path" "Load Yolov8 Model From Path",
"Save Labelme Json"
], ],
{ {
"title_aux": "Comfyui-Yolov8-JSON" "title_aux": "Comfyui-Yolov8-JSON"
@ -1715,6 +1716,14 @@
"title_aux": "ComfyUI Suno API" "title_aux": "ComfyUI Suno API"
} }
], ],
"https://github.com/Goktug/comfyui-saveimage-plus": [
[
"SaveImagePlus"
],
{
"title_aux": "Save Image Plus for ComfyUI"
}
],
"https://github.com/Gourieff/comfyui-reactor-node": [ "https://github.com/Gourieff/comfyui-reactor-node": [
[ [
"ImageRGBA2RGB", "ImageRGBA2RGB",
@ -5519,6 +5528,18 @@
"title_aux": "Core ML Suite for ComfyUI" "title_aux": "Core ML Suite for ComfyUI"
} }
], ],
"https://github.com/audioscavenger/ComfyUI-Thumbnails": [
[
"ComfyUIThumbnails"
],
{
"author": "AudioscavengeR",
"description": "Load Image thumbnails and show input subfolders.",
"nickname": "ComfyUI Thumbnails",
"title": "ComfyUI Thumbnails",
"title_aux": "ComfyUI Thumbnails"
}
],
"https://github.com/audioscavenger/save-image-extended-comfyui": [ "https://github.com/audioscavenger/save-image-extended-comfyui": [
[ [
"SaveImageExtended" "SaveImageExtended"
@ -8648,7 +8669,8 @@
], ],
"https://github.com/githubYiheng/comfyui_private_postprocessor": [ "https://github.com/githubYiheng/comfyui_private_postprocessor": [
[ [
"ImageCPostprocessor" "ImageCPostprocessor",
"PrivateImageMask"
], ],
{ {
"title_aux": "comfyui_private_postprocessor" "title_aux": "comfyui_private_postprocessor"
@ -8767,7 +8789,8 @@
"image_halftone", "image_halftone",
"image_histograms_node", "image_histograms_node",
"image_histograms_node_compact", "image_histograms_node_compact",
"images_side_by_side" "images_side_by_side",
"smart_checkpoint_loader"
], ],
{ {
"author": "YFG", "author": "YFG",