
Nano Banana 2
Generate social thumbnails, drafts, and branded visuals with Google Nano Banana 2 through the RunComfy CLI instead of guessing prompts on a raw API.
Install
npx skills add https://github.com/agentspace-so/runcomfy-skills --skill nano-banana-2What is this skill?
- Documents Nano Banana 2 strengths: rapid iteration, in-image typography, predictable framing, optional web-grounded cont
- Runs `runcomfy run google/nano-banana-2/text-to-image` via the local RunComfy CLI
- Covers resolution-tier pricing and safety-tolerance dial with guidance to route to Nano Banana Pro, GPT Image 2, Flux 2,
- Bundled prompting patterns aimed at sharper output than naive single-shot prompts against the same model
- MIT-licensed Pro Pack tied to runcomfy.com model page and agentspace-so GitHub source
Adoption & trust: 54 installs on skills.sh; 2 GitHub stars; 2/3 security scanners passed (skills.sh audits).
Recommended Skills
Journey fit
Canonical shelf is build/integrations because the skill’s core contract is invoking `runcomfy run google/nano-banana-2/text-to-image` and tuning model-specific API parameters. Integrations fits external model hosting, CLI wiring, resolution-tier pricing, safety tolerance, and routing to alternate image models on the same platform.
Common Questions / FAQ
Is Nano Banana 2 safe to install?
skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.
SKILL.md
READMESKILL.md - Nano Banana 2
# Nano Banana 2 — Pro Pack on RunComfy [runcomfy.com](https://www.runcomfy.com/?utm_source=skills.sh&utm_medium=skill&utm_campaign=nano-banana-2) · [Model page](https://www.runcomfy.com/models/google/nano-banana-2?utm_source=skills.sh&utm_medium=skill&utm_campaign=nano-banana-2) · [GitHub](https://github.com/agentspace-so/runcomfy-skills/tree/main/nano-banana-2) 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. ```bash 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 want | Use | |---|---| | Rapid drafts, social thumbnails, batch variants | **Nano Banana 2** | | In-image typography with predictable rendering | **Nano 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 look | Flux 2 | | Maximum prompt adherence + multilingual text | GPT Image 2 | | 2K–4K hero shots, max realism | Seedream 5 | | Hyperrealistic portrait | Nano 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 CLI** — `npm i -g @runcomfy/cli` 2. **RunComfy account** — `runcomfy 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` | Field | Type | Required | Default | Notes | |---|---|---|---|---| | `prompt` | string | yes | — | Subject-first description. | | `num_images` | int | no | 1 | 1–4. Use 4 for ideation rounds. | | `seed` | int | no | 0 | Reuse for reproducibility. | | `aspect_ratio` | enum | no | `auto` | `auto`, `21:9`, `16:9`, `3:2`, `4:3`, `5:4`, `1:1`, `4:5`, `3:4`, `2:3`, `9:16`. | | `resolution` | enum | no | `1K` | `0.5K` (drafts), `1K` (default), `2K` (final), `4K` (max). | | `output_format` | enum | no | `png` | `png`, `jpeg`, `webp`. | | `safety_tolerance` | int | no | 4 | 1 (strict) – 6 (permissive). | | `limit_generations` | bool | no | true | Limit each prompt round to one generation. | | `enable_web_search` | bool | no | false | Adds web grounding (extra cost + latency). | For image edit (preserve subject + apply changes), see the sibling [`nano-banana-edit`](../nano-banana-edit) skill. ## How to invoke **Default draft (1K, square, png):** ```bash runcomfy run google/nano-banana-2/text-to-image \ --input '{"prompt": "<user prompt>"}' \ --output-dir <absolute/path> ``` **Vertical 4-up batch for ideation:** ```bash