From a1d37d379c6989d2688c81e040c34d83620e90ce Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 26 Jul 2025 09:34:57 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 32 +++++-------- extension-node-map.json | 67 +++++++++++++++++++++------- node_db/dev/custom-node-list.json | 10 ----- node_db/dev/extension-node-map.json | 58 +++--------------------- node_db/dev/github-stats.json | 5 --- node_db/legacy/custom-node-list.json | 20 +++++++++ node_db/new/custom-node-list.json | 61 +++++-------------------- node_db/new/extension-node-map.json | 67 +++++++++++++++++++++------- 8 files changed, 149 insertions(+), 171 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 846beb84..b9db51d3 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -28129,16 +28129,6 @@ "install_type": "git-clone", "description": "This custom node for ComfyUI provides a wrapper for Intel's Open Image Denoise (OIDN) library, allowing you to denoise images directly within your ComfyUI workflow." }, - { - "author": "domenecmiralles", - "title": "obobo_nodes", - "reference": "https://github.com/domenecmiralles/obobo_nodes", - "files": [ - "https://github.com/domenecmiralles/obobo_nodes" - ], - "install_type": "git-clone", - "description": "A collection of custom nodes for ComfyUI that provide various input and output capabilities." - }, { "author": "Zehong-Ma", "title": "ComfyUI-MagCache", @@ -29911,6 +29901,17 @@ "install_type": "git-clone", "description": "An implementation of the DAViD tooling, a method for extracting depth, normals, and masks from an input image." }, + { + "author": "ComfyUI Studio", + "title": "ComfyUI-Studio-nodes", + "reference": "https://github.com/comfyuistudio/ComfyUI-Studio-nodes", + "files": [ + "https://github.com/comfyuistudio/ComfyUI-Studio-nodes" + ], + "install_type": "git-clone", + "description": "🧩 Aspect Ratio Image Size Calculator, 🖼️ Aspect Ratio Resizer, and 📄 Markdown Link Generator for ComfyUI.", + "tags": ["image", "resize", "aspect-ratio", "markdown", "utils"] + }, @@ -30337,17 +30338,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "ComfyUI Studio", - "title": "ComfyUI-Studio-nodes", - "reference": "https://github.com/comfyuistudio/ComfyUI-Studio-nodes", - "files": [ - "https://github.com/comfyuistudio/ComfyUI-Studio-nodes" - ], - "install_type": "git-clone", - "description": "🧩 Aspect Ratio Image Size Calculator, 🖼️ Aspect Ratio Resizer, and 📄 Markdown Link Generator for ComfyUI.", - "tags": ["image", "resize", "aspect-ratio", "markdown", "utils"] } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 4e7fb23c..1f11a240 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1418,6 +1418,16 @@ "title_aux": "ComfyUI Cache Cleaner Node" } ], + "https://github.com/AIWarper/ComfyUI-DAViD": [ + [ + "DAViDDepthVisualizer", + "DAViDMultiTask", + "DAViDNormalToLight" + ], + { + "title_aux": "ComfyUI-DAViD" + } + ], "https://github.com/AIWarper/ComfyUI-NormalCrafterWrapper": [ [ "DetailTransfer", @@ -20608,6 +20618,16 @@ "title_aux": "ComfyUI_experiments" } ], + "https://github.com/comfyuistudio/ComfyUI-Studio-nodes": [ + [ + "AspectRatioImageSize", + "AspectRatioResizeImage", + "MarkdownModelNote" + ], + { + "title_aux": "ComfyUI-Studio-nodes" + } + ], "https://github.com/comnote-max/builmenlabo": [ [ "GeminiPoseAnalyzer", @@ -21879,22 +21899,6 @@ "title_aux": "ComfyUI-Keyframed" } ], - "https://github.com/domenecmiralles/obobo_nodes": [ - [ - "OboboInputAudio", - "OboboInputImage", - "OboboInputLora", - "OboboInputNumber", - "OboboInputText", - "OboboInputVector2", - "OboboInputVideo", - "OboboOutput", - "OboboPathLoader" - ], - { - "title_aux": "obobo_nodes" - } - ], "https://github.com/dorpxam/ComfyUI-FramePack-F1-T2V": [ [ "FramePackF1T2VLoraStack", @@ -37902,6 +37906,37 @@ "title_aux": "ComfyUI-RGT" } ], + "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": [ + [ + "Hy3D21CameraConfig", + "Hy3D21ExportMesh", + "Hy3D21GenerateMultiViewsBatch", + "Hy3D21IMRemesh", + "Hy3D21LoadImageWithTransparency", + "Hy3D21LoadMesh", + "Hy3D21MeshGenerationBatch", + "Hy3D21MeshUVWrap", + "Hy3D21MeshlibDecimate", + "Hy3D21MultiViewsGeneratorWithMetaData", + "Hy3D21MultiViewsMeshGenerator", + "Hy3D21PostprocessMesh", + "Hy3D21ResizeImages", + "Hy3D21UseMultiViews", + "Hy3D21UseMultiViewsFromMetaData", + "Hy3D21VAEConfig", + "Hy3D21VAEDecode", + "Hy3D21VAELoader", + "Hy3DBakeMultiViews", + "Hy3DBakeMultiViewsWithMetaData", + "Hy3DHighPolyToLowPolyBakeMultiViewsWithMetaData", + "Hy3DInPaint", + "Hy3DMeshGenerator", + "Hy3DMultiViewsGenerator" + ], + { + "title_aux": "ComfyUI-Hunyuan3d-2-1" + } + ], "https://github.com/vivax3794/ComfyUI-Sub-Nodes": [ [ "VIV_Default", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 12155d50..0017edd7 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -50,16 +50,6 @@ "install_type": "git-clone", "description": "NODES: Load Image Folder (Custom), Make Batch from Single Image (Custom)" }, - { - "author": "NicholasKao1029", - "title": "comfyui-pixxio", - "reference": "https://github.com/NicholasKao1029/comfyui-pixxio", - "files": [ - "https://github.com/NicholasKao1029/comfyui-pixxio" - ], - "install_type": "git-clone", - "description": "NODES: Auto-Upload Image to Pixxio Collection, Load Image from Pixx.io" - }, { "author": "BAIS1C", "title": "ComfyUI-AudioDuration [WIP]", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 1a897a5f..b7c3f714 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -468,16 +468,6 @@ "title_aux": "UtilNodes-ComfyUI [WIP]" } ], - "https://github.com/AIWarper/ComfyUI-DAViD": [ - [ - "DAViDDepthVisualizer", - "DAViDMultiTask", - "DAViDNormalToLight" - ], - { - "title_aux": "ComfyUI-DAViD [WIP]" - } - ], "https://github.com/ALatentPlace/ComfyUI_yanc": [ [ "> Bloom", @@ -2392,15 +2382,6 @@ "title_aux": "ComfyUI-Save_Image" } ], - "https://github.com/NicholasKao1029/comfyui-pixxio": [ - [ - "AutoUploadImageToPixxioCollection", - "LoadImageFromPixxioAPI" - ], - { - "title_aux": "comfyui-pixxio" - } - ], "https://github.com/No-22-Github/ComfyUI_SaveImageCustom": [ [ "SaveUtility: SaveImageCustom" @@ -2681,9 +2662,10 @@ ], "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping": [ [ - "ApplyPoseDiff", - "CalcScaledPoseDiff", - "PoseDiffCalculator" + "ApplyPoseScalesToFrames", + "CalculatePoseScales", + "ConvertPoseToStandardFormat", + "RenderKps" ], { "title_aux": "Comfyui_SSsnap_pose-Remapping" @@ -5291,6 +5273,7 @@ ], "https://github.com/fablestudio/ComfyUI-Showrunner-Utils": [ [ + "AdjustBottomAlphaDistance", "AlignFace", "Alpha Crop and Position Image", "GenerateTimestamp", @@ -9088,37 +9071,6 @@ "title_aux": "comfyui-virallover" } ], - "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": [ - [ - "Hy3D21CameraConfig", - "Hy3D21ExportMesh", - "Hy3D21GenerateMultiViewsBatch", - "Hy3D21IMRemesh", - "Hy3D21LoadImageWithTransparency", - "Hy3D21LoadMesh", - "Hy3D21MeshGenerationBatch", - "Hy3D21MeshUVWrap", - "Hy3D21MeshlibDecimate", - "Hy3D21MultiViewsGeneratorWithMetaData", - "Hy3D21MultiViewsMeshGenerator", - "Hy3D21PostprocessMesh", - "Hy3D21ResizeImages", - "Hy3D21UseMultiViews", - "Hy3D21UseMultiViewsFromMetaData", - "Hy3D21VAEConfig", - "Hy3D21VAEDecode", - "Hy3D21VAELoader", - "Hy3DBakeMultiViews", - "Hy3DBakeMultiViewsWithMetaData", - "Hy3DHighPolyToLowPolyBakeMultiViewsWithMetaData", - "Hy3DInPaint", - "Hy3DMeshGenerator", - "Hy3DMultiViewsGenerator" - ], - { - "title_aux": "ComfyUI-Hunyuan3d-2-1" - } - ], "https://github.com/visualbruno/ComfyUI-QRemeshify": [ [ "QRemeshify" diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index b6b3ba1b..54bf5317 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -769,11 +769,6 @@ "last_update": "2024-03-07 05:50:56", "author_account_age_days": 2426 }, - "https://github.com/NicholasKao1029/comfyui-pixxio": { - "stars": 0, - "last_update": "2025-07-22 18:33:21", - "author_account_age_days": 0 - }, "https://github.com/No-22-Github/ComfyUI_SaveImageCustom": { "stars": 0, "last_update": "2025-06-26 06:33:38", diff --git a/node_db/legacy/custom-node-list.json b/node_db/legacy/custom-node-list.json index caaa8790..6904f75f 100644 --- a/node_db/legacy/custom-node-list.json +++ b/node_db/legacy/custom-node-list.json @@ -1,5 +1,25 @@ { "custom_nodes": [ + { + "author": "domenecmiralles", + "title": "obobo_nodes [REMOVED]", + "reference": "https://github.com/domenecmiralles/obobo_nodes", + "files": [ + "https://github.com/domenecmiralles/obobo_nodes" + ], + "install_type": "git-clone", + "description": "A collection of custom nodes for ComfyUI that provide various input and output capabilities." + }, + { + "author": "NicholasKao1029", + "title": "comfyui-pixxio [REMOVED]", + "reference": "https://github.com/NicholasKao1029/comfyui-pixxio", + "files": [ + "https://github.com/NicholasKao1029/comfyui-pixxio" + ], + "install_type": "git-clone", + "description": "NODES: Auto-Upload Image to Pixxio Collection, Load Image from Pixx.io" + }, { "author": "ComfyUI-Workflow", "title": "ComfyUI OpenAI Nodes [REMOVED]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 4b8f72d2..7676d419 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,17 @@ "install_type": "git-clone", "description": "An implementation of the DAViD tooling, a method for extracting depth, normals, and masks from an input image." }, + { + "author": "ComfyUI Studio", + "title": "ComfyUI-Studio-nodes", + "reference": "https://github.com/comfyuistudio/ComfyUI-Studio-nodes", + "files": [ + "https://github.com/comfyuistudio/ComfyUI-Studio-nodes" + ], + "install_type": "git-clone", + "description": "🧩 Aspect Ratio Image Size Calculator, 🖼️ Aspect Ratio Resizer, and 📄 Markdown Link Generator for ComfyUI.", + "tags": ["image", "resize", "aspect-ratio", "markdown", "utils"] + }, { "author": "visualbruno", "title": "ComfyUI-Hunyuan3d-2-1", @@ -682,56 +693,6 @@ ], "install_type": "git-clone", "description": "ComfyUI's custom node package. This custom node has many practical functions, including global variables and process flow control." - }, - { - "author": "Android zhang", - "title": "Comfyui-Distill-Any-Depth", - "reference": "https://github.com/zade23/Comfyui-Distill-Any-Depth", - "files": [ - "https://github.com/zade23/Comfyui-Distill-Any-Depth" - ], - "install_type": "git-clone", - "description": "ComfyUI nodes to use Distill-Any-Depth prediction." - }, - { - "author": "tritant", - "title": "Advanced Photo Grain", - "reference": "https://github.com/tritant/ComfyUI-Advanced-Photo-Grain", - "files": [ - "https://github.com/tritant/ComfyUI-Advanced-Photo-Grain" - ], - "install_type": "git-clone", - "description": "Adds realistic film grain, vignette and RGB aberration to photos" - }, - { - "author": "zeeoale", - "title": "PromptCreatorNodetraumakom Prompt Generator", - "reference": "https://github.com/zeeoale/PromptCreatorNode", - "files": [ - "https://github.com/zeeoale/PromptCreatorNode" - ], - "install_type": "git-clone", - "description": "A powerful custom node for ComfyUI that generates rich, dynamic prompts based on modular JSON worlds — with color realm control (RGB / CMYK), LoRA triggers, and optional AI-based prompt enhancement." - }, - { - "author": "Erehr", - "title": "ComfyUI-Eagle-Autosend", - "reference": "https://github.com/Erehr/ComfyUI-Eagle-Autosend", - "files": [ - "https://github.com/Erehr/ComfyUI-Eagle-Autosend" - ], - "install_type": "git-clone", - "description": "A seamless, node-independent way to automatically send your ComfyUI generations to Eagle, complete with full metadata annotation and tags." - }, - { - "author": "silveroxides", - "title": "ComfyUI Power Shift Scheduler", - "reference": "https://github.com/silveroxides/ComfyUI_PowerShiftScheduler", - "files": [ - "https://github.com/silveroxides/ComfyUI_PowerShiftScheduler" - ], - "install_type": "git-clone", - "description": "Highly customizable Scheduler for ComfyUI." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 4e7fb23c..1f11a240 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1418,6 +1418,16 @@ "title_aux": "ComfyUI Cache Cleaner Node" } ], + "https://github.com/AIWarper/ComfyUI-DAViD": [ + [ + "DAViDDepthVisualizer", + "DAViDMultiTask", + "DAViDNormalToLight" + ], + { + "title_aux": "ComfyUI-DAViD" + } + ], "https://github.com/AIWarper/ComfyUI-NormalCrafterWrapper": [ [ "DetailTransfer", @@ -20608,6 +20618,16 @@ "title_aux": "ComfyUI_experiments" } ], + "https://github.com/comfyuistudio/ComfyUI-Studio-nodes": [ + [ + "AspectRatioImageSize", + "AspectRatioResizeImage", + "MarkdownModelNote" + ], + { + "title_aux": "ComfyUI-Studio-nodes" + } + ], "https://github.com/comnote-max/builmenlabo": [ [ "GeminiPoseAnalyzer", @@ -21879,22 +21899,6 @@ "title_aux": "ComfyUI-Keyframed" } ], - "https://github.com/domenecmiralles/obobo_nodes": [ - [ - "OboboInputAudio", - "OboboInputImage", - "OboboInputLora", - "OboboInputNumber", - "OboboInputText", - "OboboInputVector2", - "OboboInputVideo", - "OboboOutput", - "OboboPathLoader" - ], - { - "title_aux": "obobo_nodes" - } - ], "https://github.com/dorpxam/ComfyUI-FramePack-F1-T2V": [ [ "FramePackF1T2VLoraStack", @@ -37902,6 +37906,37 @@ "title_aux": "ComfyUI-RGT" } ], + "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": [ + [ + "Hy3D21CameraConfig", + "Hy3D21ExportMesh", + "Hy3D21GenerateMultiViewsBatch", + "Hy3D21IMRemesh", + "Hy3D21LoadImageWithTransparency", + "Hy3D21LoadMesh", + "Hy3D21MeshGenerationBatch", + "Hy3D21MeshUVWrap", + "Hy3D21MeshlibDecimate", + "Hy3D21MultiViewsGeneratorWithMetaData", + "Hy3D21MultiViewsMeshGenerator", + "Hy3D21PostprocessMesh", + "Hy3D21ResizeImages", + "Hy3D21UseMultiViews", + "Hy3D21UseMultiViewsFromMetaData", + "Hy3D21VAEConfig", + "Hy3D21VAEDecode", + "Hy3D21VAELoader", + "Hy3DBakeMultiViews", + "Hy3DBakeMultiViewsWithMetaData", + "Hy3DHighPolyToLowPolyBakeMultiViewsWithMetaData", + "Hy3DInPaint", + "Hy3DMeshGenerator", + "Hy3DMultiViewsGenerator" + ], + { + "title_aux": "ComfyUI-Hunyuan3d-2-1" + } + ], "https://github.com/vivax3794/ComfyUI-Sub-Nodes": [ [ "VIV_Default",