Add LoraHelper Chat custom nodes

Adds LLM-based chat nodes for image description and prompt enhancement.
This commit is contained in:
frankluise5220 2026-01-11 22:01:52 +08:00 committed by GitHub
parent 2416aa2fc9
commit e3f4e2651d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41243,6 +41243,14 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "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"]
}
] ]
} }