Skip to main content

nano-banana-pro

Generate/edit images with Nano Banana Pro (Gemini 3 Pro Image). Use for image create/modify requests incl. edits. Supports text-to-image + image-to-image; 1K/2K/4K; use --input-image.

跳到安装

来源信息

仓库
Tugoukezhang/workbuddy-skills
最近来源活动
2026年6月18日 05:44
检测到的 SKILL.md 语言
英语
星标
13
分支
3

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
3 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
nano-banana-pro
description
Generate/edit images with Nano Banana Pro (Gemini 3 Pro Image). Use for image create/modify requests incl. edits. Supports text-to-image + image-to-image; 1K/2K/4K; use --input-image.
description_zh
AI 图片生成与编辑(支持 4K)
description_en
AI image generation & editing (up to 4K)
version
1.0.1
# Nano Banana Pro Image Generation & Editing Generate new images or edit existing ones using Google's Nano Banana Pro API (Gemini 3 Pro Image). ## Usage Run the script using absolute path (do NOT cd to skill directory first): **Generate new image:** ```bash uv run {baseDir}/scripts/generate_image.py --prompt "your image description" --filename "output-name.png" [--resolution 1K|2K|4K] [--api-key KEY] ``` **Edit existing image:** ```bash uv run {baseDir}/scripts/generate_image.py --prompt "editing instructions" --filename "output-name.png" --input-image "path/to/input.png" [--resolution 1K|2K|4K] [--api-key KEY] ``` **Important:** Always run from the user's current working directory so images are saved where the user is working. ## Default Workflow (draft > iterate > final) - Draft (1K): quick feedback loop - Iterate: adjust prompt in small diffs; keep filename new per run - Final (4K): only when prompt is locked ## Resolution Options - **1K** (default) - ~1024px resolution - **2K** - ~2048px resolution - **4K** - ~4096px resolution ## API Key 1. `--api-key` argument 2. `GEMINI_API_KEY` environment variable ## Image Editing Use `--input-image` parameter with the path to the image. The prompt should contain editing instructions. ## Prompt Handling **For generation:** Pass user's image description as-is to `--prompt`. **For editing:** Pass editing instructions in `--prompt`. ## Output - Saves PNG to current directory - Script outputs the full path to the generated image - **Do not read the image back** - just inform the user of the saved path
在 GitHub 查看