From 31eef6222e93b5d076cd249835fb7a525bcfed59 Mon Sep 17 00:00:00 2001 From: benjamin-bertram <54454305+benjamin-bertram@users.noreply.github.com> Date: Thu, 13 Feb 2025 13:06:30 +0100 Subject: [PATCH] Add LLM-Polymath (#1534) * Add LLM-Polymath * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 9c2ae4ab..e9ee9b91 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -21381,6 +21381,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "lum3on", + "title": "LLM Polymath Chat Node", + "id": "polymath", + "reference": "https://github.com/lum3on/comfyui_LLM_Polymath", + "files": [ + "https://github.com/lum3on/comfyui_LLM_Polymath" + ], + "install_type": "git-clone", + "description": "Advanced LLM driven node with many custom instructions, including node finder, expert prompter and json converter." } ] }