From 9b32162906c2cf73e36b6e0b27aef52427dd30dd Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 9 Aug 2025 15:13:30 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 11 +++++++++++ extension-node-map.json | 21 +++++++++++++++++++-- github-stats.json | 5 +++++ node_db/dev/custom-node-list.json | 10 ++++++++++ node_db/dev/extension-node-map.json | 3 ++- node_db/dev/github-stats.json | 5 +++++ node_db/new/custom-node-list.json | 20 ++++++++++---------- node_db/new/extension-node-map.json | 21 +++++++++++++++++++-- 8 files changed, 81 insertions(+), 15 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 76a60bac..6af66082 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -30627,6 +30627,17 @@ "install_type": "git-clone", "description": "Advanced/Experimental VACE nodes for WAN video models in ComfyUI." }, + { + "author": "Lovzu", + "title": "KittenTTS Node for Voice Generation", + "reference": "https://github.com/Lovzu/ComfyUI-KittenTTS", + "files": [ + "https://github.com/Lovzu/ComfyUI-KittenTTS" + ], + "install_type": "git-clone", + "description": "Ultra-lightweight text-to-speech model with just 15 million parameters" + }, + diff --git a/extension-node-map.json b/extension-node-map.json index d40ba670..bf84a04a 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -3777,7 +3777,6 @@ "HFHubLoraLoader", "ImageScaleDownBy", "ImageToMultipleOf", - "KikoEmbeddingAutocomplete", "KikoFilmGrain", "KikoSaveImage", "LoRAFolderBatch", @@ -8572,6 +8571,14 @@ "title_aux": "COMFYUI-ReplacePartOfImage" } ], + "https://github.com/Lovzu/ComfyUI-KittenTTS": [ + [ + "KittenTTS" + ], + { + "title_aux": "KittenTTS Node for Voice Generation" + } + ], "https://github.com/Ltamann/ComfyUI-TBG-ETUR": [ [ "AIO_Preprocessor", @@ -18556,6 +18563,8 @@ "AD_sch_prompt_stack", "AD_sch_value", "AD_slice_Condi", + "AI_GLM4", + "AI_Ollama", "Amp_audio_Normalized", "Amp_drive_String", "Amp_drive_mask", @@ -18580,6 +18589,10 @@ "Data_preset_save", "Data_sampleData", "Data_select", + "DoubaoAPI", + "DoubaoConfig", + "DoubaoTextChat", + "DoubaoVisionChat", "IO_adjust_image", "IO_clear_cache", "IO_input_any", @@ -18699,6 +18712,7 @@ "excel_Prompter", "excel_column_diff", "excel_insert_image", + "excel_qwen_font", "excel_read", "excel_row_diff", "excel_search_data", @@ -25327,12 +25341,14 @@ [ "WWAA-BuildString", "WWAA-LineCount", + "WWAA_AdvancedGridLayoutNode", "WWAA_AdvancedTextFileReader", "WWAA_DitherNode", "WWAA_GBCamera", "WWAA_GridLayoutNode", "WWAA_ImageLoader", "WWAA_ImageToTextFile", + "WWAA_IndexGridLayoutNode", "WWAA_NestedLoopCounter", "WWAA_PromptWriter", "WWAA_SearchReplaceText", @@ -39849,7 +39865,8 @@ "https://github.com/xs315431/Comfyui_Get_promptId": [ [ "GetPromptId", - "SuccessCallback" + "SuccessCallback", + "UploadVideo" ], { "title_aux": "Comfyui_Get_promptId" diff --git a/github-stats.json b/github-stats.json index 4d2c075a..e7c908d4 100644 --- a/github-stats.json +++ b/github-stats.json @@ -3094,6 +3094,11 @@ "last_update": "2025-06-17 05:53:17", "author_account_age_days": 2851 }, + "https://github.com/Lovzu/ComfyUI-KittenTTS": { + "stars": 0, + "last_update": "2025-08-09 06:04:38", + "author_account_age_days": 194 + }, "https://github.com/Ltamann/ComfyUI-TBG-ETUR": { "stars": 28, "last_update": "2025-08-04 17:55:39", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 9f949e1f..8ba6e453 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "Lovzu", + "title": "ComfyUI-Qwen [NAME CONFLICT]", + "reference": "https://github.com/Lovzu/ComfyUI-Qwen", + "files": [ + "https://github.com/Lovzu/ComfyUI-Qwen" + ], + "install_type": "git-clone", + "description": "This custom node Qwen3 designed to integrate with a GPT-based system under the category GPT_QWEN/Qwen. It serves as an interface to interact with the Qwen language model, specifically the 'Qwen/Qwen3-4B-Instruct-2507' variant." + }, { "author": "MatthewClayHarrison", "title": "MetaMan - Universal AI Image Metadata Manager [UNSAFE]", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 45a319c0..79b1e758 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -7237,7 +7237,8 @@ "https://github.com/lggcfx2020/ComfyUI-LGGCFX-Tools": [ [ "LGGCFX_resolution", - "LGGCFX_time_frame" + "LGGCFX_time_frame", + "VRAMReserver" ], { "title_aux": "ComfyUI-LGGCFX-Tools" diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index f6acd977..479c8685 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -744,6 +744,11 @@ "last_update": "2025-02-27 15:07:36", "author_account_age_days": 1340 }, + "https://github.com/Lovzu/ComfyUI-Qwen": { + "stars": 0, + "last_update": "2025-08-09 05:59:53", + "author_account_age_days": 194 + }, "https://github.com/LucianGnn/ComfyUI-Lucian": { "stars": 0, "last_update": "2025-06-18 06:47:37", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 84ac6f4d..5f50e189 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "Lovzu", + "title": "KittenTTS Node for Voice Generation", + "reference": "https://github.com/Lovzu/ComfyUI-KittenTTS", + "files": [ + "https://github.com/Lovzu/ComfyUI-KittenTTS" + ], + "install_type": "git-clone", + "description": "Ultra-lightweight text-to-speech model with just 15 million parameters" + }, { "author": "drozbay", "title": "ComfyUI-WanVaceAdvanced", @@ -686,16 +696,6 @@ ], "install_type": "git-clone", "description": "A custom node pack for ComfyUI that allows you to run Large Language Models (LLMs) locally and use them for prompt generation and other text tasks directly within your ComfyUI workflows." - }, - { - "author": "fcanfora", - "title": "comfyui-camera-tools", - "reference": "https://github.com/fcanfora/comfyui-camera-tools", - "files": [ - "https://github.com/fcanfora/comfyui-camera-tools" - ], - "install_type": "git-clone", - "description": "NODES: Load Camera From File, Load 3D, Load 3D - Animation, Preview 3D, Preview 3D - Animation" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index d40ba670..bf84a04a 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -3777,7 +3777,6 @@ "HFHubLoraLoader", "ImageScaleDownBy", "ImageToMultipleOf", - "KikoEmbeddingAutocomplete", "KikoFilmGrain", "KikoSaveImage", "LoRAFolderBatch", @@ -8572,6 +8571,14 @@ "title_aux": "COMFYUI-ReplacePartOfImage" } ], + "https://github.com/Lovzu/ComfyUI-KittenTTS": [ + [ + "KittenTTS" + ], + { + "title_aux": "KittenTTS Node for Voice Generation" + } + ], "https://github.com/Ltamann/ComfyUI-TBG-ETUR": [ [ "AIO_Preprocessor", @@ -18556,6 +18563,8 @@ "AD_sch_prompt_stack", "AD_sch_value", "AD_slice_Condi", + "AI_GLM4", + "AI_Ollama", "Amp_audio_Normalized", "Amp_drive_String", "Amp_drive_mask", @@ -18580,6 +18589,10 @@ "Data_preset_save", "Data_sampleData", "Data_select", + "DoubaoAPI", + "DoubaoConfig", + "DoubaoTextChat", + "DoubaoVisionChat", "IO_adjust_image", "IO_clear_cache", "IO_input_any", @@ -18699,6 +18712,7 @@ "excel_Prompter", "excel_column_diff", "excel_insert_image", + "excel_qwen_font", "excel_read", "excel_row_diff", "excel_search_data", @@ -25327,12 +25341,14 @@ [ "WWAA-BuildString", "WWAA-LineCount", + "WWAA_AdvancedGridLayoutNode", "WWAA_AdvancedTextFileReader", "WWAA_DitherNode", "WWAA_GBCamera", "WWAA_GridLayoutNode", "WWAA_ImageLoader", "WWAA_ImageToTextFile", + "WWAA_IndexGridLayoutNode", "WWAA_NestedLoopCounter", "WWAA_PromptWriter", "WWAA_SearchReplaceText", @@ -39849,7 +39865,8 @@ "https://github.com/xs315431/Comfyui_Get_promptId": [ [ "GetPromptId", - "SuccessCallback" + "SuccessCallback", + "UploadVideo" ], { "title_aux": "Comfyui_Get_promptId"