From 261eb71172c7355718babd569649953e0be7a36a Mon Sep 17 00:00:00 2001 From: benjamin Date: Tue, 11 Feb 2025 01:29:51 +0100 Subject: [PATCH] Add LLM-Polymath --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index a60e8ed7..87457485 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -21277,6 +21277,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": "copy", + "description": "Advanced LLM driven node with many custom instructions, including node finder, expert prompter and json converter." } ] }