From 2e9b6390811543509dfa54ddc3003fc216f14a34 Mon Sep 17 00:00:00 2001 From: KingManiya Date: Tue, 21 Apr 2026 22:15:33 +0400 Subject: [PATCH] feat: add LLM Text Processor node --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b2d55f09..cef4b7bc 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -46077,6 +46077,16 @@ "install_type": "git-clone", "description": "Personal ComfyUI 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." + },