From 0876a12fe9bfb74578185860cb6bb0b9af7c3153 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 28 Jun 2025 19:33:20 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 10 ++++++++++ extension-node-map.json | 2 ++ github-stats.json | 5 +++++ node_db/dev/custom-node-list.json | 10 ---------- node_db/dev/extension-node-map.json | 1 + node_db/new/custom-node-list.json | 10 ++++++++++ node_db/new/extension-node-map.json | 2 ++ 7 files changed, 30 insertions(+), 10 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 437dba17..0c5d8c4a 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -28295,6 +28295,16 @@ "install_type": "git-clone", "description": "This node provides a button that, when clicked, triggers the execution of the node and generates a new random integer between 0 and 1000. The generated number is available as an output." }, + { + "author": "Good-Dream-Studio", + "title": "ComfyUI-Connect", + "reference": "https://github.com/Good-Dream-Studio/ComfyUI-Connect", + "files": [ + "https://github.com/Good-Dream-Studio/ComfyUI-Connect" + ], + "install_type": "git-clone", + "description": "Expose your workflows into HTTP endpoints directly from ComfyUI itself." + }, diff --git a/extension-node-map.json b/extension-node-map.json index 428bdf2f..93f7b82b 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -310,6 +310,7 @@ "https://github.com/1hew/ComfyUI-1hewNodes": [ [ "ImageAddLabel", + "ImageBBoxOverlayByMask", "ImageBatchToList", "ImageBlendModesByAlpha", "ImageBlendModesByCSS", @@ -15054,6 +15055,7 @@ ], "https://github.com/alchemine/comfyui-alchemine-pack": [ [ + "CustomProcessor", "FilterSubtags", "FilterTags", "ProcessTags", diff --git a/github-stats.json b/github-stats.json index 0fb9a287..b74a144d 100644 --- a/github-stats.json +++ b/github-stats.json @@ -1929,6 +1929,11 @@ "last_update": "2024-11-13 06:03:10", "author_account_age_days": 5300 }, + "https://github.com/Good-Dream-Studio/ComfyUI-Connect": { + "stars": 15, + "last_update": "2025-06-28 09:54:28", + "author_account_age_days": 105 + }, "https://github.com/Goshe-nite/comfyui-gps-supplements": { "stars": 2, "last_update": "2025-05-14 20:52:22", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index d1b5f5a9..746262d0 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1132,16 +1132,6 @@ "install_type": "git-clone", "description": "Node for LoRA stack management in ComfyUI\nNOTE: The files in the repo are not organized." }, - { - "author": "Good-Dream-Studio", - "title": "ComfyUI-Connect [WIP]", - "reference": "https://github.com/Good-Dream-Studio/ComfyUI-Connect", - "files": [ - "https://github.com/Good-Dream-Studio/ComfyUI-Connect" - ], - "install_type": "git-clone", - "description": "Transform your ComfyUI into a powerful API, exposing all your saved workflows as ready-to-use HTTP endpoints." - }, { "author": "fuzr0dah", "title": "comfyui-sceneassembly", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 90d1e496..6e4e42de 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -149,6 +149,7 @@ "https://github.com/1hew/ComfyUI-1hewNodes": [ [ "ImageAddLabel", + "ImageBBoxOverlayByMask", "ImageBatchToList", "ImageBlendModesByAlpha", "ImageBlendModesByCSS", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 5d71268b..b44f4a3b 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "Good-Dream-Studio", + "title": "ComfyUI-Connect", + "reference": "https://github.com/Good-Dream-Studio/ComfyUI-Connect", + "files": [ + "https://github.com/Good-Dream-Studio/ComfyUI-Connect" + ], + "install_type": "git-clone", + "description": "Expose your workflows into HTTP endpoints directly from ComfyUI itself." + }, { "author": "lihaoyun6", "title": "ComfyUI-BlindWatermark", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 428bdf2f..93f7b82b 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -310,6 +310,7 @@ "https://github.com/1hew/ComfyUI-1hewNodes": [ [ "ImageAddLabel", + "ImageBBoxOverlayByMask", "ImageBatchToList", "ImageBlendModesByAlpha", "ImageBlendModesByCSS", @@ -15054,6 +15055,7 @@ ], "https://github.com/alchemine/comfyui-alchemine-pack": [ [ + "CustomProcessor", "FilterSubtags", "FilterTags", "ProcessTags",