From c452524e3e3994b9a931a5834002830112dfb59b Mon Sep 17 00:00:00 2001 From: tianyuw Date: Sun, 26 Jan 2025 01:10:53 -0800 Subject: [PATCH] add custom node ComfyUI-LLM-API to custom-node-list.json (#1479) --- custom-node-list.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 02956750..4189fedc 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -20528,6 +20528,15 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "danielw", + "title": "Custom nodes for llm chat with optional image input", + "id": "llm-api", + "reference": "https://github.com/tianyuw/ComfyUI-LLM-API", + "files": ["https://github.com/tianyuw/ComfyUI-LLM-API"], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that enables Large Language Model (LLM) chat interactions with optional image input support." + } ] }