From 2c976d93940ba34d7b9e2ce3165e1904180ac257 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 12 Jul 2025 05:54:51 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 20 ++++++++++++ extension-node-map.json | 18 +++++++++++ node_db/dev/custom-node-list.json | 28 +++++++++++++--- node_db/dev/extension-node-map.json | 45 ++++++++++++++++++++++++-- node_db/dev/github-stats.json | 5 --- node_db/new/custom-node-list.json | 20 ++++++++++++ node_db/new/extension-node-map.json | 18 +++++++++++ node_db/tutorial/custom-node-list.json | 10 ++++++ 8 files changed, 152 insertions(+), 12 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 1f3826b1..56625785 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -29140,6 +29140,26 @@ "install_type": "copy", "description": "Excel spreadsheet-driven ComfyUI nodes that let you load models, values, and workflows based on saved rows in Excel. Great for organizing and switching between CLIPs, VAEs, LoRAs, and more." }, + { + "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." + }, + { + "author": "company8", + "title": "ComfyUI_LLM_Hub", + "reference": "https://github.com/company8/ComfyUI_LLM_Hub", + "files": [ + "https://github.com/company8/ComfyUI_LLM_Hub" + ], + "install_type": "git-clone", + "description": "A prompt-generator for ComfyUI, utilizing the power of a language model to turn a provided text-to-image prompt into a more detailed and improved prompt." + }, diff --git a/extension-node-map.json b/extension-node-map.json index 831e324d..c8915b44 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -20122,6 +20122,16 @@ "title_aux": "ComfyUI_experiments" } ], + "https://github.com/company8/ComfyUI_LLM_Hub": [ + [ + "Generated_Output", + "LLM_Hub", + "LLM_Settings" + ], + { + "title_aux": "ComfyUI_LLM_Hub" + } + ], "https://github.com/concarne000/ConCarneNode": [ [ "BingImageGrabber", @@ -34666,6 +34676,14 @@ "title_aux": "ComfyUI_EmbeddingToolkit" } ], + "https://github.com/silveroxides/ComfyUI_PowerShiftScheduler": [ + [ + "PowerShiftScheduler" + ], + { + "title_aux": "ComfyUI Power Shift Scheduler" + } + ], "https://github.com/silveroxides/ComfyUI_SigmoidOffsetScheduler": [ [ "SigmoidOffsetScheduler" diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 8af31fc0..6dcecbc0 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,25 @@ { "custom_nodes": [ + { + "author": "PaleBloodq", + "title": "ComfyUI-HFTransformers", + "reference": "https://github.com/PaleBloodq/ComfyUI-HFTransformers", + "files": [ + "https://github.com/PaleBloodq/ComfyUI-HFTransformers" + ], + "install_type": "git-clone", + "description": "NODES: HFT Pipeline Loader, HFT Classifier, HFT Classification Selector, HFT Object Detector, HFT Image to Text, HFT Depth Estimator" + }, + { + "author": "whmc76", + "title": "ComfyUI-AudioSuiteAdvanced [WIP]", + "reference": "https://github.com/whmc76/ComfyUI-AudioSuiteAdvanced", + "files": [ + "https://github.com/whmc76/ComfyUI-AudioSuiteAdvanced" + ], + "install_type": "git-clone", + "description": "A ComfyUI plugin for processing long text files and generating speech, supporting features such as audio separation, text segmentation, and audio merging.\nNOTE: The files in the repo are not organized." + }, { "author": "Letz-AI", "title": "ComfyUI-LetzAI [UNSAFE]", @@ -52,13 +72,13 @@ }, { "author": "Vkabuto23", - "title": "comfyui_openrouter [UNSAFE]", - "reference": "https://github.com/Vkabuto23/comfyui_openrouter", + "title": "ComfyUI Custom Nodes: OpenRouter & Ollama [UNSAFE]", + "reference": "https://github.com/Vkabuto23/comfyui_openrouter_ollama", "files": [ - "https://github.com/Vkabuto23/comfyui_openrouter" + "https://github.com/Vkabuto23/comfyui_openrouter_ollama" ], "install_type": "git-clone", - "description": "comfyui openrouter nodes[w/The API key is embedded in the workflow.]" + "description": "ComfyUI Custom Nodes: OpenRouter & Ollama[w/The API key is embedded in the workflow.]" }, { "author": "subnet99", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 129c5cec..2877139e 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -2775,6 +2775,19 @@ "title_aux": "comfyui-giraffe-test-panel" } ], + "https://github.com/PaleBloodq/ComfyUI-HFTransformers": [ + [ + "HFTCaptioner", + "HFTClassificationSelector", + "HFTClassifier", + "HFTDepthEstimator", + "HFTLoader", + "HFTObjectDetector" + ], + { + "title_aux": "ComfyUI-HFTransformers" + } + ], "https://github.com/PeterMikhai/Doom_Flux_NodePack": [ [ "DoomFluxInpaintSampler", @@ -3009,8 +3022,10 @@ "https://github.com/SaulQiu/comfyui-saul-plugin": [ [ "Cutting Video", + "Extract the First Frame", "Fuse People and Cigarette", "Get Pose", + "Path Pose to People", "Smoking Auto Label" ], { @@ -3490,7 +3505,9 @@ "Incrementer", "Indexed Entry", "List Count", - "Random Entry" + "Process Path Name", + "Random Entry", + "Randomize List" ], { "title_aux": "ComfyUI-TinyBee" @@ -3545,13 +3562,15 @@ "title_aux": "ve_custom_comfyui_nodes" } ], - "https://github.com/Vkabuto23/comfyui_openrouter": [ + "https://github.com/Vkabuto23/comfyui_openrouter_ollama": [ [ + "OllamaNode", + "OllamaVisionNode", "OpenRouterNode", "OpenRouterVisionNode" ], { - "title_aux": "comfyui_openrouter [UNSAFE]" + "title_aux": "ComfyUI Custom Nodes: OpenRouter & Ollama [UNSAFE]" } ], "https://github.com/WASasquatch/ASTERR": [ @@ -9307,9 +9326,29 @@ "title_aux": "FindBrightestSpot [WIP]" } ], + "https://github.com/whmc76/ComfyUI-AudioSuiteAdvanced": [ + [ + "AudioConcatenateFree", + "AudioSeparation", + "CharacterVocalExtractor", + "CharacterVocalExtractorMultiTrack", + "CombineAudioFromList", + "IndexSelectFromList", + "ListLength", + "LongTextSplitter", + "MakeAudioBatch", + "SubtitleFileLoader" + ], + { + "title_aux": "ComfyUI-AudioSuiteAdvanced [WIP]" + } + ], "https://github.com/whmc76/ComfyUI-LongTextTTSSuite": [ [ "AudioConcatenateFree", + "AudioSeparation", + "CharacterVocalExtractor", + "CharacterVocalExtractorMultiTrack", "CombineAudioFromList", "IndexSelectFromList", "ListLength", diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index 09bc9cd5..e473eb80 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -1079,11 +1079,6 @@ "last_update": "2024-07-17 11:51:54", "author_account_age_days": 386 }, - "https://github.com/Vkabuto23/comfyui_openrouter": { - "stars": 1, - "last_update": "2025-07-10 16:38:06", - "author_account_age_days": 393 - }, "https://github.com/WASasquatch/ASTERR": { "stars": 30, "last_update": "2024-10-27 01:48:56", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index b71b4133..a42c1280 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "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." + }, { "author": "IsItDanOrAi", "title": "exLoadout: Excel-Based Model & Settings Loader", @@ -11,6 +21,16 @@ "install_type": "copy", "description": "Excel spreadsheet-driven ComfyUI nodes that let you load models, values, and workflows based on saved rows in Excel. Great for organizing and switching between CLIPs, VAEs, LoRAs, and more." }, + { + "author": "company8", + "title": "ComfyUI_LLM_Hub", + "reference": "https://github.com/company8/ComfyUI_LLM_Hub", + "files": [ + "https://github.com/company8/ComfyUI_LLM_Hub" + ], + "install_type": "git-clone", + "description": "A prompt-generator for ComfyUI, utilizing the power of a language model to turn a provided text-to-image prompt into a more detailed and improved prompt." + }, { "author": "XmYx", "title": "ComfyUI-SmolLM3", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 831e324d..c8915b44 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -20122,6 +20122,16 @@ "title_aux": "ComfyUI_experiments" } ], + "https://github.com/company8/ComfyUI_LLM_Hub": [ + [ + "Generated_Output", + "LLM_Hub", + "LLM_Settings" + ], + { + "title_aux": "ComfyUI_LLM_Hub" + } + ], "https://github.com/concarne000/ConCarneNode": [ [ "BingImageGrabber", @@ -34666,6 +34676,14 @@ "title_aux": "ComfyUI_EmbeddingToolkit" } ], + "https://github.com/silveroxides/ComfyUI_PowerShiftScheduler": [ + [ + "PowerShiftScheduler" + ], + { + "title_aux": "ComfyUI Power Shift Scheduler" + } + ], "https://github.com/silveroxides/ComfyUI_SigmoidOffsetScheduler": [ [ "SigmoidOffsetScheduler" diff --git a/node_db/tutorial/custom-node-list.json b/node_db/tutorial/custom-node-list.json index 391090cd..9789e512 100644 --- a/node_db/tutorial/custom-node-list.json +++ b/node_db/tutorial/custom-node-list.json @@ -331,6 +331,16 @@ ], "description": "Dynamic Node examples for ComfyUI", "install_type": "git-clone" + }, + { + "author": "Jonathon-Doran", + "title": "remote-combo-demo", + "reference": "https://github.com/Jonathon-Doran/remote-combo-demo", + "files": [ + "https://github.com/Jonathon-Doran/remote-combo-demo" + ], + "install_type": "git-clone", + "description": "A minimal test suite demonstrating how remote COMBO inputs behave in ComfyUI, with and without force_input" } ] } \ No newline at end of file