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." + },