From 6c2d2cae2a9eb70a207cc03a25ab929a9c59b9c8 Mon Sep 17 00:00:00 2001 From: daehwa Date: Sun, 31 Aug 2025 17:22:18 +0900 Subject: [PATCH] Add ComfyUI-NanoBananaAPI node entry (#2115) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index c4ce9f87..d57f555b 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -32358,6 +32358,16 @@ ], "install_type": "unzip", "description": "Various image processing nodes." + }, + { + "author": "daehwa", + "title": "ComfyUI-NanoBananaAPI", + "reference": "https://github.com/daehwa00/ComfyUI-NanoBananaAPI", + "files": [ + "https://github.com/daehwa00/ComfyUI-NanoBananaAPI" + ], + "install_type": "git-clone", + "description": "Creates images using the NanoBanana API. To use it, you must enter your issued API key." }, { "author": "aimingfail",