From 1231a974ce65c84c7bfea60a8b279b66164a65b0 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" <128333288+ltdrdata@users.noreply.github.com> Date: Wed, 28 Jan 2026 01:55:50 +0900 Subject: [PATCH] Modify LoraHelper Chat Nodes entry in custom-node-list Updated reference URL and install type for LoraHelper Chat Nodes. --- custom-node-list.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 8c3aa341..a4e53a14 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -41872,11 +41872,15 @@ "description": "Various image processing nodes." }, { - "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", + "title": "LoraHelper Chat Nodes", + "reference": "https://github.com/frankluise5220/ComfyUI-Lorahelper", "nodename_pattern": "UniversalGGUFLoader|UniversalAIChat|LH_History_Monitor", + "files": [ + "https://github.com/frankluise5220/ComfyUI-Lorahelper" + ], + "install_type": "git-clone", + "description": "LLM-based chat nodes for image description, tagging and prompt enhancement using GGUF models", "tags": ["llm", "vision", "prompt generation", "lora", "Qwen3"] }, {