From 80e5c8a987b1ed25b9f28b13f7a8d91d64101b2e Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Mon, 22 Dec 2025 18:52:24 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 30 +++++++++++++++++++++++++ extension-node-map.json | 21 ++++++++++++++++++ github-stats-cache.json | 18 +++++++++++++++ github-stats.json | 20 ++++++++++++----- node_db/dev/custom-node-list.json | 30 +++++++++++++++++++++++++ node_db/dev/extension-node-map.json | 33 ++++++++++++++++++++++++++++ node_db/dev/github-stats.json | 15 +++++++++++++ node_db/forked/custom-node-list.json | 10 +++++++++ node_db/new/custom-node-list.json | 32 ++++++++++++++++++++++++++- node_db/new/extension-node-map.json | 21 ++++++++++++++++++ 10 files changed, 224 insertions(+), 6 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index e1b24af5..70a35e4a 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -34675,6 +34675,16 @@ "install_type": "git-clone", "description": "Nodes for SeC (Segment Concept) - SOTA video object segmentation. Uses SeC-4B model by OpenIXCLab. Also includes coordinate plotter for visualization" }, + { + "author": "9nate-drake", + "title": "ComfyUI-PanoTools", + "reference": "https://github.com/9nate-drake/ComfyUI-PanoTools", + "files": [ + "https://github.com/9nate-drake/ComfyUI-PanoTools" + ], + "install_type": "git-clone", + "description": "Professional panorama generation tools for ComfyUI converting perspective images/video to equirectangular 360° panoramas with automatic camera calibration via AI, horizon detection, or vertical line detection." + }, { "author": "Kishor900", "title": "ComfyUI WANv2v Video Stitcher", @@ -39198,6 +39208,26 @@ "install_type": "git-clone", "description": "Custom nodes for running the Switti text-to-image model inside ComfyUI with support for checkpoint loading, VAE, CLIP encoders, and pipeline building." }, + { + "author": "Bzbaozi", + "title": "ComfyUI-YK-Banana2-Batch", + "reference": "https://github.com/Bzbaozi/ComfyUI-YK-Banana2-Batch", + "files": [ + "https://github.com/Bzbaozi/ComfyUI-YK-Banana2-Batch" + ], + "install_type": "git-clone", + "description": "A powerful batch image generation node for ComfyUI using the YK-Banana2 Pro API to generate multiple images in parallel with reference image support. (Description by CC)" + }, + { + "author": "rethink-studios", + "title": "comfyui-model-linker-desktop", + "reference": "https://github.com/rethink-studios/comfyui-model-linker-desktop", + "files": [ + "https://github.com/rethink-studios/comfyui-model-linker-desktop" + ], + "install_type": "git-clone", + "description": "A ComfyUI extension that helps users relink missing models in workflows" + }, diff --git a/extension-node-map.json b/extension-node-map.json index 3760d7d5..b35bbfe9 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -896,6 +896,15 @@ "title_aux": "ComfyUI Mask to Center Point Nodes" } ], + "https://github.com/9nate-drake/ComfyUI-PanoTools": [ + [ + "CameraCalibration", + "Perspective2Panorama" + ], + { + "title_aux": "ComfyUI-PanoTools" + } + ], "https://github.com/9nate-drake/Comfyui-SecNodes": [ [ "CoordinatePlotter", @@ -4029,6 +4038,14 @@ "title_aux": "ComfyUI-BS_Kokoro-onnx" } ], + "https://github.com/Bzbaozi/ComfyUI-YK-Banana2-Batch": [ + [ + "YKNanoBananaProNode" + ], + { + "title_aux": "ComfyUI-YK-Banana2-Batch" + } + ], "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": [ [ "APIRequestNode", @@ -10285,6 +10302,7 @@ "JNodes_StringLiteral", "JNodes_SubdirectorySelector", "JNodes_SyncedStringLiteral", + "JNodes_TextManager", "JNodes_TokenCounter", "JNodes_TrimAndStrip", "JNodes_UploadVideo", @@ -14818,6 +14836,7 @@ [ "DA3_CreateCameraParams", "DA3_EnableTiledProcessing", + "DA3_FilterGaussians", "DA3_MultiViewPointCloud", "DA3_ParseCameraPose", "DA3_PreviewPointCloud", @@ -22762,6 +22781,7 @@ "XJFloatRangeList", "XJImageGrid", "XJImageListFilter", + "XJImagePreviewBridge", "XJImageRandomTransform", "XJImageScaleCalc", "XJImageScaleMegapixel", @@ -32433,6 +32453,7 @@ [ "KIE_GetRemainingCredits", "KIE_GridSlice", + "KIE_Kling26_I2V", "KIE_NanoBananaPro_Image", "KIE_SeedanceV1Pro_Fast_I2V", "KIE_Seedream45_Edit", diff --git a/github-stats-cache.json b/github-stats-cache.json index 6688cb06..ed4caaf9 100644 --- a/github-stats-cache.json +++ b/github-stats-cache.json @@ -22678,5 +22678,23 @@ "last_update": "2025-12-21 21:37:47", "cached_time": 1766373959.71946, "author_account_age_days": 9 + }, + "https://github.com/9nate-drake/ComfyUI-PanoTools": { + "stars": 0, + "last_update": "2025-12-22 01:36:29", + "cached_time": 1766395123.961205, + "author_account_age_days": 2196 + }, + "https://github.com/rethink-studios/comfyui-model-linker-desktop": { + "stars": 2, + "last_update": "2025-12-22 05:02:38", + "cached_time": 1766395124.035995, + "author_account_age_days": 2162 + }, + "https://github.com/Bzbaozi/ComfyUI-YK-Banana2-Batch": { + "stars": 0, + "last_update": "2025-12-22 04:27:46", + "cached_time": 1766395124.046571, + "author_account_age_days": 1000 } } \ No newline at end of file diff --git a/github-stats.json b/github-stats.json index a056eff3..e9b644c9 100644 --- a/github-stats.json +++ b/github-stats.json @@ -274,6 +274,11 @@ "last_update": "2025-10-02 01:35:08", "author_account_age_days": 2196 }, + "https://github.com/9nate-drake/ComfyUI-PanoTools": { + "stars": 0, + "last_update": "2025-12-22 01:36:29", + "author_account_age_days": 2196 + }, "https://github.com/9nate-drake/Comfyui-SecNodes": { "stars": 343, "last_update": "2025-12-19 23:32:49", @@ -1444,6 +1449,11 @@ "last_update": "2025-01-19 19:05:24", "author_account_age_days": 336 }, + "https://github.com/Bzbaozi/ComfyUI-YK-Banana2-Batch": { + "stars": 0, + "last_update": "2025-12-22 04:27:46", + "author_account_age_days": 1000 + }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { "stars": 24, "last_update": "2024-06-14 07:13:34", @@ -6574,11 +6584,6 @@ "last_update": "2024-08-10 13:31:03", "author_account_age_days": 3258 }, - "https://github.com/TheBill2001/comfyui-upscale-by-model": { - "stars": 11, - "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1987 - }, "https://github.com/TheLustriVA/ComfyUI-Image-Size-Tools": { "stars": 5, "last_update": "2025-10-22 19:08:07", @@ -15669,6 +15674,11 @@ "last_update": "2024-11-05 15:26:20", "author_account_age_days": 2153 }, + "https://github.com/rethink-studios/comfyui-model-linker-desktop": { + "stars": 2, + "last_update": "2025-12-22 05:02:38", + "author_account_age_days": 2162 + }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 2, "last_update": "2025-04-23 10:49:48", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 369aee45..7ef437b9 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,35 @@ { "custom_nodes": [ + { + "author": "tpc2233", + "title": "ComfyUI-TP-IMtalker [WIP]", + "reference": "https://github.com/tpc2233/ComfyUI-TP-IMtalker", + "files": [ + "https://github.com/tpc2233/ComfyUI-TP-IMtalker" + ], + "install_type": "git-clone", + "description": "Comfy UI nodes for IMtalker to run native weights.)\nNOTE: The files in the repo are not organized." + }, + { + "author": "yutrodimitri-ship-it", + "title": "ComfyUI-YUTRO-CastingStudio-v2 [WIP]", + "reference": "https://github.com/yutrodimitri-ship-it/ComfyUI-YUTRO-CastingStudio-v2", + "files": [ + "https://github.com/yutrodimitri-ship-it/ComfyUI-YUTRO-CastingStudio-v2" + ], + "install_type": "git-clone", + "description": "A professional modular suite of nodes for ComfyUI designed for virtual casting agencies, professional photographers, and content creators to generate high-quality model portfolios efficiently. (Description by CC)\nNOTE: The files in the repo are not organized." + }, + { + "author": "yuyu0218yu", + "title": "comfyui-NXCM-tool [UNSAFE]", + "reference": "https://github.com/yuyu0218yu/comfyui-NXCM-tool", + "files": [ + "https://github.com/yuyu0218yu/comfyui-NXCM-tool" + ], + "install_type": "git-clone", + "description": "Next-generation creative media encryption toolkit for ComfyUI providing image and video encryption with AES-256-CTR + HMAC-SHA256, metadata preservation, and batch processing support. (Description by CC) [w/hardcoded encryption key]" + }, { "author": "SergeyKarleev", "title": "[WIP] comfyui-textutils", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index e3b4a43e..6ee9f1f3 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -2659,6 +2659,7 @@ "LunaBatchUpscaleRefine", "LunaCheckpointLoader", "LunaCheckpointTunnel", + "LunaChessRefiner", "LunaCivitaiBatchScraper", "LunaCivitaiScraper", "LunaConfigGateway", @@ -2689,8 +2690,12 @@ "LunaPipeExpander", "LunaPromptCraft", "LunaPromptCraftDebug", + "LunaPyramidNoiseGenerator", "LunaResetModelWeights", + "LunaSAM3Detector", + "LunaScaffoldUpscaler", "LunaSecondaryModelLoader", + "LunaSemanticDetailer", "LunaSmartLoRALinker", "LunaSuperUpscaler", "LunaSuperUpscalerSimple", @@ -12653,6 +12658,16 @@ "title_aux": "ComfyUI-SDXLGenerateFromTextFile [UNSAFE]" } ], + "https://github.com/tpc2233/ComfyUI-TP-IMtalker": [ + [ + "IMTalkerAudioDriven", + "IMTalkerLoader", + "IMTalkerVideoDriven" + ], + { + "title_aux": "ComfyUI-TP-IMtalker [WIP]" + } + ], "https://github.com/tracerstar/comfyui-p5js-node": [ [ "HYPE_P5JSImage" @@ -13539,6 +13554,14 @@ "title_aux": "ComfyUI-Dropbox-API [WIP]" } ], + "https://github.com/yutrodimitri-ship-it/ComfyUI-YUTRO-CastingStudio-v2": [ + [ + "YUTROWardrobePreset" + ], + { + "title_aux": "ComfyUI-YUTRO-CastingStudio-v2 [WIP]" + } + ], "https://github.com/yuvraj108c/ComfyUI-HYPIR": [ [ "HYPIRProcess", @@ -13549,6 +13572,16 @@ "title_aux": "ComfyUI HYPIR [NAME CONFLICT]" } ], + "https://github.com/yuyu0218yu/comfyui-NXCM-tool": [ + [ + "HD_EncryptImage", + "HD_EncryptVideo", + "VideoToGarbledImage" + ], + { + "title_aux": "comfyui-NXCM-tool [UNSAFE]" + } + ], "https://github.com/z604159435g/comfyui_random_prompt_plugin": [ [ "NaturalLanguagePromptGenerator", diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index 0bb26be8..6173e514 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -4654,6 +4654,11 @@ "last_update": "2025-11-16 10:32:39", "author_account_age_days": 1907 }, + "https://github.com/tpc2233/ComfyUI-TP-IMtalker": { + "stars": 5, + "last_update": "2025-12-01 18:57:15", + "author_account_age_days": 1284 + }, "https://github.com/tracerstar/comfyui-p5js-node": { "stars": 39, "last_update": "2024-07-05 23:47:57", @@ -5014,11 +5019,21 @@ "last_update": "2024-08-30 05:29:07", "author_account_age_days": 496 }, + "https://github.com/yutrodimitri-ship-it/ComfyUI-YUTRO-CastingStudio-v2": { + "stars": 0, + "last_update": "2025-12-22 05:19:39", + "author_account_age_days": 43 + }, "https://github.com/yuvraj108c/ComfyUI-HYPIR": { "stars": 3, "last_update": "2025-08-18 06:04:36", "author_account_age_days": 2698 }, + "https://github.com/yuyu0218yu/comfyui-NXCM-tool": { + "stars": 0, + "last_update": "2025-12-22 02:54:56", + "author_account_age_days": 1111 + }, "https://github.com/z604159435g/comfyui_random_prompt_plugin": { "stars": 0, "last_update": "2025-09-08 15:15:23", diff --git a/node_db/forked/custom-node-list.json b/node_db/forked/custom-node-list.json index ea6c69e1..58924308 100644 --- a/node_db/forked/custom-node-list.json +++ b/node_db/forked/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "Fossiel", + "title": "ComfyUI-MultiGPU-Patched", + "reference": "https://github.com/Fossiel/ComfyUI-MultiGPU-Patched", + "files": [ + "https://github.com/Fossiel/ComfyUI-MultiGPU-Patched" + ], + "install_type": "git-clone", + "description": "Patched fork of ComfyUI-MultiGPU providing universal .safetensors and GGUF multi-GPU distribution with DisTorch 2.0 engine, model-driven allocation options (bytes/ratio modes), WanVideoWrapper integration, and up to 10% faster GGUF inference. (Description by CC)" + }, { "author": "synchronicity-labs", "title": "ComfyUI Sync Lipsync Node", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 9503b55b..b1f4eeaf 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,35 @@ { - "custom_nodes": [ + "custom_nodes": [ + { + "author": "9nate-drake", + "title": "ComfyUI-PanoTools", + "reference": "https://github.com/9nate-drake/ComfyUI-PanoTools", + "files": [ + "https://github.com/9nate-drake/ComfyUI-PanoTools" + ], + "install_type": "git-clone", + "description": "Professional panorama generation tools for ComfyUI converting perspective images/video to equirectangular 360° panoramas with automatic camera calibration via AI, horizon detection, or vertical line detection." + }, + { + "author": "Bzbaozi", + "title": "ComfyUI-YK-Banana2-Batch", + "reference": "https://github.com/Bzbaozi/ComfyUI-YK-Banana2-Batch", + "files": [ + "https://github.com/Bzbaozi/ComfyUI-YK-Banana2-Batch" + ], + "install_type": "git-clone", + "description": "A powerful batch image generation node for ComfyUI using the YK-Banana2 Pro API to generate multiple images in parallel with reference image support. (Description by CC)" + }, + { + "author": "rethink-studios", + "title": "comfyui-model-linker-desktop", + "reference": "https://github.com/rethink-studios/comfyui-model-linker-desktop", + "files": [ + "https://github.com/rethink-studios/comfyui-model-linker-desktop" + ], + "install_type": "git-clone", + "description": "A ComfyUI extension that helps users relink missing models in workflows" + }, { "author": "OhSeongHyeon", "title": "comfyui-watdafox-nodes", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 3760d7d5..b35bbfe9 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -896,6 +896,15 @@ "title_aux": "ComfyUI Mask to Center Point Nodes" } ], + "https://github.com/9nate-drake/ComfyUI-PanoTools": [ + [ + "CameraCalibration", + "Perspective2Panorama" + ], + { + "title_aux": "ComfyUI-PanoTools" + } + ], "https://github.com/9nate-drake/Comfyui-SecNodes": [ [ "CoordinatePlotter", @@ -4029,6 +4038,14 @@ "title_aux": "ComfyUI-BS_Kokoro-onnx" } ], + "https://github.com/Bzbaozi/ComfyUI-YK-Banana2-Batch": [ + [ + "YKNanoBananaProNode" + ], + { + "title_aux": "ComfyUI-YK-Banana2-Batch" + } + ], "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": [ [ "APIRequestNode", @@ -10285,6 +10302,7 @@ "JNodes_StringLiteral", "JNodes_SubdirectorySelector", "JNodes_SyncedStringLiteral", + "JNodes_TextManager", "JNodes_TokenCounter", "JNodes_TrimAndStrip", "JNodes_UploadVideo", @@ -14818,6 +14836,7 @@ [ "DA3_CreateCameraParams", "DA3_EnableTiledProcessing", + "DA3_FilterGaussians", "DA3_MultiViewPointCloud", "DA3_ParseCameraPose", "DA3_PreviewPointCloud", @@ -22762,6 +22781,7 @@ "XJFloatRangeList", "XJImageGrid", "XJImageListFilter", + "XJImagePreviewBridge", "XJImageRandomTransform", "XJImageScaleCalc", "XJImageScaleMegapixel", @@ -32433,6 +32453,7 @@ [ "KIE_GetRemainingCredits", "KIE_GridSlice", + "KIE_Kling26_I2V", "KIE_NanoBananaPro_Image", "KIE_SeedanceV1Pro_Fast_I2V", "KIE_Seedream45_Edit",