ИИ Ресурсы — Фабио Де ЛукаИИ Ресурсы — Фабио Де Лука

Мастер-шаблон промпта для Nano Banana Pro (JSON)

Nano banana 2 Изображения
Автор: Ryan Hart
Мастер-шаблон промпта для Nano Banana Pro (JSON)
Модель: Nano Banana 2
Текст шаблона
{
  "generation_mode": "thinking|standard",

  "output_specifications": {
    "resolution": "1K|2K|4K",
    "aspect_ratio": "16:9|1:1|9:16|custom",
    "quality_priority": "speed|balanced|quality"
  },

  "scene_description": {
    "primary_subject": "{argument name="primary subject" default="[главный объект изображения]"}",
    "environment": "{argument name="environment" default="[обстановка и фон]"}",
    "atmosphere": "[настроение и ощущение]",
    "style": "[визуальная эстетика]",
    "time_of_day": "[если применимо]"
  },

  "camera_controls": {
    "angle": "[перспектива камеры]",
    "focal_length": "[тип объектива - широкоугольный/стандартный/телефото]",
    "depth_of_field": "[мелкая/глубокая, что в фокусе]",
    "composition": "[правило третей/центр/золотое сечение и т.д.]"
  },

  "lighting_setup": {
    "primary_light": {
      "type": "[естественный/студийный/драматичный/мягкий]",
      "direction": "[откуда падает свет]",
      "intensity": "[яркий/умеренный/тусклый]"
    },
    "shadows": "[глубокие/тонкие/минимальные]",
    "color_temperature": "[тёплый/холодный/нейтральный]",
    "special_effects": "[контровой свет/контражур и т.д. при необходимости]"
  },

  "color_grading": {
    "overall_tone": "[яркий/приглушённый/монохром и т.д.]",
    "color_palette": ["основной цвет", "вторичный цвет", "акцентный цвет"],
    "mood": "[эмоциональное воздействие цветов]"
  },

  "text_elements": [
    {
      "text_content": "[точный текст для рендеринга]",
      "position": "[расположение в изображении]",
      "font_style": "[описание типографики]",
      "size": "[относительный размер]",
      "color": "[цвет текста]",
      "effects": "[свечение/тень/3D и т.д.]",
      "language": "[если не на английском]"
    }
  ],

  "reference_images": [
    {
      "image_id": 1,
      "purpose": "style reference|composition reference|color reference|character reference",
      "extract_elements": ["конкретные элементы для копирования"],
      "apply_to": "[где использовать эти элементы]",
      "transfer_intensity": "[0-100%]"
    }
  ],

  "characters": [
    {
      "character_id": 1,
      "detailed_description": "[этническая принадлежность, возраст, пол, черты лица, волосы, выражение]",
      "clothing": "[детальное описание наряда]",
      "pose": "[положение тела и жест]",
      "position_in_scene": "[пространственное размещение]",
      "consistency_reference": "[image_id при сохранении в нескольких генерациях]"
    }
  ],

  "grounding": {
    "enabled": true|false,
    "search_queries": ["факты для проверки"],
    "data_requirements": ["необходимая конкретная информация"],
    "accuracy_priority": "high|medium"
  },

  "style_constraints": {
    "artistic_style": "[фотореалистичный/иллюстрация/3D рендер/акварель и т.д.]",
    "inspiration": "[конкретные художники или направления, если применимо]",
    "must_avoid": "[элементы для исключения]"
  },

  "technical_requirements": {
    "intended_use": "[социальные сети/печать/веб/презентация]",
    "safe_zones": "[области для сохранения чистыми]"
  }
}
🇬🇧 Original (English)
{
  "generation_mode": "thinking|standard",

  "output_specifications": {
    "resolution": "1K|2K|4K",
    "aspect_ratio": "16:9|1:1|9:16|custom",
    "quality_priority": "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": "[mood and feeling]",
    "style": "[visual aesthetic]",
    "time_of_day": "[if relevant]"
  },

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

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

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

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

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

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

  "grounding": {
    "enabled": true|false,
    "search_queries": ["facts to verify"],
    "data_requirements": ["specific information needed"],
    "accuracy_priority": "high|medium"
  },

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

  "technical_requirements": {
    "intended_use": "[social media/print/web/presentation]",
    "safe_zones": "[areas to keep clear fo"
  }
}

Краткое описание

Полный JSON-шаблон для Nano Banana Pro, разработанный для объединения всех технических и творческих настроек: сцена, камера, освещение, цветокоррекция, текст, референсы и персонажи — для генерации идеальных изображений.

Nano banana 2ИзображенияГлавное фото для e-commerceДизайн приложений / веб-дизайнДиаграмма / ГрафикТекст / Типографика