ComfyUI-LLM-Helper

ComfyUI-LLM-Helper
★ 2

大语言模型ComfyUIAPI 集成辅助节点
为 ComfyUI 提供与大语言模型(LLM) API 交互的辅助节点集合,简化请求构建、参数处理并便于与其他 LLM 自定义节点协同使用。
💡 在 ComfyUI 中快速集成并调用外部 LLM API。
🍴 1 Forks💻 Python🔄 2026-01-21
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/e00a65475347
📦 requirements.txt
python-dotenv
📄 README

ComfyUI LLM Helper

A collection of helper nodes for working with LLM APIs in ComfyUI, intended to complement other LLM custom nodes.

Installation

cd ComfyUI/custom_nodes
git clone https://github.com/bedovyy/ComfyUI-LLM-Helper
cd ComfyUI-LLM-Helper
pip install -r requirements.txt

Usage

LLMHelper GET /models

  • Set your LLM server’s base_url and select API key from environment variables (loaded securely from ComfyUI/.env).
  • Click “Update model names” to query the real /models endpoint and instantly refresh the model_name dropdown with available models, then use the outputs downstream.
  • LLMHelper POST /models/unload

  • Sends an unload request to llama-server when running in router mode, freeing the model from memory.
  • Example