EvoLink Nano Banana 2 Lite (Official)
Fixed 1K output, built for batches
- image1
- image2
- image3
- image4
- image
- task_id
- status_info
- result_urls
- response_json
Every closed-model family gets a budget tier eventually, and Nano Banana's is the Lite: Google's Gemini 3.1 Flash Lite Image, the cheapest way to get Banana-quality generation without paying for the flagship. EvoLink Nano Banana 2 Lite (Official) is that tier as a node. The trade is simple - output is fixed at 1K, always - but if your job is batch work, prompt iteration, or debugging a workflow before you spend real credits on the good stuff, that's exactly the trade you want.
What it is
Text-to-image, image-to-image, and image editing, same as its big sibling, minus the resolution ladder and the web-search knob. The params are trimmed to match:
- prompt (required) - the description or edit instruction, Chinese welcome.
- size -
autoor ratio presets, including the extreme 1:8 / 8:1. The model picks framing within the fixed 1K output. - thinking_level -
auto/min/high, defaultauto. Same "reasons before it paints" knob as the full Nano Banana 2, if a bit redundant at budget tier. - image1–image4 - reference image inputs. Plug a Load Image into
image1and you're doing img2img/editing; your local image uploads via EvoLink's channel and is auto-deleted after 72 hours. Up to 14 references when you addimage_urls_text.
Outputs are the pack standard: image (downloaded tensor - connect Preview/Save Image or you get nothing visible), task_id, status_info, result_urls (24-hour expiry), response_json.
Install and key
It's the same EvoLink install for all of these nodes, so if you already have the pack, skip this. ComfyUI Manager → search EvoLink → install → full restart (close the console window). Manual:
cd ComfyUI/custom_nodes
git clone https://github.com/deeplearning-goethe/comfyui-evolink
Dependency is just requests. No models, no GPU. Key from evolink.ai/dashboard/keys (sk-), pasted once into api_key; it saves locally and can stay blank after, so it never ships in a shared workflow JSON.
Where it fits
Use it as the "is my prompt even good" tier: validate a workflow's wiring and prompt at 1K, then swap in Nano Banana 2 or Pro for the final pass. That's the pattern that keeps your bill honest. The fixed 1K also means you're not tempted to run every draft at 4K just because the dropdown is there.
Downsides worth naming: 1K is fine for a hero image and weak for print or large crops, and there's no 4K escape hatch here - if a draft comes out great and you want it big, you re-run on a higher tier. Also, as with every EvoLink image node, remember it's metered and your prompts leave the machine. For a closed model you can't run locally that's the deal; the Lite tier is just the version of the deal that hurts least while you iterate.
Inputs (10)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt | STRING | 画面描述或修改指令,支持中文,最长约 2000 tokens。含真人照片的参考图最多 4~5 张。 | |
| sizeopt | COMBO | auto | 画面比例;auto 由模型自定(输出固定 1K) |
| thinking_levelopt | COMBO | auto | 生成前的推理深度;auto 由模型决定 |
| image1opt | IMAGE | 参考图 1:接「加载图像」即图生图/图片编辑 | |
| image2opt | IMAGE | 参考图 2(可选) | |
| image3opt | IMAGE | 参考图 3(可选) | |
| image4opt | IMAGE | 参考图 4(可选) | |
| image_urls_textopt | STRING | 进阶:已有公网图片 URL 时每行贴一个,与 IMAGE 口混用 | |
| api_keyopt | STRING | EvoLink API Key(sk- 开头)。首次填写后自动保存到本机配置,之后可留空。分享工作流前请清空此框。获取:evolink.ai/dashboard/keys | |
| timeout_secondsopt | INT | 30060–3600 | 最长等待时间;生成失败或审核拦截的任务不扣费 |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | 生成结果(已下载落地,可直连保存节点) |
| task_id | STRING | EvoLink 任务 ID,可到 evolink.ai/zh/dashboard/logs 查询 |
| status_info | STRING | 人读状态摘要(模型/用时/消耗 credits) |
| result_urls | STRING | 结果原始链接,每行一个(24 小时过期) |
| response_json | STRING | 平台 GET /v1/tasks/{id} 的完整 JSON 响应(status/usage/results 等),供下游节点解析 |