From 9156d6bdba92075a45784cef5c6efaddbaabbe95 Mon Sep 17 00:00:00 2001 From: CY-CHENYUE <153368169+CY-CHENYUE@users.noreply.github.com> Date: Sat, 15 Mar 2025 20:01:36 +0800 Subject: [PATCH] Update custom-node-list.json (#1660) * 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 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 992e8578..5ae76669 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -22732,6 +22732,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "CY-CHENYUE", + "title": "ComfyUI-Gemini-API", + "id": "ComfyUI-Gemini-API", + "reference": "https://github.com/CY-CHENYUE/ComfyUI-Gemini-API", + "files": [ + "https://github.com/CY-CHENYUE/ComfyUI-Gemini-API" + ], + "description": "A custom node for ComfyUI to integrate Google Gemini API.", + "install_type": "git-clone" } ] }