Nanobanana Image Generation
Generate high-quality images using nanobanana MCP with Gemini Imagen.
Core Principle
"Describe the scene, don't just list keywords."
Use narrative, descriptive paragraphs with rich context and specific details.
Prompt Workflow
1. Clarify Requirements
Use AskUserQuestion to gather:
- Purpose: website, social media, product, illustration
- Style: photorealistic, illustrated, stylized, minimalist
- Elements: subject, composition, colors, mood, lighting
- Specs: aspect ratio, background (transparent/solid)
- Text: exact wording, font style (if applicable)
2. Select Strategy
| Use Case |
Strategy |
Reference |
| Marketing photos |
Photorealistic |
references/strategies.md |
| Icons, stickers |
Stylized |
references/strategies.md |
| Logos, posters |
Text Rendering |
references/strategies.md |
| E-commerce |
Product Mockups |
references/strategies.md |
| Banners |
Minimalist |
references/strategies.md |
| Comics |
Sequential Art |
references/strategies.md |
3. Craft Prompt
Apply these principles:
- Hyper-specificity: Detail trumps brevity
- Context: Explain intended purpose
- Semantic positivity: Describe what you want, not what to avoid
- Cinematic language: Use photography/artistic terminology
4. Generate & Iterate
nanobanana generate image mcp or nanobanana edit image mcp.
Collect feedback with AskUserQuestion and refine.
Quick Checklist
References
- Detailed strategies:
references/strategies.md
- Prompt examples:
references/EXAMPLE.md
- Setup & troubleshooting:
references/setup.md
Search patterns:
- Photorealistic:
grep "Photorealistic" references/EXAMPLE.md
- Illustrations:
grep "Illustration" references/EXAMPLE.md
- Product shots:
grep "Product" references/EXAMPLE.md
1---2name: nanobanana-prompt-23description: Image generation prompts4---56# Nanobanana Image Generation78Generate high-quality images using nanobanana MCP with Gemini Imagen.910## Core Principle1112**"Describe the scene, don't just list keywords."**1314Use narrative, descriptive paragraphs with rich context and specific details.1516---1718## Prompt Workflow1920### 1. Clarify Requirements2122Use `AskUserQuestion` to gather:23- **Purpose**: website, social media, product, illustration24- **Style**: photorealistic, illustrated, stylized, minimalist25- **Elements**: subject, composition, colors, mood, lighting26- **Specs**: aspect ratio, background (transparent/solid)27- **Text**: exact wording, font style (if applicable)2829### 2. Select Strategy3031| Use Case | Strategy | Reference |32|----------|----------|-----------|33| Marketing photos | Photorealistic | `references/strategies.md` |34| Icons, stickers | Stylized | `references/strategies.md` |35| Logos, posters | Text Rendering | `references/strategies.md` |36| E-commerce | Product Mockups | `references/strategies.md` |37| Banners | Minimalist | `references/strategies.md` |38| Comics | Sequential Art | `references/strategies.md` |3940### 3. Craft Prompt4142Apply these principles:43- **Hyper-specificity**: Detail trumps brevity44- **Context**: Explain intended purpose45- **Semantic positivity**: Describe what you want, not what to avoid46- **Cinematic language**: Use photography/artistic terminology4748### 4. Generate & Iterate4950```51nanobanana generate image mcp or nanobanana edit image mcp.52```5354Collect feedback with `AskUserQuestion` and refine.5556---5758## Quick Checklist5960- [ ] Purpose and context defined61- [ ] Visual style specified62- [ ] Key elements described (subject, lighting, mood)63- [ ] Technical specs included (if needed)64- [ ] Narrative description (not keyword list)6566---6768## References6970- **Detailed strategies**: `references/strategies.md`71- **Prompt examples**: `references/EXAMPLE.md`72- **Setup & troubleshooting**: `references/setup.md`7374**Search patterns:**75- Photorealistic: `grep "Photorealistic" references/EXAMPLE.md`76- Illustrations: `grep "Illustration" references/EXAMPLE.md`77- Product shots: `grep "Product" references/EXAMPLE.md`