From 5d708583415191e8fd3b102d465756939e649d38 Mon Sep 17 00:00:00 2001 From: darkamenosa Date: Tue, 9 Sep 2025 05:39:31 +0700 Subject: [PATCH] Add Comfy Nano Banana - Interact directly with Gemini API using your own API key, also add custom batch images node to avoid chaining a lot of nodes (#2141) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 8b75c6c4..8217e788 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6708,6 +6708,17 @@ "install_type": "git-clone", "description": "GLM4 Vision Integration" }, + { + "author": "darkamenosa", + "title": "Comfy Nano Banana", + "id": "comfy-nanobanana", + "reference": "https://github.com/darkamenosa/comfy_nanobanana", + "files": [ + "https://github.com/darkamenosa/comfy_nanobanana" + ], + "install_type": "git-clone", + "description": "Google Gemini API integration for ComfyUI - Generate images and text using Google's latest AI models. Provides nodes for Gemini API interactions and batch image processing." + }, { "author": "darkpixel", "title": "DarkPrompts",