From 456222387b1418ace7e82a43bfe14976447b2be2 Mon Sep 17 00:00:00 2001 From: LK Studio <163685473+lks-ai@users.noreply.github.com> Date: Mon, 27 May 2024 12:54:46 +0100 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 68f26327..d7daf645 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -9840,6 +9840,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "lks-ai", + "title": "ComfyUI AnyNode: Any Node you ask for", + "reference": "https://github.com/lks-ai/anynode", + "files": [ + "https://github.com/lks-ai/anynode/blob/main/nodes/any.py" + ], + "install_type": "git-clone", + "description": "Nodes: AnyNode. Nodes that can be anything you ask. Auto-Generate functional nodes using LLMs. Create impossible workflows. API Compatibility: (OpenAI, LocalLLMs, Gemini)." + }, ] }