From dc0f66f04249560242ac4308d72f899ccab73c94 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Mon, 11 May 2026 20:38:32 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 10 ++++++++++ node_db/new/custom-node-list.json | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 4a542998..846c4cf6 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -47183,6 +47183,16 @@ "install_type": "git-clone", "description": "VolcEngine (火山引擎) video and image generation nodes. Supports Seedance (text-to-video, image-to-video with audio reference) and Seedream (text-to-image, image-to-image) models via Ark API." }, + { + "author": "KingManiya", + "title": "LLM Text Processor", + "reference": "https://github.com/KingManiya/ComfyUI-LLM-text-processor", + "files": [ + "https://github.com/KingManiya/ComfyUI-LLM-text-processor" + ], + "install_type": "git-clone", + "description": "Process text and images with GGUF LLMs in ComfyUI using llama.cpp, including Qwen3-VL, Qwen3.5, Qwen3.6, Gemma 4, and gpt-oss." + }, diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index af70fb77..197a274b 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "KingManiya", + "title": "LLM Text Processor", + "reference": "https://github.com/KingManiya/ComfyUI-LLM-text-processor", + "files": [ + "https://github.com/KingManiya/ComfyUI-LLM-text-processor" + ], + "install_type": "git-clone", + "description": "Process text and images with GGUF LLMs in ComfyUI using llama.cpp, including Qwen3-VL, Qwen3.5, Qwen3.6, Gemma 4, and gpt-oss." + }, { "author": "gzsiang", "title": "ComfyUI-VolcEngine",