From e3f4e2651dbb3155d836a6b0a66a4d6889b31ddf Mon Sep 17 00:00:00 2001 From: frankluise5220 Date: Sun, 11 Jan 2026 22:01:52 +0800 Subject: [PATCH] Add LoraHelper Chat custom nodes Adds LLM-based chat nodes for image description and prompt enhancement. --- custom-node-list.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 5bdfe095..2d3f7b81 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -41243,6 +41243,14 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "title": "LoraHelper Chat Nodes", + "reference": "https://github.com/frankluise5220/ComfyUI-lorahelper", + "description": "LLM-based chat nodes for image description, tagging and prompt enhancement using GGUF models", + "author": "frankluise5220", + "nodename_pattern": "UniversalGGUFLoader|UniversalAIChat|LH_History_Monitor" + "tags": ["llm", "vision", "prompt generation", "lora", "Qwen3"] + } ] }