From 315a9fc0d1b970afe452cb688404633f97db078a Mon Sep 17 00:00:00 2001 From: Jurdn Date: Sat, 28 Dec 2024 16:09:31 -0500 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 2433de81..c0a800cb 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -18978,5 +18978,17 @@ "install_type": "git-clone", "description": "This node pack helps to convert various files to Markdown. It supports pdf, pptx, xlsx, docx, html and image files." } + { + "author": "Jurdn", + "title": "Jurdns Groq API Node", + "id": "jurdnsgroqapinode", + "reference": "https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node", + "files": [ + "https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node" + ], + "pip": ["groq"], + "install_type": "git-clone", + "description": "This node utilizes the Groq.com API to enhance prompts. (Place API key and main system prompt in the groq_config.json)" + } ] }