Update custom-node-list.json

This commit is contained in:
Timofey Valov 2024-09-26 18:12:39 +03:00 committed by GitHub
parent cb8bcd7edf
commit a3587c8b2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15220,6 +15220,16 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "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/raw/main/openrouter_node.py"
],
"install_type": "copy",
"description": "This is a node to use OpenRouter API from within ComfyUI. It supports both prompt and image+prompt requests (for multimodal LLMs)."
} }
] ]
} }