From 97b55a0da670a742bde77a3d4f3ffb25f4b14d5c Mon Sep 17 00:00:00 2001 From: Timofey Valov <71039576+valofey@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:15:42 +0300 Subject: [PATCH] OpenRouter node (#1086) * Update custom-node-list.json * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 34a6422b..1daf749b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -15220,6 +15220,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "valofey", + "title": "OpenRouter Node", + "reference": "https://github.com/valofey/Openrouter-Node", + "files": [ + "https://github.com/valofey/Openrouter-Node" + ], + "install_type": "git-clone", + "description": "This is a node to use OpenRouter API from within ComfyUI. It supports both prompt and image+prompt requests (for multimodal LLMs)." } ] }