Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,10 @@
},
{
"group": "Google",
"pages": ["tutorials/partner-nodes/google/gemini"]
"pages": [
"tutorials/partner-nodes/google/gemini",
"tutorials/partner-nodes/google/nano-banana-pro"
]
},
{
"group": "Stability AI",
Expand Down Expand Up @@ -825,7 +828,10 @@
},
{
"group": "Google",
"pages": ["zh-CN/tutorials/partner-nodes/google/gemini"]
"pages": [
"zh-CN/tutorials/partner-nodes/google/gemini",
"zh-CN/tutorials/partner-nodes/google/nano-banana-pro"
]
},
{
"group": "Stability AI",
Expand Down
42 changes: 42 additions & 0 deletions tutorials/partner-nodes/google/nano-banana-pro.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
title: "Nano Banana Pro and ComfyUI Official Example"
description: "This article will introduce how to use Google's Nano Banana Pro (Gemini 3 Pro Image) in ComfyUI for high-fidelity image generation and editing"
sidebarTitle: "Nano Banana Pro"
---

import ReqHint from "/snippets/tutorials/partner-nodes/req-hint.mdx";
import UpdateReminder from "/snippets/tutorials/update-reminder.mdx";

Nano Banana Pro is Google DeepMind's new flagship model for high-fidelity image generation and editing. It pushes beyond casual creation into production-ready visuals with advanced capabilities including 4K generation, text rendering, and character consistency.

In this guide, we will walk you through using Nano Banana Pro in ComfyUI.


## Highlights of Nano Banana Pro

- **World knowledge:** Generates accurate, real-world images by tapping into Search's knowledge base.
- **Text & translation:** Renders clean text and supports detection/translation across **10 languages**.
- **High resolutions and studio controls:** Blend up to **14 images**, adjust angles and focus, apply color grading, and create in native **4K**.
- **Consistency:** Turns sketches into dresses or blueprints into 3D visuals with high-fidelity consistency.

<ReqHint/>
<UpdateReminder/>

## Get started

### For new users

The easiest way to use Nano Banana Pro is to go to Comfy Cloud through the link below. No extra setup needed.

<a className="prose"
target='_blank'
href="https://cloud.comfy.org/?template=api_nano_banana_pro&utm_source=blog"
style={{ display: 'inline-block', backgroundColor: '#0078D6', color: '#ffffff', padding: '10px 20px', borderRadius: '8px', borderColor: "transparent", textDecoration: 'none', fontWeight: 'bold'}}
>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>Try Nano Banana Pro on Comfy Cloud</p>
</a>

### For local users

Please update ComfyUI and go to Template → Nano Banana Pro to access the workflow.

50 changes: 50 additions & 0 deletions zh-CN/tutorials/partner-nodes/google/nano-banana-pro.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
title: "Nano Banana Pro ComfyUI 教程"
description: "本文将介绍如何在 ComfyUI 中使用 Google 的 Nano Banana Pro (Gemini 3 Pro Image) 进行高保真图像生成和编辑"
sidebarTitle: "Nano Banana Pro"
---

import ReqHint from "/snippets/zh/tutorials/partner-nodes/req-hint.mdx";
import UpdateReminder from "/snippets/zh/tutorials/update-reminder.mdx";

Nano Banana Pro 是 Google DeepMind 推出的新旗舰模型,用于高保真图像生成和编辑。它超越了休闲创作,进入生产级视觉效果,具有 4K 生成、文本渲染和角色一致性等高级功能。

本篇指南中,我们将引导你在 ComfyUI 中使用 Nano Banana Pro。


## Nano Banana Pro 的亮点

- **世界知识:** 通过利用搜索的知识库生成准确的真实世界图像。
- **文本和翻译:** 渲染清晰的文本,支持 **10 种语言**的检测和翻译。
- **高分辨率和工作室控制:** 混合多达 **14 张图像**,调整角度和焦点,应用色彩分级,并以原生 **4K** 创建。
- **一致性:** 将草图转换为服装或将蓝图转换为 3D 视觉效果,具有高保真一致性。

<ReqHint/>
<UpdateReminder/>

## 开始使用

### 新用户

使用 Nano Banana Pro 最简单的方法是通过下面的链接访问 Comfy Cloud。无需额外设置。

<a className="prose"
target='_blank'
href="https://cloud.comfy.org/?template=api_nano_banana_pro&utm_source=blog"
style={{ display: 'inline-block', backgroundColor: '#0078D6', color: '#ffffff', padding: '10px 20px', borderRadius: '8px', borderColor: "transparent", textDecoration: 'none', fontWeight: 'bold'}}
>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>在 Comfy Cloud 上试用 Nano Banana Pro</p>
</a>

### 本地用户

请更新 ComfyUI 并转到 模板 → Nano Banana Pro 以访问工作流。

<a className="prose"
target='_blank'
href="https://cloud.comfy.org/?template=api_nano_banana_pro&utm_source=blog"
style={{ display: 'inline-block', backgroundColor: '#0078D6', color: '#ffffff', padding: '10px 20px', borderRadius: '8px', borderColor: "transparent", textDecoration: 'none', fontWeight: 'bold'}}
>
<p className="prose" style={{ margin: 0, fontSize: "0.8rem" }}>打开工作流</p>
</a>