feat: add LLM Text Processor node

This commit is contained in:
KingManiya 2026-04-21 22:15:33 +04:00
parent d57c142019
commit 2e9b639081

View File

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