From 5621dcb8c6f0b1520ba77fd7f4e1c2eccb252670 Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 8 Sep 2025 17:30:32 +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 --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e1f5f08a..fed6eac4 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",