Skip to content

Commit 90ca68a

Browse files
authored
docs: add Nano Banana 2 Lite and Gemini Omni Flash Partner Node tutorials (#1209)
* docs: add Nano Banana 2 Lite and Gemini Omni Flash Partner Node tutorials - Nano Banana 2 Lite: Google's fastest, most cost-efficient image generation model (Gemini 3.1 Flash-Lite Image), with T2I and Image Edit workflows - Gemini Omni Flash: Google's conversational video generation and editing model, with T2V, I2V, and Video Edit workflows - Register both in Google nav group in docs.json * docs: remove Limitations section from Gemini Omni Flash per feedback * docs: link to existing Nano Banana 2 and Pro docs in comparison table * docs: add Image Edit before/after preview images to Nano Banana 2 Lite * i18n(zh,ja,ko): translate Nano Banana 2 Lite and Gemini Omni Flash tutorials
1 parent 79c6f05 commit 90ca68a

9 files changed

Lines changed: 668 additions & 4 deletions

File tree

docs.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,10 @@
436436
"group": "Google",
437437
"pages": [
438438
"tutorials/partner-nodes/google/gemini",
439+
"tutorials/partner-nodes/google/gemini-omni-flash",
439440
"tutorials/partner-nodes/google/nano-banana-pro",
440-
"tutorials/partner-nodes/google/nano-banana-2"
441+
"tutorials/partner-nodes/google/nano-banana-2",
442+
"tutorials/partner-nodes/google/nano-banana-2-lite"
441443
]
442444
},
443445
{
@@ -2989,8 +2991,10 @@
29892991
"group": "Google",
29902992
"pages": [
29912993
"zh/tutorials/partner-nodes/google/gemini",
2994+
"zh/tutorials/partner-nodes/google/gemini-omni-flash",
29922995
"zh/tutorials/partner-nodes/google/nano-banana-pro",
2993-
"zh/tutorials/partner-nodes/google/nano-banana-2"
2996+
"zh/tutorials/partner-nodes/google/nano-banana-2",
2997+
"zh/tutorials/partner-nodes/google/nano-banana-2-lite"
29942998
]
29952999
},
29963000
{
@@ -5542,8 +5546,10 @@
55425546
"group": "Google",
55435547
"pages": [
55445548
"ja/tutorials/partner-nodes/google/gemini",
5549+
"ja/tutorials/partner-nodes/google/gemini-omni-flash",
55455550
"ja/tutorials/partner-nodes/google/nano-banana-pro",
5546-
"ja/tutorials/partner-nodes/google/nano-banana-2"
5551+
"ja/tutorials/partner-nodes/google/nano-banana-2",
5552+
"ja/tutorials/partner-nodes/google/nano-banana-2-lite"
55475553
]
55485554
},
55495555
{
@@ -8173,8 +8179,10 @@
81738179
"group": "Google",
81748180
"pages": [
81758181
"ko/tutorials/partner-nodes/google/gemini",
8182+
"ko/tutorials/partner-nodes/google/gemini-omni-flash",
81768183
"ko/tutorials/partner-nodes/google/nano-banana-pro",
8177-
"ko/tutorials/partner-nodes/google/nano-banana-2"
8184+
"ko/tutorials/partner-nodes/google/nano-banana-2",
8185+
"ko/tutorials/partner-nodes/google/nano-banana-2-lite"
81788186
]
81798187
},
81808188
{
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
---
2+
title: "Gemini Omni Flash: 会話型ビデオ生成"
3+
description: "Gemini Omni Flashは、Googleのマルチモーダルビデオモデルです。パートナーノードを通じてComfyUIで利用でき、自然言語でビデオを生成・編集できます。"
4+
sidebarTitle: "Gemini Omni Flash"
5+
translationSourceHash: 6e1aa7a0
6+
translationFrom: tutorials/partner-nodes/google/gemini-omni-flash.mdx
7+
---
8+
9+
import ReqHint from "/snippets/ja/tutorials/partner-nodes/req-hint.mdx";
10+
import UpdateReminder from "/snippets/ja/tutorials/update-reminder.mdx";
11+
12+
Gemini Omni Flashは、Google DeepMindの高品質でコスト効率の高いビデオ生成および会話型編集モデルです。Google I/O 2026でGemini Omniファミリーの一部として初めて発表され、Geminiのマルチモーダル推論とネイティブビデオ作成を組み合わせ、開発者が自然な会話を通じてビデオを生成、編集、リミックスできるようにします。
13+
14+
<ReqHint/>
15+
<UpdateReminder/>
16+
17+
## Gemini Omni Flashが提供する機能
18+
19+
- **会話型ビデオ編集**: 自然言語を使用してビデオを洗練・編集します。キャラクターの入れ替え、シーンの再照明、アングルの変更、オブジェクトの追加・削除が可能で、オリジナルのオーディオとビデオトラックは保持されます。
20+
- **マルチモーダル入力**: テキスト、画像、ビデオ入力を組み合わせて生成をガイドします。すべてのビデオ出力に同期されたオーディオをネイティブ生成します。
21+
- **世界知識とシミュレーション**: 物理理解とGeminiの歴史、科学、文化的背景に関する知識を組み合わせ、フォトリアリズムを超えた意味のあるストーリーテリングを実現します。
22+
- **テキストとアクションの同期**: ビデオに直接読みやすいテキストやグラフィックスをレンダリングし、動きのあるタイポグラフィを画面上の動きと同期させます。
23+
- **料金**: ビデオ出力1秒あたり0.10ドル。Veo 3.1 Fastと同じ料金設定です。
24+
25+
## ワークフロー
26+
27+
### テキストから動画へ
28+
29+
<CardGroup cols={2}>
30+
<Card title="Comfy Cloudで実行" icon="cloud" href="https://cloud.comfy.org/?template=api_google_gemini_omni_flash_t2v&utm_source=docs&utm_medium=referral&utm_campaign=gemini_omni_flash">
31+
Comfy Cloudで開く
32+
</Card>
33+
<Card title="ワークフローをダウンロード" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_google_gemini_omni_flash_t2v.json">
34+
JSONをダウンロードするか、テンプレートライブラリで「Gemini Omni Flash」を検索
35+
</Card>
36+
</CardGroup>
37+
38+
自然言語のプロンプトから映画的なビデオを生成します。テキストによる説明を、世界認識に基づく動き、照明、音声を備えたビデオ出力に変換します。ソーシャルメディアコンテンツ作成、迅速なビデオプロトタイピング、反復的なビジュアルストーリーテリングに最適です。
39+
40+
### 画像から動画へ
41+
42+
<CardGroup cols={2}>
43+
<Card title="Comfy Cloudで実行" icon="cloud" href="https://cloud.comfy.org/?template=api_google_gemini_omni_flash_i2v&utm_source=docs&utm_medium=referral&utm_campaign=gemini_omni_flash">
44+
Comfy Cloudで開く
45+
</Card>
46+
<Card title="ワークフローをダウンロード" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_google_gemini_omni_flash_i2v.json">
47+
JSONをダウンロードするか、テンプレートライブラリで「Gemini Omni Flash」を検索
48+
</Card>
49+
<Card title="サンプル画像1をダウンロード" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/clay_toy_shop_old_man.png">
50+
このワークフローで使用する例の入力画像を取得
51+
</Card>
52+
<Card title="サンプル画像2をダウンロード" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/comic_toy_store_strips.png">
53+
2つ目のサンプル入力画像を取得
54+
</Card>
55+
</CardGroup>
56+
57+
Gemini Omni Flashを使用して2枚の画像からビデオを生成します。自然言語のプロンプトを解釈して、再生時間とアスペクト比を制御します。短いブランドクリップ、ダイナミックなソーシャルメディアコンテンツ、会話型プロンプトによる反復的なビデオ編集に最適です。
58+
59+
### ビデオ編集
60+
61+
<CardGroup cols={2}>
62+
<Card title="Comfy Cloudで実行" icon="cloud" href="https://cloud.comfy.org/?template=api_google_gemini_omni_flash_video_edit&utm_source=docs&utm_medium=referral&utm_campaign=gemini_omni_flash">
63+
Comfy Cloudで開く
64+
</Card>
65+
<Card title="ワークフローをダウンロード" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_google_gemini_omni_flash_video_edit.json">
66+
JSONをダウンロードするか、テンプレートライブラリで「Gemini Omni Flash」を検索
67+
</Card>
68+
<Card title="サンプルビデオをダウンロード" icon="video" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/space_horse_rider.mp4">
69+
このワークフローで使用する例の入力ビデオを取得
70+
</Card>
71+
</CardGroup>
72+
73+
Gemini Omni Flashを使用して、自然言語でビデオを編集します。単一の入力ビデオを、説明文に基づいて1つの編集済み出力に変換します。プロンプトで再生時間とアスペクト比を指定します。ソーシャルメディアでの素早いリミックス、映画的なシーン調整、反復的なビデオの洗練に最適です。
74+
75+
## はじめる
76+
77+
1. ComfyUIを最新バージョンにアップデートする
78+
2. キャンバスをダブルクリックし、「Gemini Omni Flash」ノードを検索する
79+
3. またはテンプレートライブラリから既製のワークフローを使用する
80+
4. 入力タイプ(テキスト、画像、ビデオ)に合ったワークフローを選択する
81+
5. プロンプトを入力して生成する
82+
83+
<Note>
84+
最良の結果を得るには、Gemini Omni FlashをNano Banana 2 Liteと組み合わせて使用してください。高速度で画像を生成し、その後Gemini Omni Flashでアニメーション化してビデオにします。
85+
</Note>
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
---
2+
title: "Nano Banana 2 Lite: 高速AI画像生成"
3+
description: "ComfyUIのGemini 3.1 Flash-Lite ImageモデルであるNano Banana 2 Liteを使用して、Google最速・最低コストで画像を生成します"
4+
sidebarTitle: "Nano Banana 2 Lite"
5+
translationSourceHash: 1e93bcfa
6+
translationFrom: tutorials/partner-nodes/google/nano-banana-2-lite.mdx
7+
---
8+
9+
import ReqHint from "/snippets/ja/tutorials/partner-nodes/req-hint.mdx";
10+
import UpdateReminder from "/snippets/ja/tutorials/update-reminder.mdx";
11+
12+
Nano Banana 2 Liteは、Google DeepMindの最速かつ最もコスト効率の高いGemini Imageモデルです。迅速な発想と大量のワークフロー向けに設計されています。`gemini-3.1-flash-lite-image`を搭載し、約4秒・1画像あたり$0.034でテキストから画像への生成を実現。コンセプトの素早い可視化、高速プロトタイピング、反復的なデザイン探索に最適です。
13+
14+
<ReqHint/>
15+
<UpdateReminder/>
16+
17+
## Nano Banana 2 Liteの特長
18+
19+
- **超高速生成**: テキストから画像への出力をわずか4秒で実現。インタラクティブなプロトタイピングと迅速なビジュアルドラフトに最適です。
20+
- **コスト効率**: 1K解像度の画像1枚あたり$0.034 — Nano Bananaファミリーで最も手頃なオプションです。
21+
- **キャラクターの一貫性**: 複数の高速生成間でキャラクターのアイデンティティとオブジェクトの忠実性を維持します。
22+
- **画像内テキストレンダリング**: 生成画像に直接、読み取り可能なテキストをドラフトコピーしてレンダリングし、ローカライズされた広告バリエーションを作成できます。
23+
- **設定可能なモデル選択**: 同じノード内でNano Banana 2 Lite、Nano Banana 2、Nano Banana Proを切り替えられます。
24+
25+
## ワークフロー
26+
27+
### テキストから画像へ
28+
29+
<CardGroup cols={2}>
30+
<Card title="Comfy Cloudで実行" icon="cloud" href="https://cloud.comfy.org/?template=api_nano_banana_2_lite_t2i&utm_source=docs&utm_medium=referral&utm_campaign=nano_banana_2_lite">
31+
Open in Comfy Cloud
32+
</Card>
33+
<Card title="ワークフローをダウンロード" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_nano_banana_2_lite_t2i.json">
34+
Download JSON or search "Nano Banana 2 Lite" in Template Library
35+
</Card>
36+
</CardGroup>
37+
38+
テキストの説明から画像を生成します。ファイル入力は不要 — プロンプトを入力するだけで、ワークフローが1つ以上の生成画像を出力します。テキストと画像の入力を交互に使用することもできます。
39+
40+
![Nano Banana 2 Lite Text to Image](https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/output/api_nano_banana_2_lite_t2i.png)
41+
42+
### 画像編集
43+
44+
<CardGroup cols={2}>
45+
<Card title="Comfy Cloudで実行" icon="cloud" href="https://cloud.comfy.org/?template=api_nano_banana_2_lite_image_edit&utm_source=docs&utm_medium=referral&utm_campaign=nano_banana_2_lite">
46+
Open in Comfy Cloud
47+
</Card>
48+
<Card title="ワークフローをダウンロード" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_nano_banana_2_lite_image_edit.json">
49+
Download JSON or search "Nano Banana 2 Lite" in Template Library
50+
</Card>
51+
<Card title="サンプル画像をダウンロード" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/red_f1_track_car.png">
52+
Get the example input image for this workflow
53+
</Card>
54+
</CardGroup>
55+
56+
画像をアップロードし、編集用のテキスト指示を入力します。ワークフローはオリジナルと編集結果の比較画像を並べて出力します。
57+
58+
<div className="flex gap-4">
59+
<img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/red_f1_track_car.png" alt="Nano Banana 2 Lite Image Edit - Input" className="w-1/2" />
60+
<img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/output/api_nano_banana_2_lite_image_edit.png" alt="Nano Banana 2 Lite Image Edit - Output" className="w-1/2" />
61+
</div>
62+
63+
## どのモデルを選ぶべきか?
64+
65+
| モデル | 最適な用途 |
66+
|-------|----------|
67+
| **Nano Banana 2 Lite** | 速度とコスト: 高速な反復、高スループットパイプライン、低レイテンシアプリケーション |
68+
| **Nano Banana 2** | ほとんどのクリエイター向け: 汎用画像生成と編集において品質と速度のバランス |
69+
| **Nano Banana Pro** | プロフェッショナルユースケース: 最高品質、4K生成、複雑なレイアウトと精密な制御 |
70+
71+
## はじめる
72+
73+
1. ComfyUIを最新バージョンにアップデートします
74+
2. キャンバスをダブルクリックし、"Nano Banana 2"ノードを検索します(モデルオプションとしてNano Banana 2 Liteを含みます)
75+
3. または、テンプレートライブラリに移動して、すぐに使えるワークフローを使用します
76+
4. モデルドロップダウンから"Nano Banana 2 Lite"を選択すると最速の生成が可能です
77+
78+
<Note>
79+
Nano Banana 2 Liteは既存のNano Banana 2ノード内で利用できます。このノードを使用した古いワークフローがある場合、ワークフローを再構築せずにモデルバージョンのドロップダウンから"Nano Banana 2 Lite"を選択できます。
80+
</Note>

0 commit comments

Comments
 (0)