From 7ddad11d2844da42b58b98c833cba3b6dc2e8e39 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 4 Jun 2026 03:05:11 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 60 +++++++++++++++++++++++++++++ extension-node-map.json | 53 +++++++++++++++++++++++++ github-stats.json | 30 +++++++++++++++ node_db/dev/custom-node-list.json | 40 +++++++++++++++++++ node_db/dev/extension-node-map.json | 37 ++++++++++++++++++ node_db/dev/github-stats.json | 20 ++++++++++ node_db/new/extension-node-map.json | 53 +++++++++++++++++++++++++ 7 files changed, 293 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index c817bbd0..0c1161ce 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -33743,6 +33743,16 @@ "install_type": "git-clone", "description": "Advanced/Experimental VACE nodes for WAN video models in ComfyUI." }, + { + "author": "drozbay", + "title": "LTExperiments", + "reference": "https://github.com/drozbay/LTExperiments", + "files": [ + "https://github.com/drozbay/LTExperiments" + ], + "install_type": "git-clone", + "description": "Context window sampling for LTXV / LTX-2 (LTXAV) video+audio models, including IC-LoRA guide splitting across windows. Self-contained; uses ComfyUI's context_handler and wrapper hooks (no core edits)." + }, { "author": "Lovzu", "title": "KittenTTS Node for Voice Generation", @@ -52637,6 +52647,56 @@ "install_type": "git-clone", "description": "ComfyUI-native Bernini in-context conditioning for Wan 2.2 with external LLM prompt-enhancement helpers." }, + { + "author": "MoRanYue", + "title": "ComfyUI-PBaSR", + "reference": "https://github.com/MoRanYue/ComfyUI-PBaSR", + "files": [ + "https://github.com/MoRanYue/ComfyUI-PBaSR" + ], + "install_type": "git-clone", + "description": "A minimal ComfyUI custom node for PBaSR x4 image upscaling inference." + }, + { + "author": "MoRanYue", + "title": "ComfyUI-DMENet", + "reference": "https://github.com/MoRanYue/ComfyUI-DMENet", + "files": [ + "https://github.com/MoRanYue/ComfyUI-DMENet" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node for DMENet-style single-image defocus-map estimation." + }, + { + "author": "MoRanYue", + "title": "ComfyUI-D-DFFNet", + "reference": "https://github.com/MoRanYue/ComfyUI-D-DFFNet", + "files": [ + "https://github.com/MoRanYue/ComfyUI-D-DFFNet" + ], + "install_type": "git-clone", + "description": "Defocus Blur Detection Custom Node for ComfyUI wrapping D-DFFNet model detecting out-of-focus areas." + }, + { + "author": "zfrsgtcu", + "title": "ComfyUI-TypeConverters", + "reference": "https://github.com/zfrsgtcu/ComfyUI-TypeConverters", + "files": [ + "https://github.com/zfrsgtcu/ComfyUI-TypeConverters" + ], + "install_type": "git-clone", + "description": "Simple and lightweight type conversion nodes for ComfyUI." + }, + { + "author": "DiamondGo", + "title": "Rotate Image", + "reference": "https://github.com/DiamondGo/comfyui-rotate-image", + "files": [ + "https://github.com/DiamondGo/comfyui-rotate-image" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for angle-based image rotation with high-quality interpolation and lossless restoration" + }, { "author": "ntdviet", "title": "ntdviet/comfyui-ext", diff --git a/extension-node-map.json b/extension-node-map.json index ffe24a34..7fa47b8e 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -7577,6 +7577,15 @@ "title_aux": "ComfyUI-Impact-BIGdetector-BBOX-SEGS" } ], + "https://github.com/DiamondGo/comfyui-rotate-image": [ + [ + "RestoreRotatedImage", + "RotateImage" + ], + { + "title_aux": "Rotate Image" + } + ], "https://github.com/DiaoDaiaChan/ComfyUI_API_Request": [ [ "Character_Prompt_Select", @@ -17122,6 +17131,30 @@ "title_aux": "comfyui-save-vpred" } ], + "https://github.com/MoRanYue/ComfyUI-D-DFFNet": [ + [ + "DDFFNet" + ], + { + "title_aux": "ComfyUI-D-DFFNet" + } + ], + "https://github.com/MoRanYue/ComfyUI-DMENet": [ + [ + "DMENetFocusMap" + ], + { + "title_aux": "ComfyUI-DMENet" + } + ], + "https://github.com/MoRanYue/ComfyUI-PBaSR": [ + [ + "PBaSRUpscale" + ], + { + "title_aux": "ComfyUI-PBaSR" + } + ], "https://github.com/ModelTC/ComfyUI-LightVAE": [ [ "Lightx2v-VAEDecode", @@ -39315,6 +39348,14 @@ "title_aux": "ComfyUI-WanVaceAdvanced" } ], + "https://github.com/drozbay/LTExperiments": [ + [ + "LTEx_ContextWindowsManual" + ], + { + "title_aux": "LTExperiments" + } + ], "https://github.com/drphero/ComfyUI-FASHN-VTON": [ [ "FashnMaskToLabelmap", @@ -60569,6 +60610,7 @@ "RookieUIControlNetPreprocess", "RookieUILoadAssetImage", "RookieUILoadAssetMask", + "RookieUISaveImageWithMetadata", "RookieUIVAEEncodeForInpaint", "UNETLoader", "VAELoader" @@ -70864,6 +70906,17 @@ "title_aux": "ComfyUI-Fast-Style-Transfer" } ], + "https://github.com/zfrsgtcu/ComfyUI-TypeConverters": [ + [ + "Convert To Boolean", + "Convert To Float", + "Convert To Integer", + "Convert To String" + ], + { + "title_aux": "ComfyUI-TypeConverters" + } + ], "https://github.com/zhangle0013/comfyui-EmptyImageYesON": [ [ "ImageAutoDisableNode" diff --git a/github-stats.json b/github-stats.json index cef3935f..e896a081 100644 --- a/github-stats.json +++ b/github-stats.json @@ -2659,6 +2659,11 @@ "last_update": "2026-01-29 00:29:19", "author_account_age_days": 1273 }, + "https://github.com/DiamondGo/comfyui-rotate-image": { + "stars": 0, + "last_update": "2026-06-02 22:47:26", + "author_account_age_days": 4288 + }, "https://github.com/DiaoDaiaChan/ComfyUI_API_Request": { "stars": 6, "last_update": "2025-10-19 04:29:10", @@ -5884,6 +5889,21 @@ "last_update": "2024-12-15 22:29:47", "author_account_age_days": 3633 }, + "https://github.com/MoRanYue/ComfyUI-D-DFFNet": { + "stars": 0, + "last_update": "2026-06-02 13:26:09", + "author_account_age_days": 1833 + }, + "https://github.com/MoRanYue/ComfyUI-DMENet": { + "stars": 0, + "last_update": "2026-06-03 03:37:04", + "author_account_age_days": 1833 + }, + "https://github.com/MoRanYue/ComfyUI-PBaSR": { + "stars": 0, + "last_update": "2026-06-02 09:11:59", + "author_account_age_days": 1833 + }, "https://github.com/ModelTC/ComfyUI-LightVAE": { "stars": 52, "last_update": "2025-11-03 08:47:45", @@ -13394,6 +13414,11 @@ "last_update": "2026-02-10 15:54:33", "author_account_age_days": 3760 }, + "https://github.com/drozbay/LTExperiments": { + "stars": 1, + "last_update": "2026-06-03 00:38:52", + "author_account_age_days": 3760 + }, "https://github.com/drphero/ComfyUI-FASHN-VTON": { "stars": 8, "last_update": "2026-02-08 02:32:25", @@ -25109,6 +25134,11 @@ "last_update": "2025-04-07 05:52:19", "author_account_age_days": 3152 }, + "https://github.com/zfrsgtcu/ComfyUI-TypeConverters": { + "stars": 1, + "last_update": "2026-06-03 13:14:42", + "author_account_age_days": 2456 + }, "https://github.com/zhangle0013/comfyui-EmptyImageYesON": { "stars": 1, "last_update": "2026-01-09 03:24:28", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 058447c8..2b2df583 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,45 @@ { "custom_nodes": [ + { + "author": "JosDigby", + "title": "ComfyUI-DigbyTools", + "reference": "https://github.com/JosDigby/ComfyUI-DigbyTools", + "files": [ + "https://github.com/JosDigby/ComfyUI-DigbyTools" + ], + "install_type": "git-clone", + "description": "Custom node pack with Keyframer and LTX VAE Latent prep nodes for keyframe animation workflows. (Description by CC)" + }, + { + "author": "ivanravinovitch", + "title": "AutoCropByColor", + "reference": "https://github.com/ivanravinovitch/AutoCropByColor", + "files": [ + "https://github.com/ivanravinovitch/AutoCropByColor" + ], + "install_type": "git-clone", + "description": "Utility nodes for automatic image cropping by color and scaling to megapixel dimensions. (Description by CC)" + }, + { + "author": "brbbbq", + "title": "ComfyUI-WanMoveSVI_FLF_v2", + "reference": "https://github.com/brbbbq/ComfyUI-WanMoveSVI_FLF_v2", + "files": [ + "https://github.com/brbbbq/ComfyUI-WanMoveSVI_FLF_v2" + ], + "install_type": "git-clone", + "description": "ComfyUI node implementing WAN-Move Sparse Video Interpolation with frame latency features (FLF v2). (Description by CC)" + }, + { + "author": "krystal", + "title": "[WIP] ComfyUI KrystalNodes", + "reference": "https://github.com/Krystal-0/ComfyUI-KrystalNodes", + "files": [ + "https://github.com/Krystal-0/ComfyUI-KrystalNodes" + ], + "install_type": "git-clone", + "description": "A small pack of utility nodes including CLIP/VAE fallbacks, Anima model detection, and multi image preview.\nNOTE: The files in the repo are not organized." + }, { "author": "TechnoWarrior2", "title": "comfyui-live-preview [WIP]", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 1e5d7a4a..50ddf45c 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -2814,6 +2814,15 @@ "title_aux": "comfy-consistency-vae" } ], + "https://github.com/JosDigby/ComfyUI-DigbyTools": [ + [ + "DigbyKeyframer", + "DigbyLTXVLatentPrep" + ], + { + "title_aux": "ComfyUI-DigbyTools" + } + ], "https://github.com/JosDigby/ComfyUI-DigbyWan": [ [ "DigbyLoopClose", @@ -3002,6 +3011,17 @@ "title_aux": "RK_Comfyui" } ], + "https://github.com/Krystal-0/ComfyUI-KrystalNodes": [ + [ + "CLIPFallback", + "IsAnimaModel", + "MultiImagePreview", + "VAEFallback" + ], + { + "title_aux": "[WIP] ComfyUI KrystalNodes" + } + ], "https://github.com/KurtHokke/ComfyUI_KurtHokke_Nodes": [ [ "AIO_Tuner_Pipe", @@ -7185,6 +7205,14 @@ "title_aux": "comfyui-mc [WIP]" } ], + "https://github.com/brbbbq/ComfyUI-WanMoveSVI_FLF_v2": [ + [ + "WanMoveSVI_FLF_v2" + ], + { + "title_aux": "ComfyUI-WanMoveSVI_FLF_v2" + } + ], "https://github.com/broumbroum/comfyui-time-system": [ [ "DayTimeNode", @@ -10392,6 +10420,15 @@ "title_aux": "comfyui_iphone_look [WIP]" } ], + "https://github.com/ivanravinovitch/AutoCropByColor": [ + [ + "AutoCropByColor", + "ScaleImageToMegapixels" + ], + { + "title_aux": "AutoCropByColor" + } + ], "https://github.com/j-pyxal/ComfyUI-Lattice-Manim": [ [ "ManimAudioCaptionNode", diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index d4642fb4..e2833cb0 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -974,6 +974,11 @@ "last_update": "2023-11-06 20:50:40", "author_account_age_days": 5222 }, + "https://github.com/JosDigby/ComfyUI-DigbyTools": { + "stars": 0, + "last_update": "2026-06-02 20:37:54", + "author_account_age_days": 322 + }, "https://github.com/JosDigby/ComfyUI-DigbyWan": { "stars": 4, "last_update": "2026-01-15 22:18:38", @@ -1049,6 +1054,11 @@ "last_update": "2026-01-19 10:08:42", "author_account_age_days": 565 }, + "https://github.com/Krystal-0/ComfyUI-KrystalNodes": { + "stars": 0, + "last_update": "2026-06-02 20:18:18", + "author_account_age_days": 1079 + }, "https://github.com/KurtHokke/ComfyUI_KurtHokke_Nodes": { "stars": 1, "last_update": "2025-03-27 19:04:42", @@ -2624,6 +2634,11 @@ "last_update": "2026-02-11 13:01:38", "author_account_age_days": 1798 }, + "https://github.com/brbbbq/ComfyUI-WanMoveSVI_FLF_v2": { + "stars": 0, + "last_update": "2026-06-02 05:45:01", + "author_account_age_days": 1095 + }, "https://github.com/broumbroum/comfyui-time-system": { "stars": 0, "last_update": "2025-10-16 18:00:30", @@ -3664,6 +3679,11 @@ "last_update": "2026-04-22 12:43:46", "author_account_age_days": 2317 }, + "https://github.com/ivanravinovitch/AutoCropByColor": { + "stars": 0, + "last_update": "2026-06-02 15:54:25", + "author_account_age_days": 3142 + }, "https://github.com/j-pyxal/ComfyUI-Lattice-Manim": { "stars": 1, "last_update": "2026-01-05 01:09:40", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index ffe24a34..7fa47b8e 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -7577,6 +7577,15 @@ "title_aux": "ComfyUI-Impact-BIGdetector-BBOX-SEGS" } ], + "https://github.com/DiamondGo/comfyui-rotate-image": [ + [ + "RestoreRotatedImage", + "RotateImage" + ], + { + "title_aux": "Rotate Image" + } + ], "https://github.com/DiaoDaiaChan/ComfyUI_API_Request": [ [ "Character_Prompt_Select", @@ -17122,6 +17131,30 @@ "title_aux": "comfyui-save-vpred" } ], + "https://github.com/MoRanYue/ComfyUI-D-DFFNet": [ + [ + "DDFFNet" + ], + { + "title_aux": "ComfyUI-D-DFFNet" + } + ], + "https://github.com/MoRanYue/ComfyUI-DMENet": [ + [ + "DMENetFocusMap" + ], + { + "title_aux": "ComfyUI-DMENet" + } + ], + "https://github.com/MoRanYue/ComfyUI-PBaSR": [ + [ + "PBaSRUpscale" + ], + { + "title_aux": "ComfyUI-PBaSR" + } + ], "https://github.com/ModelTC/ComfyUI-LightVAE": [ [ "Lightx2v-VAEDecode", @@ -39315,6 +39348,14 @@ "title_aux": "ComfyUI-WanVaceAdvanced" } ], + "https://github.com/drozbay/LTExperiments": [ + [ + "LTEx_ContextWindowsManual" + ], + { + "title_aux": "LTExperiments" + } + ], "https://github.com/drphero/ComfyUI-FASHN-VTON": [ [ "FashnMaskToLabelmap", @@ -60569,6 +60610,7 @@ "RookieUIControlNetPreprocess", "RookieUILoadAssetImage", "RookieUILoadAssetMask", + "RookieUISaveImageWithMetadata", "RookieUIVAEEncodeForInpaint", "UNETLoader", "VAELoader" @@ -70864,6 +70906,17 @@ "title_aux": "ComfyUI-Fast-Style-Transfer" } ], + "https://github.com/zfrsgtcu/ComfyUI-TypeConverters": [ + [ + "Convert To Boolean", + "Convert To Float", + "Convert To Integer", + "Convert To String" + ], + { + "title_aux": "ComfyUI-TypeConverters" + } + ], "https://github.com/zhangle0013/comfyui-EmptyImageYesON": [ [ "ImageAutoDisableNode"