From 0c4b66f30276bfc95b7f42dc9526f8e791bc54cb Mon Sep 17 00:00:00 2001 From: daehwa Date: Sun, 31 Aug 2025 16:02:48 +0900 Subject: [PATCH] Add ComfyUI-NanoBananaAPI node entry --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 84807567..45c62576 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -32349,6 +32349,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",