From 59cbed429fc5d8f306c53b81df282140301d4c85 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Mon, 20 Oct 2025 12:47:53 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 30 +++++++++++++++++ extension-node-map.json | 33 ++++++++++++++++++- github-stats.json | 15 +++++++++ node_db/dev/custom-node-list.json | 10 ++++++ node_db/dev/extension-node-map.json | 8 +++++ node_db/dev/github-stats.json | 5 +++ node_db/new/custom-node-list.json | 50 +++++++++++++++++------------ node_db/new/extension-node-map.json | 33 ++++++++++++++++++- 8 files changed, 162 insertions(+), 22 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 27a39b13..29e1aae5 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -34566,6 +34566,36 @@ "install_type": "git-clone", "description": "This custom ComfyUI node, Find Perfect Resolution, calculates an optimal output resolution for an input image while preserving its aspect ratio and ensuring dimensions are divisible by a specified value. It is designed to work seamlessly in ComfyUI workflows, particularly for resizing images with nodes like 'Resize Image v2'." }, + { + "author": "cybernaut4", + "title": "Arkl1te's Toolkit", + "reference": "https://github.com/cybernaut4/comfyui_arkl1te_toolkit", + "files": [ + "https://github.com/cybernaut4/comfyui_arkl1te_toolkit" + ], + "install_type": "git-clone", + "description": "A collection of custom nodes for ComfyUI by Arkl1te" + }, + { + "author": "guyouyue", + "title": "ComfyUI_VideoAutoSplit", + "reference": "https://github.com/guyouyue/ComfyUI_VideoAutoSplit", + "files": [ + "https://github.com/guyouyue/ComfyUI_VideoAutoSplit" + ], + "install_type": "git-clone", + "description": "ComfyUI Video Auto-Cropping Tool — includes keyframe detection and automatic segmentation/saving based on keyframes." + }, + { + "author": "Analaser", + "title": "ComfyUI-RandomTagWeights", + "reference": "https://github.com/Analaser/ComfyUI-RandomTagWeights", + "files": [ + "https://github.com/Analaser/ComfyUI-RandomTagWeights" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node that randomizes tag weights for text prompts. Useful for dynamic prompt generation or creative experimentation in AI image workflows." + }, diff --git a/extension-node-map.json b/extension-node-map.json index 81a598ab..022aa66d 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2403,6 +2403,14 @@ "title_aux": "Jovimetrix" } ], + "https://github.com/Analaser/ComfyUI-RandomTagWeights": [ + [ + "RandomTagWeights" + ], + { + "title_aux": "ComfyUI-RandomTagWeights" + } + ], "https://github.com/Andro-Meta/ComfyUI-Ovis2": [ [ "Ovis2ImageCaption", @@ -24037,6 +24045,17 @@ "title_aux": "Seb Nodes" } ], + "https://github.com/cybernaut4/comfyui_arkl1te_toolkit": [ + [ + "AnythingToString", + "Concatenate", + "GetNewFileIndex", + "PadZeroes" + ], + { + "title_aux": "Arkl1te's Toolkit" + } + ], "https://github.com/czcz1024/Comfyui-FaceCompare": [ [ "FaceCompare" @@ -24730,7 +24749,8 @@ ], "https://github.com/diffussy69/comfyui-curved_weight_schedule": [ [ - "CurvedTimestepKeyframes" + "CurvedTimestepKeyframes", + "MultiMaskStrengthCombiner" ], { "title_aux": "ComfyUI-curved_weight_schedule" @@ -27264,6 +27284,7 @@ "SeedanceImageToVideo_fal", "SeedanceTextToVideo_fal", "SeedreamV4Edit_fal", + "Seedvr_Upscaler_fal", "Upscaler_fal", "VLM_fal", "Veo2ImageToVideo_fal", @@ -27718,6 +27739,15 @@ "title_aux": "guy-nodes-comfyui" } ], + "https://github.com/guyouyue/ComfyUI_VideoAutoSplit": [ + [ + "ExtractKeyFrames", + "ExtractKeyFramesAndSplit" + ], + { + "title_aux": "ComfyUI_VideoAutoSplit" + } + ], "https://github.com/gvfarns/comfyui_gvf": [ [ "CheckpointLoaderWithName", @@ -43575,6 +43605,7 @@ "Empty Image Node", "JSON Parser Node", "LoadImageFromUrlNode", + "RemoveEmptyLinesNode", "SaveVideoRGBA", "TextToImageNode" ], diff --git a/github-stats.json b/github-stats.json index 26deab53..9bb6ecb9 100644 --- a/github-stats.json +++ b/github-stats.json @@ -864,6 +864,11 @@ "last_update": "2025-09-05 03:15:03", "author_account_age_days": 5694 }, + "https://github.com/Analaser/ComfyUI-RandomTagWeights": { + "stars": 1, + "last_update": "2025-10-19 22:58:12", + "author_account_age_days": 2875 + }, "https://github.com/Andro-Meta/ComfyUI-Ovis2": { "stars": 5, "last_update": "2025-03-24 04:27:56", @@ -8524,6 +8529,11 @@ "last_update": "2025-07-12 12:45:36", "author_account_age_days": 2349 }, + "https://github.com/cybernaut4/comfyui_arkl1te_toolkit": { + "stars": 0, + "last_update": "2025-10-20 01:44:33", + "author_account_age_days": 1923 + }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", @@ -9759,6 +9769,11 @@ "last_update": "2024-10-02 13:15:26", "author_account_age_days": 384 }, + "https://github.com/guyouyue/ComfyUI_VideoAutoSplit": { + "stars": 0, + "last_update": "2025-10-20 02:50:16", + "author_account_age_days": 924 + }, "https://github.com/gvfarns/comfyui_gvf": { "stars": 0, "last_update": "2025-07-30 21:33:13", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 63f68ff3..e785a219 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "pacchikAI", + "title": "comfyui_pacchik_window [UNSAFE]", + "reference": "https://github.com/pacchikAI/comfyui_pacchik_window", + "files": [ + "https://github.com/pacchikAI/comfyui_pacchik_window" + ], + "install_type": "git-clone", + "description": "A simple ComfyUI node that takes any window you have as an Input to ComfyUI node\nNOTE: WORKS IN WINDOWS ONLY[w/This nodepack has a feature that can retrieve your screen information remotely.]" + }, { "author": "EricRollei", "title": "Hyper-ComfyUI: HYPIR Image Restoration Node [WIP]", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 89a64d7a..72cd9b03 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -9489,6 +9489,14 @@ "title_aux": "ImagePromptBatch [UNSAFE]" } ], + "https://github.com/pacchikAI/comfyui_pacchik_window": [ + [ + "DynamicSelectionNode" + ], + { + "title_aux": "comfyui_pacchik_window [UNSAFE]" + } + ], "https://github.com/pamparamm/ComfyUI-ppm": [ [ "AttentionCouplePPM", diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index 5276fdb0..d8faeeff 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -3529,6 +3529,11 @@ "last_update": "2025-05-26 12:48:05", "author_account_age_days": 161 }, + "https://github.com/pacchikAI/comfyui_pacchik_window": { + "stars": 0, + "last_update": "2025-10-20 03:03:26", + "author_account_age_days": 161 + }, "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 221, "last_update": "2025-09-28 00:53:36", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 49168d3f..85803264 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,35 @@ { "custom_nodes": [ + { + "author": "cybernaut4", + "title": "Arkl1te's Toolkit", + "reference": "https://github.com/cybernaut4/comfyui_arkl1te_toolkit", + "files": [ + "https://github.com/cybernaut4/comfyui_arkl1te_toolkit" + ], + "install_type": "git-clone", + "description": "A collection of custom nodes for ComfyUI by Arkl1te" + }, + { + "author": "Analaser", + "title": "ComfyUI-RandomTagWeights", + "reference": "https://github.com/Analaser/ComfyUI-RandomTagWeights", + "files": [ + "https://github.com/Analaser/ComfyUI-RandomTagWeights" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node that randomizes tag weights for text prompts. Useful for dynamic prompt generation or creative experimentation in AI image workflows." + }, + { + "author": "guyouyue", + "title": "ComfyUI_VideoAutoSplit", + "reference": "https://github.com/guyouyue/ComfyUI_VideoAutoSplit", + "files": [ + "https://github.com/guyouyue/ComfyUI_VideoAutoSplit" + ], + "install_type": "git-clone", + "description": "ComfyUI Video Auto-Cropping Tool — includes keyframe detection and automatic segmentation/saving based on keyframes." + }, { "author": "OmiX", "title": "OmiXdev Custom Nodes", @@ -661,26 +691,6 @@ ], "install_type": "git-clone", "description": "Custom ComfyUI nodes for enhanced text and image processing" - }, - { - "author": "silveroxides", - "title": "ComfyUI_Hybrid-Scaled_fp8-Loader", - "reference": "https://github.com/silveroxides/ComfyUI_Hybrid-Scaled_fp8-Loader", - "files": [ - "https://github.com/silveroxides/ComfyUI_Hybrid-Scaled_fp8-Loader" - ], - "install_type": "git-clone", - "description": "Custom Loader for scaled_fp8 models with hybrid precision layers." - }, - { - "author": "LukeCoulson1", - "title": "ComfyUI LoRA Combine Node", - "reference": "https://github.com/LukeCoulson1/Comfyui_LoraCombine", - "files": [ - "https://github.com/LukeCoulson1/Comfyui_LoraCombine" - ], - "install_type": "git-clone", - "description": "A custom ComfyUI node that allows you to combine two LoRAs with adjustable strengths and multiple merging methods." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 81a598ab..022aa66d 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2403,6 +2403,14 @@ "title_aux": "Jovimetrix" } ], + "https://github.com/Analaser/ComfyUI-RandomTagWeights": [ + [ + "RandomTagWeights" + ], + { + "title_aux": "ComfyUI-RandomTagWeights" + } + ], "https://github.com/Andro-Meta/ComfyUI-Ovis2": [ [ "Ovis2ImageCaption", @@ -24037,6 +24045,17 @@ "title_aux": "Seb Nodes" } ], + "https://github.com/cybernaut4/comfyui_arkl1te_toolkit": [ + [ + "AnythingToString", + "Concatenate", + "GetNewFileIndex", + "PadZeroes" + ], + { + "title_aux": "Arkl1te's Toolkit" + } + ], "https://github.com/czcz1024/Comfyui-FaceCompare": [ [ "FaceCompare" @@ -24730,7 +24749,8 @@ ], "https://github.com/diffussy69/comfyui-curved_weight_schedule": [ [ - "CurvedTimestepKeyframes" + "CurvedTimestepKeyframes", + "MultiMaskStrengthCombiner" ], { "title_aux": "ComfyUI-curved_weight_schedule" @@ -27264,6 +27284,7 @@ "SeedanceImageToVideo_fal", "SeedanceTextToVideo_fal", "SeedreamV4Edit_fal", + "Seedvr_Upscaler_fal", "Upscaler_fal", "VLM_fal", "Veo2ImageToVideo_fal", @@ -27718,6 +27739,15 @@ "title_aux": "guy-nodes-comfyui" } ], + "https://github.com/guyouyue/ComfyUI_VideoAutoSplit": [ + [ + "ExtractKeyFrames", + "ExtractKeyFramesAndSplit" + ], + { + "title_aux": "ComfyUI_VideoAutoSplit" + } + ], "https://github.com/gvfarns/comfyui_gvf": [ [ "CheckpointLoaderWithName", @@ -43575,6 +43605,7 @@ "Empty Image Node", "JSON Parser Node", "LoadImageFromUrlNode", + "RemoveEmptyLinesNode", "SaveVideoRGBA", "TextToImageNode" ],