ARCHIVE/PROMPT #1525
49 DYNAMIC ARGUMENTS

Nano Banana Pro Master JSON Template

The complete, highly structured JSON template for Nano Banana Pro, designed to ensure perfect image generation by allowing detailed control over scene, camera, lighting, color grading, text elements, reference images, characters, grounding, and style constraints.

Published: Dec 10, 2025
Original Post
Nano Banana Pro Master JSON Template - asset 1
Click to expand
Visual generation preview from source
Formula Content
{
  "generation_mode": "{argument name="generation mode" default="thinking|standard"}",

  "output_specifications": {
    "resolution": "{argument name="resolution" default="1K|2K|4K"}",
    "aspect_ratio": "{argument name="aspect ratio" default="16:9|1:1|9:16|custom"}",
    "quality_priority": "{argument name="quality priority" default="speed|balanced|quality"}"
  },

  "scene_description": {
    "primary_subject": "[{argument name="primary subject" default="main focus of image"}]",
    "environment": "[{argument name="environment" default="setting and background"}]",
    "atmosphere": "[{argument name="atmosphere" default="mood and feeling"}]",
    "style": "[{argument name="visual style" default="visual aesthetic"}]",
    "time_of_day": "[{argument name="time of day" default="if relevant"}]"
  },

  "camera_controls": {
    "angle": "[{argument name="camera angle" default="camera perspective"}]",
    "focal_length": "[{argument name="focal length" default="lens type - wide/standard/telephoto"}]",
    "depth_of_field": "[{argument name="depth of field" default="shallow/deep, what's in focus"}]",
    "composition": "[{argument name="composition" default="rule of thirds/centered/golden ratio/etc"}]"
  },

  "lighting_setup": {
    "primary_light": {
      "type": "[{argument name="light type" default="natural/studio/dramatic/soft"}]",
      "direction": "[{argument name="light direction" default="where light comes from"}]",
      "intensity": "[{argument name="light intensity" default="bright/moderate/moody"}]"
    },
    "shadows": "[{argument name="shadows" default="deep/subtle/minimal"}]",
    "color_temperature": "[{argument name="color temperature" default="warm/cool/neutral"}]",
    "special_effects": "[{argument name="special effects" default="rim light/backlighting/etc if needed"}]"
  },

  "color_grading": {
    "overall_tone": "[{argument name="overall tone" default="vibrant/muted/monochrome/etc"}]",
    "color_palette": ["{argument name="primary color" default="primary color"}", "{argument name="secondary color" default="secondary color"}", "{argument name="accent color" default="accent color"}"],
    "mood": "[{argument name="mood" default="emotional impact of colors"}]"
  },

  "text_elements": [
    {
      "text_content": "[{argument name="text content" default="exact text to render"}]",
      "position": "[{argument name="text position" default="location in image"}]",
      "font_style": "[{argument name="font style" default="typography description"}]",
      "size": "[{argument name="text size" default="relative size"}]",
      "color": "[{argument name="text color" default="text color"}]",
      "effects": "[{argument name="text effects" default="glow/shadow/3D/etc"}]",
      "language": "[{argument name="language" default="if not English"}]"
    }
  ],

  "reference_images": [
    {
      "image_id": 1,
      "purpose": "{argument name="reference purpose" default="style reference|composition reference|color reference|character reference"}",
      "extract_elements": ["{argument name="elements to copy" default="specific elements to copy"}"],
      "apply_to": "[{argument name="apply to" default="where to use these elements"}]",
      "transfer_intensity": "[{argument name="transfer intensity" default="0-100%"}]"
    }
  ],

  "characters": [
    {
      "character_id": 1,
      "detailed_description": "[{argument name="character description" default="ethnicity, age, gender, facial features, hair, expression"}]",
      "clothing": "[{argument name="clothing" default="detailed outfit description"}]",
      "pose": "[{argument name="pose" default="body position and gesture"}]",
      "position_in_scene": "[{argument name="position in scene" default="spatial placement"}]",
      "consistency_reference": "[{argument name="consistency reference" default="image_id if maintaining across multiple generations"}]"
    }
  ],

  "grounding": {
    "enabled": {argument name="grounding enabled" default="true|false"},
    "search_queries": ["{argument name="search queries" default="facts to verify"}"],
    "data_requirements": ["{argument name="data requirements" default="specific information needed"}"],
    "accuracy_priority": "{argument name="accuracy priority" default="high|medium"}"
  },

  "style_constraints": {
    "artistic_style": "[{argument name="artistic style" default="photorealistic/illustration/3D render/watercolor/etc"}]",
    "inspiration": "[{argument name="inspiration" default="specific artists or movements if relevant"}]",
    "must_avoid": ["{argument name="elements to avoid" default="elements to exclude"}"]
  },

  "technical_requirements": {
    "intended_use": "[{argument name="intended use" default="social media/print/web/presentation"}]",
    "safe_zones": "[{argument name="safe zones" default="areas to keep clear fo"}]"
  }
}

Dynamic Arguments (49)

#Argument NameDefault Value
1generation mode"thinking|standard"
2resolution"1K|2K|4K"
3aspect ratio"16:9|1:1|9:16|custom"
4quality priority"speed|balanced|quality"
5primary subject"main focus of image"
6environment"setting and background"
7atmosphere"mood and feeling"
8visual style"visual aesthetic"
9time of day"if relevant"
10camera angle"camera perspective"
11focal length"lens type - wide/standard/telephoto"
12depth of field"shallow/deep, what"
13composition"rule of thirds/centered/golden ratio/etc"
14light type"natural/studio/dramatic/soft"
15light direction"where light comes from"
16light intensity"bright/moderate/moody"
17shadows"deep/subtle/minimal"
18color temperature"warm/cool/neutral"
19special effects"rim light/backlighting/etc if needed"
20overall tone"vibrant/muted/monochrome/etc"
21primary color"primary color"
22secondary color"secondary color"
23accent color"accent color"
24mood"emotional impact of colors"
25text content"exact text to render"
26text position"location in image"
27font style"typography description"
28text size"relative size"
29text color"text color"
30text effects"glow/shadow/3D/etc"
31language"if not English"
32reference purpose"style reference|composition reference|color reference|character reference"
33elements to copy"specific elements to copy"
34apply to"where to use these elements"
35transfer intensity"0-100%"
36character description"ethnicity, age, gender, facial features, hair, expression"
37clothing"detailed outfit description"
38pose"body position and gesture"
39position in scene"spatial placement"
40consistency reference"image_id if maintaining across multiple generations"
41grounding enabled"true|false"
42search queries"facts to verify"
43data requirements"specific information needed"
44accuracy priority"high|medium"
45artistic style"photorealistic/illustration/3D render/watercolor/etc"
46inspiration"specific artists or movements if relevant"
47elements to avoid"elements to exclude"
48intended use"social media/print/web/presentation"
49safe zones"areas to keep clear fo"