From c72bc4e171fa7d9763dad2e6c30d40c5aeecea65 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Tue, 26 May 2026 08:56:59 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 40 +++++++++++++++++++++++++++++++ node_db/new/custom-node-list.json | 40 +++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index a28444a0..3f322711 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -7870,6 +7870,16 @@ "install_type": "git-clone", "description": "Custom nodes for ComfyUI that generate multiple images in a single GPU batch with different seeds." }, + { + "author": "adbrasi", + "title": "prompta_generita_lite", + "reference": "https://github.com/adbrasi/prompta_generita_lite", + "files": [ + "https://github.com/adbrasi/prompta_generita_lite" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI node for generating prompts by combining manual character descriptions, outfit sections, and .txt file lines. (Description by CC)" + }, { "author": "mbrostami", "title": "ComfyUI-HF", @@ -49378,6 +49388,16 @@ "install_type": "git-clone", "description": "ComfyUI custom node for separating instrumental and vocal stems using the bundled MDX model without external UVR dependencies." }, + { + "author": "DEMOUSL", + "title": "comfyui_merge_video", + "reference": "https://github.com/DEMOUSL/comfyui_merge_video", + "files": [ + "https://github.com/DEMOUSL/comfyui_merge_video" + ], + "install_type": "git-clone", + "description": "Video Merge Node that combines image batches with SRT text, audio padding, and mixes voice and background music into final video output." + }, { "author": "cvlases", "title": "creative-code", @@ -49618,6 +49638,26 @@ "install_type": "git-clone", "description": "A switcher that allows specify conditions and inputs/outputs individually" }, + { + "author": "CalaKuad1", + "title": "ComfyUI-PixelArt-Unfaker", + "reference": "https://github.com/CalaKuad1/ComfyUI-PixelArt-Unfaker", + "files": [ + "https://github.com/CalaKuad1/ComfyUI-PixelArt-Unfaker" + ], + "install_type": "git-clone", + "description": "A powerful custom node for ComfyUI that transforms fake or blurry AI-generated pixel art into true, crisp, mathematically perfect pixel art." + }, + { + "author": "blackmeat1225", + "title": "ComfyUI-Qwen2.5-VL-7B-OPENVINO", + "reference": "https://github.com/blackmeat1225/ComfyUI-Qwen2.5-VL-7B-OPENVINO", + "files": [ + "https://github.com/blackmeat1225/ComfyUI-Qwen2.5-VL-7B-OPENVINO" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node that unleashes Intel CPU + iGPU power via OpenVINO." + }, { "author": "Ser-Hilary", "title": "SDXL_sizing", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 9495f352..fce785ba 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,45 @@ { "custom_nodes": [ + { + "author": "blackmeat1225", + "title": "ComfyUI-Qwen2.5-VL-7B-OPENVINO", + "reference": "https://github.com/blackmeat1225/ComfyUI-Qwen2.5-VL-7B-OPENVINO", + "files": [ + "https://github.com/blackmeat1225/ComfyUI-Qwen2.5-VL-7B-OPENVINO" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node that unleashes Intel CPU + iGPU power via OpenVINO." + }, + { + "author": "CalaKuad1", + "title": "ComfyUI-PixelArt-Unfaker", + "reference": "https://github.com/CalaKuad1/ComfyUI-PixelArt-Unfaker", + "files": [ + "https://github.com/CalaKuad1/ComfyUI-PixelArt-Unfaker" + ], + "install_type": "git-clone", + "description": "A powerful custom node for ComfyUI that transforms fake or blurry AI-generated pixel art into true, crisp, mathematically perfect pixel art." + }, + { + "author": "DEMOUSL", + "title": "comfyui_merge_video", + "reference": "https://github.com/DEMOUSL/comfyui_merge_video", + "files": [ + "https://github.com/DEMOUSL/comfyui_merge_video" + ], + "install_type": "git-clone", + "description": "Video Merge Node that combines image batches with SRT text, audio padding, and mixes voice and background music into final video output." + }, + { + "author": "adbrasi", + "title": "prompta_generita_lite", + "reference": "https://github.com/adbrasi/prompta_generita_lite", + "files": [ + "https://github.com/adbrasi/prompta_generita_lite" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI node for generating prompts by combining manual character descriptions, outfit sections, and .txt file lines. (Description by CC)" + }, { "author": "kevinkessler", "title": "Mask Batch Union",