From 1c336dad6bd98f97f608272699b14c211791a71b Mon Sep 17 00:00:00 2001 From: Uygar Date: Wed, 23 Jul 2025 20:01:31 +0300 Subject: [PATCH] ComfyUI-Artha-Gemini custom node (#2024) * Add files via upload * Update custom-node-list.json --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 06d407db..9c5fe1be 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -30225,6 +30225,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Cyrostar", + "title": "ComfyUI-Artha-Gemini", + "id": "comfyui-artha-gemini", + "reference": "https://github.com/Cyrostar/ComfyUI-Artha-Gemini", + "files": [ + "https://github.com/Cyrostar/ComfyUI-Artha-Gemini" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for interacting with the Gemini api for image and video generation prompting." } ] }