A ComfyUI custom node for Google's Gemini 2.5 Flash Image (aka "Nano Banana") model - the state-of-the-art image generation and editing AI.
-
Navigate to your ComfyUI custom nodes directory:
cd ComfyUI/custom_nodes -
Clone this repository:
git clone https://github.com/SSYCloud/comfyui-nano-banana-ssy -
Install required dependencies:
pip install -r requirements.txt
This custom node allows you to use Google's Gemini 2.5 Flash Image (Nano Banana) model directly within ComfyUI. The node communicates with the ssy API to generate and edit images using the Nano Banana model.
Before using the node, you'll need to set up your API key for the ssy service. Add your API key to the node configuration.
- Image generation from text prompts
- Image editing capabilities
- State-of-the-art results with the Nano Banana model
Check the example_workflows folder for a sample workflow demonstrating how to use the Nano Banana node.
This project is licensed under the MIT License - see the LICENSE file for details.
