nano-banana-2

द्वारा doany-ai

Google Nano Banana 2 (Gemini-परिवार का फ्लैश-स्तरीय टेक्स्ट-टू-इमेज) के साथ RunComfy पर चित्र बनाएं — मॉडल के दस्तावेजीकृत प्रॉम्प्टिंग पैटर्न के साथ बंडल किया गया है ताकि उसी मॉडल के विरुद्ध सामान्य प्रॉम्प्टिंग की तुलना में कौशल को तेज आउटपुट मिले। Nano Banana 2 की ताकत (त्वरित पुनरावृत्ति, इन-इमेज टाइपोग्राफी रेंडरिंग, पूर्वानुमानित फ्रेमिंग, वैकल्पिक वेब-आधारित संदर्भ), रिज़ॉ

npx skills add https://github.com/doany-ai/skills --skill nano-banana-2

Nano Banana 2 — Pro Pack on RunComfy

runcomfy.com · Model page · GitHub

Google Nano Banana 2 — the flash-tier text-to-image model in the Gemini family — hosted on the RunComfy Model API. Optimized for ideation, social-thumbnail batches, and rapid drafts with strong in-image typography.

npx skills add agentspace-so/runcomfy-skills --skill nano-banana-2 -g

When to pick this model (vs siblings)

Nano Banana 2 is the flash-tier of the Google image-gen line. Pick it when iteration speed and predictable framing matter more than maximum detail.

You wantUse
Rapid drafts, social thumbnails, batch variantsNano Banana 2
In-image typography with predictable renderingNano Banana 2
Web-grounded image (current events / real entities)Nano Banana 2 + enable_web_search
Image edit (preserve subject, swap background)Nano Banana Edit (sibling skill)
Heavy stylization, painterly lookFlux 2
Maximum prompt adherence + multilingual textGPT Image 2
2K–4K hero shots, max realismSeedream 5
Hyperrealistic portraitNano Banana Pro

If the user said "Nano Banana" / "nano-banana-2" / "Gemini image" explicitly, route here regardless. If they said "Nano Banana" without specifying 2 vs Pro, default to Pro for portraits and 2 for everything else.

Prerequisites

  1. RunComfy CLInpm i -g @runcomfy/cli
  2. RunComfy accountruncomfy login opens a browser device-code flow.
  3. CI / containers — set RUNCOMFY_TOKEN=<token> instead of runcomfy login.

Endpoints + input schema

google/nano-banana-2/text-to-image

FieldTypeRequiredDefaultNotes
promptstringyesSubject-first description.
num_imagesintno11–4. Use 4 for ideation rounds.
seedintno0Reuse for reproducibility.
aspect_ratioenumnoautoauto, 21:9, 16:9, 3:2, 4:3, 5:4, 1:1, 4:5, 3:4, 2:3, 9:16.
resolutionenumno1K0.5K (drafts), 1K (default), 2K (final), 4K (max).
output_formatenumnopngpng, jpeg, webp.
safety_toleranceintno41 (strict) – 6 (permissive).
limit_generationsboolnotrueLimit each prompt round to one generation.
enable_web_searchboolnofalseAdds web grounding (extra cost + latency).

For image edit (preserve subject + apply changes), see the sibling nano-banana-edit skill.

How to invoke

Default draft (1K, square, png):

runcomfy run google/nano-banana-2/text-to-image \
  --input '{"prompt": "<user prompt>"}' \
  --output-dir <absolute/path>

Vertical 4-up batch for ideation:

runcomfy run google/nano-banana-2/text-to-image \
  --input '{
    "prompt": "<user prompt>",
    "num_images": 4,
    "aspect_ratio": "9:16",
    "resolution": "0.5K"
  }' \
  --output-dir <absolute/path>

Final at 2K with seed lock:

runcomfy run google/nano-banana-2/text-to-image \
  --input '{
    "prompt": "<user prompt>",
    "resolution": "2K",
    "aspect_ratio": "16:9",
    "seed": 42
  }' \
  --output-dir <absolute/path>

Web-grounded (current event / real entity):

runcomfy run google/nano-banana-2/text-to-image \
  --input '{
    "prompt": "<prompt referencing a real-world event from this week>",
    "enable_web_search": true
  }' \
  --output-dir <absolute/path>

Prompting — what actually works

Subject-first declarative grammar. "A cinematic close-up portrait of an American woman standing under neon lights in rainy Tokyo, shallow depth of field, reflective wet streets, ultra-detailed, realistic skin texture" — primary subject, then action, environment, style, camera. Front-load subject; trail with directives.

Exact text quoting for in-image typography. "The label reads 'AURA' in clean bold sans-serif, centered, white on black" — quote the literal characters. Specify placement and font style. Don't say "with the brand name on it" and hope.

Consistent seeds for refinement. Lock seed when iterating a single prompt across small variants — keeps composition stable.

Web-grounding, sparingly. Turn on enable_web_search only when the prompt names current events / real entities. Adds latency + cost; off by default.

Don't conflict styles. "minimalist + ornate + retro + cyberpunk" cancels. Pick 1–2 anchors.

Anti-patterns:

  • Trying to verbally describe a stable subject identity — use the edit endpoint with image refs instead.
  • Asking for resolutions outside the 4 tiers → 422.
  • Aspect ratios outside the 11 supported values → 422.
  • Non-quoted in-image text → unpredictable rendering.

Where it shines

Use caseWhy Nano Banana 2
Marketing draft thumbnails (batch of 4)Fast iteration at 0.5K, then promote winner to 2K
Social-platform-nativeWide aspect ratio support including 9:16, 4:5, 21:9
In-image typography for posters / cardsPredictable text rendering when characters are quoted
Web-grounded current-event imageryenable_web_search integrates fresh info
Reproducible variant testingStrong seed + consistent framing

Sample prompts (verified to produce strong results)

Cinematic portrait (page example):

A cinematic close-up portrait of an American woman standing under neon
lights in rainy Tokyo, shallow depth of field, reflective wet streets,
ultra-detailed, realistic skin texture

Brand-asset card with quoted text:

A minimalist 16:9 product card: a matte black ceramic mug centered on a
soft warm-grey paper background, rim highlight from upper-left, the
headline "Brewed Quietly" in clean bold sans-serif top-right, balanced
negative space below, e-commerce ready, clean studio lighting

Vertical platform-native:

A 9:16 vertical hero for a wellness brand: a single ceramic teacup on a
linen runner, soft morning side-light, the words "Slow Down" in
hand-drawn serif large at the top, gentle steam rising, neutral color
palette, uncluttered

Limitations

  • Still images only. No video on this endpoint.
  • Max 4 outputs per request.
  • Web search adds latency + cost — only enable on demand.
  • 2K / 4K cost more — default to 1K unless user asked for higher.
  • For image edit, use the /edit endpoint — not this one.

Exit codes

codemeaning
0success
64bad CLI args
65bad input JSON / schema mismatch
69upstream 5xx
75retryable: timeout / 429
77not signed in or token rejected

Full reference: docs.runcomfy.com/cli/troubleshooting.

How it works

The skill invokes runcomfy run google/nano-banana-2/text-to-image with a JSON body matching the schema. The CLI POSTs to https://model-api.runcomfy.net/v1/models/google/nano-banana-2/text-to-image, polls the request, fetches the result, and downloads any .runcomfy.net/.runcomfy.com URL into --output-dir. Ctrl-C cancels the remote request before exit.

Security & Privacy

  • Token storage: runcomfy login writes the API token to ~/.config/runcomfy/token.json with mode 0600 (owner-only read/write). Set RUNCOMFY_TOKEN env var to bypass the file entirely in CI / containers.
  • Input boundary: the user prompt is passed as a JSON string to the CLI via --input. The CLI does NOT shell-expand the prompt; it transmits the JSON body directly to the Model API over HTTPS. No shell injection surface from prompt content.
  • Third-party content: image / mask / video URLs you pass are fetched by the RunComfy model server, not by the CLI on your machine. Treat external URLs as untrusted; image-based prompt injection is a known risk for any image-edit / video-edit model.
  • Outbound endpoints: only model-api.runcomfy.net (request submission) and *.runcomfy.net / *.runcomfy.com (download whitelist for generated outputs). No telemetry, no callbacks.
  • Generated-file size cap: the CLI aborts any single download > 2 GiB to prevent disk-fill from a malicious or runaway model output.

doany-ai की और Skills

image-edit
doany-ai
RunComfy पर इमेज एडिट करें — यह स्किल एक स्मार्ट राउटर है जो उपयोगकर्ता के इरादे को RunComfy कैटलॉग में सही एडिट मॉडल से मिलाता है। Nano Banana Edit (बैच 20 तक, पहचान-संरक्षण डिफ़ॉल्ट), OpenAI GPT Image 2 Edit (बहुभाषी इन-इमेज टेक्स्ट रीराइट, मल्टी-रेफ़ कंपोज़िशन, लेआउट सटीकता), Flux Kontext Pro (सिंगल-रेफ़ हाई-फ़िडेलिटी लोकल एडिट), या Z-Image Turbo Inpaint (मास्क-ड्रिवन सटीक क्ष
creativeimagemedia
seedance-v2
doany-ai
RunComfy पर ByteDance Seedance 2.0 Pro के साथ सिनेमैटिक शॉर्ट-फॉर्म वीडियो बनाएं। Seedance 2.0 Pro की क्षमताओं (मल्टी-मॉडल रेफरेंस — 9 इमेज, 3 वीडियो, 3 ऑडियो तक, प्राकृतिक लिप-सिंक के साथ सिंक्रोनाइज़्ड इन-पास ऑडियो, सिनेमैटिक मोशन रिफाइनमेंट), 4–15 सेकंड की अवधि योजना, और कब इसके बजाय HappyHorse 1.0 / Wan 2.7 / Kling पर रूट करना है, का दस्तावेज़ीकरण करता है। स
videocreativemedia
kling-3-0
doany-ai
RunComfy पर Kling 3.0 वीडियो जनरेशन। Kling 3.0 (जिसे Kling V3.0 भी कहा जाता है) Kuaishou Technology का तीसरी पीढ़ी का मल्टी-शॉट वीडियो मॉडल है जिसमें मूल सिंक्रोनाइज़्ड ऑडियो और शॉट्स में सुसंगत चरित्र पहचान होती है। यह स्किल सभी छह Kling 3.0 एंडपॉइंट्स को कवर करता है, जो तीन रेंडरिंग टियर (Standard, Pro, 4K) और दो मोड (टेक्स्ट-टू-वीडियो, इमेज-टू-वीडियो) में फैले ह
videocreativemedia
face-swap
doany-ai
We need to translate the given English text to Hindi, preserving the specified name 'face-swap' and other technical terms like 'runcomfy', 'Wan 2-2 Animate', 'GPT Image 2 Edit', etc. The instruction says: "Do not include the name unless it appears in the source text." The name 'face-swap' appears in the source text? Actually, the source text starts with "Swap a face / character into video or images..." The name to preserve is 'face-swap', but it is not explicitly written as 'face-swap' in the source text. The source text says "Swap a face / character". The instruction says "Name to preserve: face-swap". So we need to preserve that exact string if it appears. It does not appear. So we just translate the text without adding 'face-swap'. Also, preserve URLs, numbers, technical terms. The text has no URLs. We need to translate the description into Hindi, keeping the product names and technical terms in English. For example, 'runcomfy
creativevideoimage
video-outpainting
doany-ai
Video outpainting on RunComfy via the `runcomfy` CLI — extend the spatial canvas of a video, change aspect ratio (9:16 vertical to 16:9 horizontal or vice versa), add environment beyond the original frame while preserving the central action. Routes prompt-shaped spatial extension through Wan 2-7 edit-video and points the agent at dedicated ComfyUI outpaint workflows when seam quality matters for hero delivery. Triggers on "video outpaint", "video outpainting", "extend video canvas", "expand...
videocreativemedia
ai-avatar-video
doany-ai
Create AI avatar, talking-head, and lip-sync videos on RunComfy via the `runcomfy` CLI. Routes across ByteDance OmniHuman (audio-driven full-body avatar), Wan-AI Wan 2-7 (audio-driven mouth sync via `audio_url` on a portrait), HappyHorse 1.0 (Arena #1 t2v / i2v with in-pass audio), and Seedance v2 Pro (multi-modal cinematic with reference audio + reference subject). Picks the right model for the user's actual intent — UGC voiceover, virtual presenter, dubbed product demo, lip-synced...
videocreativemedia
flux-kontext
doany-ai
Flux 1 Kontext Pro (ब्लैक फॉरेस्ट लैब्स का सटीक स्थानीय छवि-संपादन मॉडल) के साथ RunComfy पर छवियों को संपादित करें — मॉडल के दस्तावेजीकृत प्रॉम्प्टिंग पैटर्न के साथ बंडल किया गया है ताकि यह कौशल उसी मॉडल के विरुद्ध सामान्य प्रॉम्प्टिंग की तुलना में तेज आउटपुट दे। Flux Kontext की ताकत (एकल-संदर्भ सटीक स्थानीय संपादन, मजबूत प्रॉम्प्ट नियंत्रण, सुसंगत उच्च-निष्ठा आउटपुट), स्कीम
creativeimagedocument
relight
doany-ai
Relight a still image — change the lighting setup, color temperature, direction, or mood — on RunComfy via the `runcomfy` CLI. Routes to Qwen Edit 2509's dedicated `relight` LoRA endpoint for purpose-built relighting, with fallback to identity-preserving edit endpoints (Nano Banana 2 Edit, GPT Image 2 Edit, FLUX Kontext Pro) when prose lighting language is enough. Use for product relighting (studio softbox → window light), portrait mood shift (overcast → golden hour), or color-grade change....
creativeimagemedia