Christmas Sale: Use codeCHRISTMASat checkout for 20% off!
How to Use Nano Banana: Complete Step-by-Step Tutorial
Back to Blog
Tutorial

How to Use Nano Banana: Complete Step-by-Step Tutorial

BananaImg Team
December 3, 2025
10 min read

How to Use Nano Banana: Complete Step-by-Step Tutorial

Learning how to use Nano Banana opens a world of creative possibilities. This comprehensive tutorial covers everything from basic access to advanced techniques, ensuring you can generate stunning AI images regardless of your experience level. Follow these step-by-step instructions to master how to use Nano Banana effectively.

Getting Started with Nano Banana

Before diving into how to use Nano Banana, let's cover the basics.

Prerequisites

To use Nano Banana, you'll need:

  • An internet connection
  • A Google account (for Gemini access) OR
  • Just a web browser (for LMArena access)
  • A creative idea or photo to work with

Choosing Your Platform

There are several ways to use Nano Banana, each with different advantages:

PlatformBest ForCostWatermark
Google GeminiFull features, conversationFree tier + PremiumYes (free tier)
LMArenaFree access, no watermarkFreeNo
Google AI StudioDevelopers, API accessPay per useNo

Method 1: How to Use Nano Banana on Google Gemini

The most integrated experience for how to use Nano Banana comes through Google's Gemini platform.

Step-by-Step Guide for Google Gemini

Step 1: Access Gemini

  • Go to gemini.google.com or open the Gemini app on your mobile device
  • Sign in with your Google account

Step 2: Enable Image Generation

  • Look for the Tools menu at the top of the interface
  • Select "Create Images" from the dropdown options
  • This activates Nano Banana's image generation mode

Step 3: Select the Model

  • Choose "Fast" from the model selector
  • This selects the Nano Banana (Gemini 2.5 Flash Image) model
  • "Quality" selects Nano Banana Pro if available to you

Step 4: Write Your Prompt

  • Type your image description in the chat box
  • Be specific about what you want to create

Example first prompt:

Create a cozy coffee shop interior with warm lighting,
wooden furniture, and plants by the window

Step 5: Generate

  • Press Enter or click Send
  • Wait a few seconds for Nano Banana to generate your image
  • View the result in the chat window

Step 6: Refine Your Image

  • If the result isn't perfect, use conversational editing
  • Type follow-up requests:
    • "Make the lighting warmer"
    • "Add a cat sleeping on a chair"
    • "Change the view outside to a rainy day"

Tips for Best Results on Gemini

  • Start with the basics: Begin with simple prompts, then add detail
  • Use the conversation: Don't regenerate—edit through dialogue
  • Save your favorites: Download images you like immediately
  • Note the watermark: Free tier images have a small watermark

Method 2: How to Use Nano Banana on LMArena

For free access without watermarks, here's how to use Nano Banana on LMArena.

Step-by-Step Guide for LMArena

Step 1: Visit LMArena

  • Go to lmarena.ai in your web browser
  • No account required for basic use

Step 2: Access Direct Chat

  • Click the menu button (usually top right)
  • Select "Direct Chat" from the options

Step 3: Enable Image Mode

  • Look for the image icon at the bottom of the input field
  • Click to enable image generation mode

Step 4: Select Nano Banana

  • Find the model selector dropdown
  • Choose "Gemini 2.5 Flash Image Preview (Nano Banana)"

Step 5: Enter Your Prompt

  • Type your image description
  • Nano Banana understands natural language well

Example prompt:

A magical forest at twilight with glowing mushrooms,
fireflies, and a small wooden bridge over a stream

Step 6: Generate and Download

  • Submit your prompt
  • Wait for the image to generate
  • Right-click to save—no watermark!

Free Access Without Watermarks

LMArena's advantage for how to use Nano Banana:

  • Completely free
  • No watermarks on generated images
  • Great for testing and experimentation
  • Compare different AI models side by side

Method 3: How to Use Nano Banana on Google AI Studio

For developers and technical users, here's how to use Nano Banana through Google AI Studio.

Developer Access Setup

Step 1: Access AI Studio

  • Go to aistudio.google.com
  • Sign in with your Google account

Step 2: Get API Credentials

  • Navigate to the API keys section
  • Generate a new API key
  • Store it securely

Step 3: Enable the Gemini API

  • Go to your Google Cloud Console
  • Enable the Gemini API for your project

API Integration Basics

Step 4: Make Your First API Call

Here's a basic example using Python:

import google.generativeai as genai
 
# Configure with your API key
genai.configure(api_key='YOUR_API_KEY')
 
# Select the Nano Banana model
model = genai.GenerativeModel('gemini-2.5-flash-preview')
 
# Generate an image
response = model.generate_content(
    "Create an image of a sunset over mountains",
    generation_config={"response_mime_type": "image/png"}
)
 
# Save the result
with open("output.png", "wb") as f:
    f.write(response.image)

Step 5: Handle Responses

  • Check for successful generation
  • Handle rate limits appropriately
  • Process and store generated images

When to Use API Access

API access for how to use Nano Banana is best for:

  • Building applications that need image generation
  • Batch processing multiple images
  • Integrating with existing workflows
  • Commercial and business applications

Creating Your First Image

Let's walk through the complete process of how to use Nano Banana for your first image.

Starting with a Simple Prompt

Step 1: Define your idea What do you want to create? Start simple:

  • A portrait
  • A landscape
  • A product shot
  • A creative scene

Step 2: Write a basic prompt

A golden retriever puppy playing in autumn leaves

Step 3: Add detail gradually

A fluffy golden retriever puppy joyfully playing in colorful
autumn leaves in a park, warm afternoon sunlight, happy
expression, leaves flying around, photorealistic style

Evaluating Your Results

When you receive the generated image:

Check the basics:

  • Is the subject correct?
  • Is the style appropriate?
  • Are the colors right?
  • Is the composition good?

Identify needed changes:

  • List what needs adjustment
  • Prioritize the most important changes

Editing Images with Nano Banana

A key skill in how to use Nano Banana is mastering the editing capabilities.

Conversational Editing

Instead of generating new images, refine existing ones through conversation.

Original Generation:

A beach sunset with palm trees

Edit Request 1:

Add a sailboat on the horizon

Edit Request 2:

Make the sky more dramatic with orange and purple colors

Edit Request 3:

Include a couple walking on the beach in the distance

Multi-Step Refinement

Complex images often require multiple refinement steps:

  1. Generate the base image with core elements
  2. Adjust composition if needed
  3. Refine lighting and colors
  4. Add secondary elements
  5. Final polish for details

When to Start Over

Sometimes starting fresh is better than editing:

  • Fundamental composition is wrong
  • Style interpretation is completely off
  • Multiple major elements need changing
  • You want to explore a different direction

Troubleshooting Common Issues

Learning how to use Nano Banana includes handling problems.

Issue: Image Doesn't Match Prompt

Solutions:

  • Make your prompt more specific
  • Break complex requests into steps
  • Remove conflicting instructions
  • Try rephrasing your description

Issue: Text Renders Incorrectly

Solutions:

  • Keep text short (1-3 words work best)
  • Specify font style: "bold sans-serif text"
  • Consider adding text in post-processing
  • Use Nano Banana Pro for better text

Issue: Unwanted Elements Appear

Solutions:

  • Be explicit about what should be included
  • Use editing to remove unwanted elements
  • Try phrases like "only" and "simple" to simplify
  • Generate multiple variations and choose best

Issue: Quality Issues

Solutions:

  • Add quality descriptors: "high quality, detailed"
  • Specify professional photography style
  • Ensure prompt isn't contradictory
  • Allow time for the model to process complex requests

Issue: Inconsistent Results

Solutions:

  • Use character consistency features
  • Reference previous generations in prompts
  • Maintain session continuity
  • Save and reference successful prompts

Advanced Tips for Using Nano Banana

Once you've mastered the basics of how to use Nano Banana, try these advanced techniques:

Prompt Templates

Create reusable templates:

[SUBJECT] in [SETTING], [LIGHTING] lighting,
[STYLE] photography style, [MOOD] atmosphere

Style References

Reference specific styles effectively:

"In the style of [artist/movement]"
"Like a [famous photograph/painting]"
"Aesthetic similar to [film/director]"

Batch Variations

Generate multiple options:

"Create three variations of a logo concept for a coffee shop,
each with a different style: minimalist, vintage, and modern"

Combining Features

Leverage multiple capabilities:

  1. Upload a photo
  2. Request style transfer
  3. Add elements through editing
  4. Refine with conversation

Conclusion

Learning how to use Nano Banana is a journey from simple prompts to sophisticated creative workflows. The key principles to remember:

  1. Choose your platform based on your needs
  2. Start simple and add complexity gradually
  3. Use conversational editing instead of regenerating
  4. Iterate patiently for best results
  5. Save successful prompts for future use

With practice, how to use Nano Banana becomes second nature. The tool's intuitive interface and powerful capabilities make it accessible to everyone, regardless of artistic background or technical expertise.

Start experimenting today, and discover the creative possibilities that Nano Banana unlocks. Whether you're creating personal art, professional marketing materials, or just having fun, Nano Banana puts professional-quality image generation at your fingertips.


Related Articles:

Share this article

Related Articles

How to Use Nano Banana: Complete Step-by-Step Tutorial - BananaImg AI Blog | Nano Banana