python-dotenv

A collection of helper nodes for working with LLM APIs in ComfyUI, intended to complement other LLM custom nodes.
cd ComfyUI/custom_nodes
git clone https://github.com/bedovyy/ComfyUI-LLM-Helper
cd ComfyUI-LLM-Helper
pip install -r requirements.txt
LLMHelper GET /modelsbase_url and select API key from environment variables (loaded securely from ComfyUI/.env).model_name dropdown with available models, then use the outputs downstream.LLMHelper POST /models/unloadllama-server when running in router mode, freeing the model from memory.