From 43f776e55e75f56d7ff8441586b9d09f719e5819 Mon Sep 17 00:00:00 2001 From: lin-bot23 Date: Tue, 2 Jun 2026 20:54:28 +0800 Subject: [PATCH 1/2] Add Grok Video Partner Node tutorial (EN/ZH/JA) --- docs.json | 18 +++ .../partner-nodes/grok/grok-video.mdx | 151 ++++++++++++++++++ tutorials/partner-nodes/grok/grok-video.mdx | 151 ++++++++++++++++++ .../partner-nodes/grok/grok-video.mdx | 151 ++++++++++++++++++ 4 files changed, 471 insertions(+) create mode 100644 ja/tutorials/partner-nodes/grok/grok-video.mdx create mode 100644 tutorials/partner-nodes/grok/grok-video.mdx create mode 100644 zh/tutorials/partner-nodes/grok/grok-video.mdx diff --git a/docs.json b/docs.json index a3b570b0a..e678c5a91 100644 --- a/docs.json +++ b/docs.json @@ -497,6 +497,12 @@ "tutorials/partner-nodes/wan/wan2-7" ] }, + { + "group": "Grok", + "pages": [ + "tutorials/partner-nodes/grok/grok-video" + ] + }, { "group": "HappyHorse", "pages": [ @@ -2930,6 +2936,12 @@ "zh/tutorials/partner-nodes/wan/wan2-7" ] }, + { + "group": "Grok", + "pages": [ + "zh/tutorials/partner-nodes/grok/grok-video" + ] + }, { "group": "HappyHorse", "pages": [ @@ -5368,6 +5380,12 @@ "ja/tutorials/partner-nodes/wan/wan2-7" ] }, + { + "group": "Grok", + "pages": [ + "ja/tutorials/partner-nodes/grok/grok-video" + ] + }, { "group": "HappyHorse", "pages": [ diff --git a/ja/tutorials/partner-nodes/grok/grok-video.mdx b/ja/tutorials/partner-nodes/grok/grok-video.mdx new file mode 100644 index 000000000..f938363de --- /dev/null +++ b/ja/tutorials/partner-nodes/grok/grok-video.mdx @@ -0,0 +1,151 @@ +--- +title: "Grok 動画生成 ComfyUI 公式例" +description: "ComfyUI で Grok Video Partner Nodes を使用して動画生成、動画編集、参照動画、動画拡張、そして最新の Grok Imagine Video 1.5 を利用する方法を解説します" +sidebarTitle: "Grok 動画" +--- + +import ReqHint from "/snippets/ja/tutorials/partner-nodes/req-hint.mdx"; +import UpdateReminder from "/snippets/ja/tutorials/update-reminder.mdx"; + +Grok Video Partner Nodes を使用すると、xAI の Grok AI モデルを ComfyUI 内で直接活用して動画の生成や編集が行えます。最新の **Grok Imagine Video 1.5** モデルでは、ネイティブオーディオ、リアルな動き、最大 720p 解像度の高品質動画生成が可能です。 + +このガイドでは、生成、編集、参照ベースの作成、拡張をカバーする 5 つの Grok 動画ワークフローを紹介します。 + + + + +## 利用可能な Grok 動画ワークフロー + +| ワークフロー | 説明 | +|---|---| +| **Grok: 動画生成** | テキストプロンプトまたは初期フレームから動画生成 | +| **Grok Imagine Video 1.5: 画像から動画** | 最新モデルでネイティブオーディオ付き動画を生成 | +| **Grok: 動画編集** | テキスト説明で既存動画を編集 | +| **Grok: 参照動画** | キャラクター参照画像で動画作成 | +| **Grok: 動画拡張** | 既存動画を延長 | + +## Grok: 動画生成 + +テキストプロンプトまたは初期フレームから、同期オーディオ付きの最大 15 秒の動画を生成します。 + +Grok 動画生成ワークフロー + + + + Comfy Cloud を開く + + + JSON をダウンロード、またはテンプレートライブラリで "Grok: Video generation" を検索 + + + +### 実行手順 + +1. **(オプション)参照画像をアップロード** — **LoadImage** ノードで初期フレームを指定 +2. **プロンプトを入力** — **GrokVideoNode** でシーンを説明 +3. **モデルを選択** — Grok 動画モデルバリアントを選択 +4. **解像度と長さを設定** — 出力解像度(最大 720p)と動画の長さ(最大 15 秒)を指定 +5. **実行** — `Ctrl+Enter` で生成 + +### ノードパラメータ + +| パラメータ | 説明 | +|---|---| +| `model` | Grok 動画モデルバリアント | +| `prompt` | シーンの説明 | +| `resolution` | 出力解像度(720p 推奨) | +| `duration` | 動画の長さ(秒) | +| `seed` | 再現性のためのシード値 | + +## Grok Imagine Video 1.5: 画像から動画 + +1 枚の入力画像からネイティブオーディオ付きの高品質動画を生成する最新の Grok 動画モデル。最大 720p 解像度をサポートし、リアルな動きと同期したオーディオを生成します。 + +Grok Imagine Video 1.5 ワークフロー + + + + Comfy Cloud を開く + + + JSON をダウンロード、またはテンプレートライブラリで "Grok Imagine Video 1.5" を検索 + + + +### 実行手順 + +1. **画像をアップロード** — **LoadImage** ノードで開始画像を読み込み +2. **プロンプトを入力** — **GrokVideoNode** で動きと雰囲気を説明 +3. **モデルを選択** — `grok-imagine-video-1.5` が選択されていることを確認 +4. **解像度を設定** — 出力解像度を選択(720p 推奨) +5. **長さを設定** — 動画の秒数を選択 +6. **実行** — **SaveVideo** でネイティブオーディオ付き動画を生成 + +## Grok: 動画編集 + +テキスト説明で既存動画を編集します。 + +Grok 動画編集ワークフロー + + + + Comfy Cloud を開く + + + JSON をダウンロード、またはテンプレートライブラリで "Grok: Video Edit" を検索 + + + +### 実行手順 + +1. **ソース動画をアップロード** — **LoadVideo** ノードで入力動画を読み込み +2. **編集プロンプトを入力** — **GrokVideoEditNode** で希望の変更を説明 +3. **モデルを選択** — Grok 動画モデルを選択 +4. **シードを調整** — シードを変更して異なる結果を試す +5. **実行** — `Ctrl+Enter` で編集済み動画を生成 + +## Grok: 参照動画 + +1 枚以上のキャラクター参照画像を使用して、一貫性のあるキャラクターで動画を作成します。 + +Grok 参照動画ワークフロー + + + + Comfy Cloud を開く + + + JSON をダウンロード、またはテンプレートライブラリで "Grok: Reference to Video" を検索 + + + +### 実行手順 + +1. **参照画像をアップロード** — 1 つ以上の **LoadImage** ノードでキャラクター参照を読み込み(最大 6 枚) +2. **プロンプトを入力** — **GrokVideoReferenceNode** でシーンと動きを説明 +3. **モデルを選択** — Grok 動画モデルを選択 +4. **解像度とアスペクト比を設定** — 出力品質を設定 +5. **実行** — `Ctrl+Enter` で生成 + +## Grok: 動画拡張 + +既存動画の長さをシームレスに延長します。 + +Grok 動画拡張ワークフロー + + + + Comfy Cloud を開く + + + JSON をダウンロード、またはテンプレートライブラリで "Grok: Video Extend" を検索 + + + +### 実行手順 + +1. **ソース動画をアップロード** — **LoadVideo** ノードで動画を読み込み +2. **プロンプトを入力** — **GrokVideoExtendNode** で続きのシーンを説明 +3. **モデルを選択** — Grok 動画モデルを選択 +4. **拡張時間を設定** — 追加で生成する秒数を指定 +5. **実行** — `Ctrl+Enter` で拡張動画を生成 diff --git a/tutorials/partner-nodes/grok/grok-video.mdx b/tutorials/partner-nodes/grok/grok-video.mdx new file mode 100644 index 000000000..bf7cd1b90 --- /dev/null +++ b/tutorials/partner-nodes/grok/grok-video.mdx @@ -0,0 +1,151 @@ +--- +title: "Grok Video Generation ComfyUI Official Examples" +description: "This guide explains how to use Grok Video Partner Nodes in ComfyUI for video generation, video editing, reference video, video extend, and the latest Grok Imagine Video 1.5" +sidebarTitle: "Grok Video" +--- + +import ReqHint from "/snippets/tutorials/partner-nodes/req-hint.mdx"; +import UpdateReminder from "/snippets/tutorials/update-reminder.mdx"; + +Grok Video Partner Nodes allow you to generate and edit videos using xAI's Grok AI models directly within ComfyUI. The latest **Grok Imagine Video 1.5** model brings high-quality video generation with native audio, realistic motion, and support for resolutions up to 720p. + +In this guide, we'll walk through five Grok video workflows covering generation, editing, reference-based creation, and extension. + + + + +## Available Grok Video Workflows + +| Workflow | Description | +|---|---| +| **Grok: Video generation** | Generate videos from text prompts or an initial image frame | +| **Grok Imagine Video 1.5: Image to Video** | Generate videos with native audio using the latest Grok model | +| **Grok: Video Edit** | Edit existing videos with text descriptions | +| **Grok: Reference to Video** | Create videos using character reference images | +| **Grok: Video Extend** | Extend the duration of existing videos | + +## Grok: Video generation + +Generate up to 15-second videos with synchronized audio from text prompts or an initial image frame. + +Grok Video generation workflow + + + + Open in Comfy Cloud + + + Download JSON or search "Grok: Video generation" in Template Library + + + +### Steps to Run + +1. **(Optional) Upload a reference image** — use the **LoadImage** node to provide an initial frame +2. **Enter your prompt** — describe the scene in the **GrokVideoNode** node +3. **Select model** — choose a Grok video model variant +4. **Set resolution and duration** — choose output resolution (up to 720p) and video length (up to 15 seconds) +5. **Click Queue** — press `Ctrl+Enter` to generate + +### Node Parameters + +| Parameter | Description | +|---|---| +| `model` | Grok video model variant | +| `prompt` | Description of the scene | +| `resolution` | Output resolution (720p recommended) | +| `duration` | Video length in seconds | +| `seed` | Random seed for reproducible results | + +## Grok Imagine Video 1.5: Image to Video + +The latest Grok video model that generates high-quality videos with native audio from a single image input. Supports resolutions up to 720p and produces realistic motion with synchronized audio. + +Grok Imagine Video 1.5 workflow + + + + Open in Comfy Cloud + + + Download JSON or search "Grok Imagine Video 1.5" in Template Library + + + +### Steps to Run + +1. **Upload an image** — use the **LoadImage** node to load a starting image +2. **Enter your prompt** — describe the motion and atmosphere in the **GrokVideoNode** node +3. **Select model** — ensure `grok-imagine-video-1.5` is selected +4. **Set resolution** — choose output resolution (720p recommended) +5. **Set duration** — choose the number of seconds +6. **Click Queue** — generates video with native audio, saved via **SaveVideo** + +## Grok: Video Edit + +Edit existing videos with text prompts describing the desired modifications. + +Grok Video Edit workflow + + + + Open in Comfy Cloud + + + Download JSON or search "Grok: Video Edit" in Template Library + + + +### Steps to Run + +1. **Upload a source video** — use the **LoadVideo** node to load your input video +2. **Enter your edit prompt** — describe how you want the video to change in the **GrokVideoEditNode** node +3. **Select model** — choose a Grok video model +4. **Adjust seed** — modify the seed for different results +5. **Click Queue** — press `Ctrl+Enter` to generate the edited video + +## Grok: Reference to Video + +Create videos using one or more character reference images for consistent character identity across the generated video. + +Grok Reference to Video workflow + + + + Open in Comfy Cloud + + + Download JSON or search "Grok: Reference to Video" in Template Library + + + +### Steps to Run + +1. **Upload reference images** — use one or more **LoadImage** nodes for character references (supports up to 6) +2. **Enter your prompt** — describe the scene and motion in the **GrokVideoReferenceNode** node +3. **Select model** — choose a Grok video model +4. **Set resolution and aspect ratio** — configure output quality +5. **Click Queue** — press `Ctrl+Enter` to generate + +## Grok: Video Extend + +Seamlessly extend the duration of existing videos beyond their original length. + +Grok Video Extend workflow + + + + Open in Comfy Cloud + + + Download JSON or search "Grok: Video Extend" in Template Library + + + +### Steps to Run + +1. **Upload a source video** — use the **LoadVideo** node to load your video +2. **Enter your prompt** — describe the continuation scene in the **GrokVideoExtendNode** node +3. **Select model** — choose a Grok video model +4. **Set extend duration** — specify how many additional seconds to generate +5. **Click Queue** — press `Ctrl+Enter` to generate the extended video diff --git a/zh/tutorials/partner-nodes/grok/grok-video.mdx b/zh/tutorials/partner-nodes/grok/grok-video.mdx new file mode 100644 index 000000000..2e98c97e9 --- /dev/null +++ b/zh/tutorials/partner-nodes/grok/grok-video.mdx @@ -0,0 +1,151 @@ +--- +title: "Grok 视频生成 ComfyUI 官方示例" +description: "本指南介绍如何在 ComfyUI 中使用 Grok Video Partner Nodes 进行视频生成、视频编辑、参考视频、视频扩展及最新的 Grok Imagine Video 1.5" +sidebarTitle: "Grok 视频" +--- + +import ReqHint from "/snippets/zh/tutorials/partner-nodes/req-hint.mdx"; +import UpdateReminder from "/snippets/zh/tutorials/update-reminder.mdx"; + +Grok Video Partner Nodes 可让你在 ComfyUI 中直接使用 xAI 的 Grok AI 模型进行视频生成和编辑。最新的 **Grok Imagine Video 1.5** 模型带来了高质量视频生成,支持原生音频、逼真运动效果和最高 720p 的分辨率。 + +在本指南中,我们将介绍五种 Grok 视频工作流:生成、编辑、参考图创建、扩展。 + + + + +## 可用的 Grok 视频工作流 + +| 工作流 | 说明 | +|---|---| +| **Grok: 视频生成** | 通过文本提示或起始帧生成视频 | +| **Grok Imagine Video 1.5: 图生视频** | 使用最新 Grok 模型生成带原生音频的视频 | +| **Grok: 视频编辑** | 通过文本描述编辑现有视频 | +| **Grok: 参考视频** | 使用角色参考图片创建视频 | +| **Grok: 视频扩展** | 扩展现有视频时长 | + +## Grok: 视频生成 + +从文本提示或起始帧生成最长 15 秒的同步音频视频。 + +Grok 视频生成工作流 + + + + 打开 Comfy Cloud + + + 下载 JSON 或在模板库中搜索 "Grok: Video generation" + + + +### 运行步骤 + +1. **(可选)上传参考图片** — 使用 **LoadImage** 节点提供起始帧 +2. **输入提示词** — 在 **GrokVideoNode** 中描述场景 +3. **选择模型** — 选择 Grok 视频模型变体 +4. **设置分辨率和时长** — 选择输出分辨率(最高 720p)和视频长度(最长 15 秒) +5. **点击执行** — 按 `Ctrl+Enter` 生成 + +### 节点参数 + +| 参数 | 说明 | +|---|---| +| `model` | Grok 视频模型变体 | +| `prompt` | 场景描述 | +| `resolution` | 输出分辨率(推荐 720p) | +| `duration` | 视频长度(秒) | +| `seed` | 随机种子,用于复现结果 | + +## Grok Imagine Video 1.5: 图生视频 + +最新的 Grok 视频模型,从单张输入图片生成带原生音频的高质量视频。支持最高 720p 分辨率,生成逼真的运动效果并同步音频。 + +Grok Imagine Video 1.5 工作流 + + + + 打开 Comfy Cloud + + + 下载 JSON 或在模板库中搜索 "Grok Imagine Video 1.5" + + + +### 运行步骤 + +1. **上传图片** — 使用 **LoadImage** 节点加载起始图片 +2. **输入提示词** — 在 **GrokVideoNode** 中描述运动效果和氛围 +3. **选择模型** — 确保选择了 `grok-imagine-video-1.5` +4. **设置分辨率** — 选择输出分辨率(推荐 720p) +5. **设置时长** — 选择视频秒数 +6. **点击执行** — 通过 **SaveVideo** 生成带原生音频的视频 + +## Grok: 视频编辑 + +通过文本描述编辑现有视频。 + +Grok 视频编辑工作流 + + + + 打开 Comfy Cloud + + + 下载 JSON 或在模板库中搜索 "Grok: Video Edit" + + + +### 运行步骤 + +1. **上传源视频** — 使用 **LoadVideo** 节点加载输入视频 +2. **输入编辑提示词** — 在 **GrokVideoEditNode** 中描述你想要的修改 +3. **选择模型** — 选择 Grok 视频模型 +4. **调整种子** — 更改种子获取不同结果 +5. **点击执行** — 按 `Ctrl+Enter` 生成编辑后的视频 + +## Grok: 参考视频 + +使用一张或多张角色参考图片创建视频,确保生成的视频中角色保持一致性。 + +Grok 参考视频工作流 + + + + 打开 Comfy Cloud + + + 下载 JSON 或在模板库中搜索 "Grok: Reference to Video" + + + +### 运行步骤 + +1. **上传参考图片** — 使用一个或多个 **LoadImage** 节点加载角色参考图(最多 6 张) +2. **输入提示词** — 在 **GrokVideoReferenceNode** 中描述场景和运动 +3. **选择模型** — 选择 Grok 视频模型 +4. **设置分辨率和画面比例** — 配置输出质量 +5. **点击执行** — 按 `Ctrl+Enter` 生成 + +## Grok: 视频扩展 + +无缝扩展现有视频的时长。 + +Grok 视频扩展工作流 + + + + 打开 Comfy Cloud + + + 下载 JSON 或在模板库中搜索 "Grok: Video Extend" + + + +### 运行步骤 + +1. **上传源视频** — 使用 **LoadVideo** 节点加载视频 +2. **输入提示词** — 在 **GrokVideoExtendNode** 中描述续写场景 +3. **选择模型** — 选择 Grok 视频模型 +4. **设置扩展时长** — 指定需要额外生成的秒数 +5. **点击执行** — 按 `Ctrl+Enter` 生成扩展后的视频 From e10596f202ead2fb73056eaf92ec18dc1ce97f90 Mon Sep 17 00:00:00 2001 From: lin-bot23 Date: Tue, 2 Jun 2026 21:09:56 +0800 Subject: [PATCH 2/2] Refocus Grok tutorial on Grok Imagine Video 1.5 only --- docs.json | 6 +- .../grok/grok-imagine-video-1-5.mdx | 64 ++++++++ .../partner-nodes/grok/grok-video.mdx | 151 ------------------ .../grok/grok-imagine-video-1-5.mdx | 64 ++++++++ tutorials/partner-nodes/grok/grok-video.mdx | 151 ------------------ .../grok/grok-imagine-video-1-5.mdx | 64 ++++++++ .../partner-nodes/grok/grok-video.mdx | 151 ------------------ 7 files changed, 195 insertions(+), 456 deletions(-) create mode 100644 ja/tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx delete mode 100644 ja/tutorials/partner-nodes/grok/grok-video.mdx create mode 100644 tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx delete mode 100644 tutorials/partner-nodes/grok/grok-video.mdx create mode 100644 zh/tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx delete mode 100644 zh/tutorials/partner-nodes/grok/grok-video.mdx diff --git a/docs.json b/docs.json index e678c5a91..03b0a0639 100644 --- a/docs.json +++ b/docs.json @@ -500,7 +500,7 @@ { "group": "Grok", "pages": [ - "tutorials/partner-nodes/grok/grok-video" + "tutorials/partner-nodes/grok/grok-imagine-video-1-5" ] }, { @@ -2939,7 +2939,7 @@ { "group": "Grok", "pages": [ - "zh/tutorials/partner-nodes/grok/grok-video" + "zh/tutorials/partner-nodes/grok/grok-imagine-video-1-5" ] }, { @@ -5383,7 +5383,7 @@ { "group": "Grok", "pages": [ - "ja/tutorials/partner-nodes/grok/grok-video" + "ja/tutorials/partner-nodes/grok/grok-imagine-video-1-5" ] }, { diff --git a/ja/tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx b/ja/tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx new file mode 100644 index 000000000..841e7dc1b --- /dev/null +++ b/ja/tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx @@ -0,0 +1,64 @@ +--- +title: "Grok Imagine Video 1.5 画像から動画 ComfyUI 公式例" +description: "ComfyUI で Grok Imagine Video 1.5 Partner Node を使用して、画像からネイティブオーディオ付きの高品質動画を生成する方法を解説します" +sidebarTitle: "Grok Imagine Video 1.5" +--- + +import ReqHint from "/snippets/ja/tutorials/partner-nodes/req-hint.mdx"; +import UpdateReminder from "/snippets/ja/tutorials/update-reminder.mdx"; + +[Grok Imagine Video 1.5](/ja/built-in-nodes/GrokVideoNode) Partner Node は、1 枚の画像からネイティブオーディオ付きの高品質動画を生成します。xAI の最新 Grok モデルを搭載し、同期オーディオを伴うリアルな動きを生成し、最大 720p の解像度をサポートします。 + + + + +## Grok Imagine Video 1.5: 画像から動画 + +Grok Imagine Video 1.5 ワークフロー + + + + Comfy Cloud を開く + + + JSON をダウンロード、またはテンプレートライブラリで "Grok Imagine Video 1.5" を検索 + + + +### ワークフローの概要 + +このワークフローは 3 つのノードで構成されます: +- **LoadImage** — 開始画像フレームを提供 +- **GrokVideoNode** — `grok-imagine-video-1.5` モデルに設定された核心ノード +- **SaveVideo** — 生成されたネイティブオーディオ付き動画を保存 + +### 実行手順 + +1. **開始画像をアップロード** — **LoadImage** ノードで参照画像を読み込み +2. **プロンプトを入力** — **GrokVideoNode** で動き、雰囲気、シーンのダイナミクスを説明 +3. **モデルを選択** — `grok-imagine-video-1.5` が選択されていることを確認 +4. **解像度を設定** — 出力解像度を選択(`720p` 推奨) +5. **長さを設定** — 動画の秒数を選択 +6. **シードを設定** — 結果の再現性を制御 +7. **実行** — `Ctrl+Enter` で生成 + +### ノードパラメータ + +| パラメータ | 説明 | +|---|---| +| `model` | Grok モデルバリアント(`grok-imagine-video-1.5`) | +| `prompt` | 動き、シーン、雰囲気のテキスト説明 | +| `resolution` | 出力解像度(`720p`、`auto` など) | +| `aspect_ratio` | アスペクト比設定(デフォルト `auto`) | +| `duration` | 動画の長さ(秒) | +| `seed` | 一貫した出力のためのシード値 | + +### 出力 + +生成された動画には動きと同期した**ネイティブオーディオ**が含まれ、**SaveVideo** ノードで自動保存されます。 + +### ヒント + +- 高品質の入力画像を使用すると最良の結果が得られます +- **視覚シーン**と**動きのダイナミクス**の両方をプロンプトで説明すると効果的です +- シード値を変えることで多様な結果が得られます diff --git a/ja/tutorials/partner-nodes/grok/grok-video.mdx b/ja/tutorials/partner-nodes/grok/grok-video.mdx deleted file mode 100644 index f938363de..000000000 --- a/ja/tutorials/partner-nodes/grok/grok-video.mdx +++ /dev/null @@ -1,151 +0,0 @@ ---- -title: "Grok 動画生成 ComfyUI 公式例" -description: "ComfyUI で Grok Video Partner Nodes を使用して動画生成、動画編集、参照動画、動画拡張、そして最新の Grok Imagine Video 1.5 を利用する方法を解説します" -sidebarTitle: "Grok 動画" ---- - -import ReqHint from "/snippets/ja/tutorials/partner-nodes/req-hint.mdx"; -import UpdateReminder from "/snippets/ja/tutorials/update-reminder.mdx"; - -Grok Video Partner Nodes を使用すると、xAI の Grok AI モデルを ComfyUI 内で直接活用して動画の生成や編集が行えます。最新の **Grok Imagine Video 1.5** モデルでは、ネイティブオーディオ、リアルな動き、最大 720p 解像度の高品質動画生成が可能です。 - -このガイドでは、生成、編集、参照ベースの作成、拡張をカバーする 5 つの Grok 動画ワークフローを紹介します。 - - - - -## 利用可能な Grok 動画ワークフロー - -| ワークフロー | 説明 | -|---|---| -| **Grok: 動画生成** | テキストプロンプトまたは初期フレームから動画生成 | -| **Grok Imagine Video 1.5: 画像から動画** | 最新モデルでネイティブオーディオ付き動画を生成 | -| **Grok: 動画編集** | テキスト説明で既存動画を編集 | -| **Grok: 参照動画** | キャラクター参照画像で動画作成 | -| **Grok: 動画拡張** | 既存動画を延長 | - -## Grok: 動画生成 - -テキストプロンプトまたは初期フレームから、同期オーディオ付きの最大 15 秒の動画を生成します。 - -Grok 動画生成ワークフロー - - - - Comfy Cloud を開く - - - JSON をダウンロード、またはテンプレートライブラリで "Grok: Video generation" を検索 - - - -### 実行手順 - -1. **(オプション)参照画像をアップロード** — **LoadImage** ノードで初期フレームを指定 -2. **プロンプトを入力** — **GrokVideoNode** でシーンを説明 -3. **モデルを選択** — Grok 動画モデルバリアントを選択 -4. **解像度と長さを設定** — 出力解像度(最大 720p)と動画の長さ(最大 15 秒)を指定 -5. **実行** — `Ctrl+Enter` で生成 - -### ノードパラメータ - -| パラメータ | 説明 | -|---|---| -| `model` | Grok 動画モデルバリアント | -| `prompt` | シーンの説明 | -| `resolution` | 出力解像度(720p 推奨) | -| `duration` | 動画の長さ(秒) | -| `seed` | 再現性のためのシード値 | - -## Grok Imagine Video 1.5: 画像から動画 - -1 枚の入力画像からネイティブオーディオ付きの高品質動画を生成する最新の Grok 動画モデル。最大 720p 解像度をサポートし、リアルな動きと同期したオーディオを生成します。 - -Grok Imagine Video 1.5 ワークフロー - - - - Comfy Cloud を開く - - - JSON をダウンロード、またはテンプレートライブラリで "Grok Imagine Video 1.5" を検索 - - - -### 実行手順 - -1. **画像をアップロード** — **LoadImage** ノードで開始画像を読み込み -2. **プロンプトを入力** — **GrokVideoNode** で動きと雰囲気を説明 -3. **モデルを選択** — `grok-imagine-video-1.5` が選択されていることを確認 -4. **解像度を設定** — 出力解像度を選択(720p 推奨) -5. **長さを設定** — 動画の秒数を選択 -6. **実行** — **SaveVideo** でネイティブオーディオ付き動画を生成 - -## Grok: 動画編集 - -テキスト説明で既存動画を編集します。 - -Grok 動画編集ワークフロー - - - - Comfy Cloud を開く - - - JSON をダウンロード、またはテンプレートライブラリで "Grok: Video Edit" を検索 - - - -### 実行手順 - -1. **ソース動画をアップロード** — **LoadVideo** ノードで入力動画を読み込み -2. **編集プロンプトを入力** — **GrokVideoEditNode** で希望の変更を説明 -3. **モデルを選択** — Grok 動画モデルを選択 -4. **シードを調整** — シードを変更して異なる結果を試す -5. **実行** — `Ctrl+Enter` で編集済み動画を生成 - -## Grok: 参照動画 - -1 枚以上のキャラクター参照画像を使用して、一貫性のあるキャラクターで動画を作成します。 - -Grok 参照動画ワークフロー - - - - Comfy Cloud を開く - - - JSON をダウンロード、またはテンプレートライブラリで "Grok: Reference to Video" を検索 - - - -### 実行手順 - -1. **参照画像をアップロード** — 1 つ以上の **LoadImage** ノードでキャラクター参照を読み込み(最大 6 枚) -2. **プロンプトを入力** — **GrokVideoReferenceNode** でシーンと動きを説明 -3. **モデルを選択** — Grok 動画モデルを選択 -4. **解像度とアスペクト比を設定** — 出力品質を設定 -5. **実行** — `Ctrl+Enter` で生成 - -## Grok: 動画拡張 - -既存動画の長さをシームレスに延長します。 - -Grok 動画拡張ワークフロー - - - - Comfy Cloud を開く - - - JSON をダウンロード、またはテンプレートライブラリで "Grok: Video Extend" を検索 - - - -### 実行手順 - -1. **ソース動画をアップロード** — **LoadVideo** ノードで動画を読み込み -2. **プロンプトを入力** — **GrokVideoExtendNode** で続きのシーンを説明 -3. **モデルを選択** — Grok 動画モデルを選択 -4. **拡張時間を設定** — 追加で生成する秒数を指定 -5. **実行** — `Ctrl+Enter` で拡張動画を生成 diff --git a/tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx b/tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx new file mode 100644 index 000000000..f16faa194 --- /dev/null +++ b/tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx @@ -0,0 +1,64 @@ +--- +title: "Grok Imagine Video 1.5 Image to Video ComfyUI Official Example" +description: "This guide explains how to use the Grok Imagine Video 1.5 Partner Node in ComfyUI to generate high-quality videos with native audio from images" +sidebarTitle: "Grok Imagine Video 1.5" +--- + +import ReqHint from "/snippets/tutorials/partner-nodes/req-hint.mdx"; +import UpdateReminder from "/snippets/tutorials/update-reminder.mdx"; + +The [Grok Imagine Video 1.5](/built-in-nodes/GrokVideoNode) Partner Node enables high-quality video generation with native audio from a single image input. Powered by xAI's latest Grok model, it produces realistic motion with synchronized audio and supports resolutions up to 720p. + + + + +## Grok Imagine Video 1.5: Image to Video + +Grok Imagine Video 1.5 Workflow + + + + Open in Comfy Cloud + + + Download JSON or search "Grok Imagine Video 1.5" in Template Library + + + +### Workflow Overview + +This workflow uses three nodes: +- **LoadImage** — provides the starting image frame +- **GrokVideoNode** — the core node configured with the `grok-imagine-video-1.5` model +- **SaveVideo** — saves the generated video with native audio + +### Steps to Run + +1. **Upload a starting image** — use the **LoadImage** node to load your reference image +2. **Enter your prompt** — describe the motion, atmosphere, and scene dynamics in the **GrokVideoNode** node +3. **Select model** — ensure `grok-imagine-video-1.5` is selected +4. **Set resolution** — choose output resolution (`720p` recommended) +5. **Set duration** — choose the video length in seconds +6. **Set seed** — control reproducibility of results +7. **Click Queue** — press `Ctrl+Enter` to generate + +### Node Parameters + +| Parameter | Description | +|---|---| +| `model` | Grok model variant (use `grok-imagine-video-1.5`) | +| `prompt` | Text description of motion, scene, and atmosphere | +| `resolution` | Output resolution (`720p`, `auto`, etc.) | +| `aspect_ratio` | Aspect ratio setting (`auto` by default) | +| `duration` | Video length in seconds | +| `seed` | Random seed for consistent outputs | + +### Output + +The generated video includes **native audio** synchronized with the motion, saved automatically via the **SaveVideo** node. + +### Tips + +- Use high-quality input images for best results +- The prompt works best when it describes both the **visual scene** and the **motion dynamics** +- For different results, try varying the seed value diff --git a/tutorials/partner-nodes/grok/grok-video.mdx b/tutorials/partner-nodes/grok/grok-video.mdx deleted file mode 100644 index bf7cd1b90..000000000 --- a/tutorials/partner-nodes/grok/grok-video.mdx +++ /dev/null @@ -1,151 +0,0 @@ ---- -title: "Grok Video Generation ComfyUI Official Examples" -description: "This guide explains how to use Grok Video Partner Nodes in ComfyUI for video generation, video editing, reference video, video extend, and the latest Grok Imagine Video 1.5" -sidebarTitle: "Grok Video" ---- - -import ReqHint from "/snippets/tutorials/partner-nodes/req-hint.mdx"; -import UpdateReminder from "/snippets/tutorials/update-reminder.mdx"; - -Grok Video Partner Nodes allow you to generate and edit videos using xAI's Grok AI models directly within ComfyUI. The latest **Grok Imagine Video 1.5** model brings high-quality video generation with native audio, realistic motion, and support for resolutions up to 720p. - -In this guide, we'll walk through five Grok video workflows covering generation, editing, reference-based creation, and extension. - - - - -## Available Grok Video Workflows - -| Workflow | Description | -|---|---| -| **Grok: Video generation** | Generate videos from text prompts or an initial image frame | -| **Grok Imagine Video 1.5: Image to Video** | Generate videos with native audio using the latest Grok model | -| **Grok: Video Edit** | Edit existing videos with text descriptions | -| **Grok: Reference to Video** | Create videos using character reference images | -| **Grok: Video Extend** | Extend the duration of existing videos | - -## Grok: Video generation - -Generate up to 15-second videos with synchronized audio from text prompts or an initial image frame. - -Grok Video generation workflow - - - - Open in Comfy Cloud - - - Download JSON or search "Grok: Video generation" in Template Library - - - -### Steps to Run - -1. **(Optional) Upload a reference image** — use the **LoadImage** node to provide an initial frame -2. **Enter your prompt** — describe the scene in the **GrokVideoNode** node -3. **Select model** — choose a Grok video model variant -4. **Set resolution and duration** — choose output resolution (up to 720p) and video length (up to 15 seconds) -5. **Click Queue** — press `Ctrl+Enter` to generate - -### Node Parameters - -| Parameter | Description | -|---|---| -| `model` | Grok video model variant | -| `prompt` | Description of the scene | -| `resolution` | Output resolution (720p recommended) | -| `duration` | Video length in seconds | -| `seed` | Random seed for reproducible results | - -## Grok Imagine Video 1.5: Image to Video - -The latest Grok video model that generates high-quality videos with native audio from a single image input. Supports resolutions up to 720p and produces realistic motion with synchronized audio. - -Grok Imagine Video 1.5 workflow - - - - Open in Comfy Cloud - - - Download JSON or search "Grok Imagine Video 1.5" in Template Library - - - -### Steps to Run - -1. **Upload an image** — use the **LoadImage** node to load a starting image -2. **Enter your prompt** — describe the motion and atmosphere in the **GrokVideoNode** node -3. **Select model** — ensure `grok-imagine-video-1.5` is selected -4. **Set resolution** — choose output resolution (720p recommended) -5. **Set duration** — choose the number of seconds -6. **Click Queue** — generates video with native audio, saved via **SaveVideo** - -## Grok: Video Edit - -Edit existing videos with text prompts describing the desired modifications. - -Grok Video Edit workflow - - - - Open in Comfy Cloud - - - Download JSON or search "Grok: Video Edit" in Template Library - - - -### Steps to Run - -1. **Upload a source video** — use the **LoadVideo** node to load your input video -2. **Enter your edit prompt** — describe how you want the video to change in the **GrokVideoEditNode** node -3. **Select model** — choose a Grok video model -4. **Adjust seed** — modify the seed for different results -5. **Click Queue** — press `Ctrl+Enter` to generate the edited video - -## Grok: Reference to Video - -Create videos using one or more character reference images for consistent character identity across the generated video. - -Grok Reference to Video workflow - - - - Open in Comfy Cloud - - - Download JSON or search "Grok: Reference to Video" in Template Library - - - -### Steps to Run - -1. **Upload reference images** — use one or more **LoadImage** nodes for character references (supports up to 6) -2. **Enter your prompt** — describe the scene and motion in the **GrokVideoReferenceNode** node -3. **Select model** — choose a Grok video model -4. **Set resolution and aspect ratio** — configure output quality -5. **Click Queue** — press `Ctrl+Enter` to generate - -## Grok: Video Extend - -Seamlessly extend the duration of existing videos beyond their original length. - -Grok Video Extend workflow - - - - Open in Comfy Cloud - - - Download JSON or search "Grok: Video Extend" in Template Library - - - -### Steps to Run - -1. **Upload a source video** — use the **LoadVideo** node to load your video -2. **Enter your prompt** — describe the continuation scene in the **GrokVideoExtendNode** node -3. **Select model** — choose a Grok video model -4. **Set extend duration** — specify how many additional seconds to generate -5. **Click Queue** — press `Ctrl+Enter` to generate the extended video diff --git a/zh/tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx b/zh/tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx new file mode 100644 index 000000000..1c77e43c5 --- /dev/null +++ b/zh/tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx @@ -0,0 +1,64 @@ +--- +title: "Grok Imagine Video 1.5 图生视频 ComfyUI 官方示例" +description: "本指南介绍如何在 ComfyUI 中使用 Grok Imagine Video 1.5 Partner Node,从图片生成带原生音频的高质量视频" +sidebarTitle: "Grok Imagine Video 1.5" +--- + +import ReqHint from "/snippets/zh/tutorials/partner-nodes/req-hint.mdx"; +import UpdateReminder from "/snippets/zh/tutorials/update-reminder.mdx"; + +[Grok Imagine Video 1.5](/zh/built-in-nodes/GrokVideoNode) Partner Node 可从单张输入图片生成带原生音频的高质量视频。由 xAI 最新的 Grok 模型驱动,可生成逼真的运动效果并同步音频,最高支持 720p 分辨率。 + + + + +## Grok Imagine Video 1.5: 图生视频 + +Grok Imagine Video 1.5 工作流 + + + + 打开 Comfy Cloud + + + 下载 JSON 或在模板库中搜索 "Grok Imagine Video 1.5" + + + +### 工作流总览 + +该工作流使用三个节点: +- **LoadImage** — 提供起始图片帧 +- **GrokVideoNode** — 核心节点,配置为 `grok-imagine-video-1.5` 模型 +- **SaveVideo** — 保存生成的带原生音频的视频 + +### 运行步骤 + +1. **上传起始图片** — 使用 **LoadImage** 节点加载参考图片 +2. **输入提示词** — 在 **GrokVideoNode** 中描述运动效果、氛围和场景动态 +3. **选择模型** — 确保选择了 `grok-imagine-video-1.5` +4. **设置分辨率** — 选择输出分辨率(推荐 `720p`) +5. **设置时长** — 选择视频的秒数 +6. **设置种子** — 控制结果的可复现性 +7. **点击执行** — 按 `Ctrl+Enter` 生成 + +### 节点参数 + +| 参数 | 说明 | +|---|---| +| `model` | Grok 模型变体(使用 `grok-imagine-video-1.5`) | +| `prompt` | 运动、场景和氛围的文本描述 | +| `resolution` | 输出分辨率(`720p`、`auto` 等) | +| `aspect_ratio` | 画面比例设置(默认 `auto`) | +| `duration` | 视频长度(秒) | +| `seed` | 用于生成一致结果的随机种子 | + +### 输出 + +生成的视频包含与运动同步的**原生音频**,通过 **SaveVideo** 节点自动保存。 + +### 小贴士 + +- 使用高质量的输入图片可获得最佳效果 +- 提示词最好同时描述**视觉场景**和**运动动态** +- 尝试不同的种子值可获得多样化的结果 diff --git a/zh/tutorials/partner-nodes/grok/grok-video.mdx b/zh/tutorials/partner-nodes/grok/grok-video.mdx deleted file mode 100644 index 2e98c97e9..000000000 --- a/zh/tutorials/partner-nodes/grok/grok-video.mdx +++ /dev/null @@ -1,151 +0,0 @@ ---- -title: "Grok 视频生成 ComfyUI 官方示例" -description: "本指南介绍如何在 ComfyUI 中使用 Grok Video Partner Nodes 进行视频生成、视频编辑、参考视频、视频扩展及最新的 Grok Imagine Video 1.5" -sidebarTitle: "Grok 视频" ---- - -import ReqHint from "/snippets/zh/tutorials/partner-nodes/req-hint.mdx"; -import UpdateReminder from "/snippets/zh/tutorials/update-reminder.mdx"; - -Grok Video Partner Nodes 可让你在 ComfyUI 中直接使用 xAI 的 Grok AI 模型进行视频生成和编辑。最新的 **Grok Imagine Video 1.5** 模型带来了高质量视频生成,支持原生音频、逼真运动效果和最高 720p 的分辨率。 - -在本指南中,我们将介绍五种 Grok 视频工作流:生成、编辑、参考图创建、扩展。 - - - - -## 可用的 Grok 视频工作流 - -| 工作流 | 说明 | -|---|---| -| **Grok: 视频生成** | 通过文本提示或起始帧生成视频 | -| **Grok Imagine Video 1.5: 图生视频** | 使用最新 Grok 模型生成带原生音频的视频 | -| **Grok: 视频编辑** | 通过文本描述编辑现有视频 | -| **Grok: 参考视频** | 使用角色参考图片创建视频 | -| **Grok: 视频扩展** | 扩展现有视频时长 | - -## Grok: 视频生成 - -从文本提示或起始帧生成最长 15 秒的同步音频视频。 - -Grok 视频生成工作流 - - - - 打开 Comfy Cloud - - - 下载 JSON 或在模板库中搜索 "Grok: Video generation" - - - -### 运行步骤 - -1. **(可选)上传参考图片** — 使用 **LoadImage** 节点提供起始帧 -2. **输入提示词** — 在 **GrokVideoNode** 中描述场景 -3. **选择模型** — 选择 Grok 视频模型变体 -4. **设置分辨率和时长** — 选择输出分辨率(最高 720p)和视频长度(最长 15 秒) -5. **点击执行** — 按 `Ctrl+Enter` 生成 - -### 节点参数 - -| 参数 | 说明 | -|---|---| -| `model` | Grok 视频模型变体 | -| `prompt` | 场景描述 | -| `resolution` | 输出分辨率(推荐 720p) | -| `duration` | 视频长度(秒) | -| `seed` | 随机种子,用于复现结果 | - -## Grok Imagine Video 1.5: 图生视频 - -最新的 Grok 视频模型,从单张输入图片生成带原生音频的高质量视频。支持最高 720p 分辨率,生成逼真的运动效果并同步音频。 - -Grok Imagine Video 1.5 工作流 - - - - 打开 Comfy Cloud - - - 下载 JSON 或在模板库中搜索 "Grok Imagine Video 1.5" - - - -### 运行步骤 - -1. **上传图片** — 使用 **LoadImage** 节点加载起始图片 -2. **输入提示词** — 在 **GrokVideoNode** 中描述运动效果和氛围 -3. **选择模型** — 确保选择了 `grok-imagine-video-1.5` -4. **设置分辨率** — 选择输出分辨率(推荐 720p) -5. **设置时长** — 选择视频秒数 -6. **点击执行** — 通过 **SaveVideo** 生成带原生音频的视频 - -## Grok: 视频编辑 - -通过文本描述编辑现有视频。 - -Grok 视频编辑工作流 - - - - 打开 Comfy Cloud - - - 下载 JSON 或在模板库中搜索 "Grok: Video Edit" - - - -### 运行步骤 - -1. **上传源视频** — 使用 **LoadVideo** 节点加载输入视频 -2. **输入编辑提示词** — 在 **GrokVideoEditNode** 中描述你想要的修改 -3. **选择模型** — 选择 Grok 视频模型 -4. **调整种子** — 更改种子获取不同结果 -5. **点击执行** — 按 `Ctrl+Enter` 生成编辑后的视频 - -## Grok: 参考视频 - -使用一张或多张角色参考图片创建视频,确保生成的视频中角色保持一致性。 - -Grok 参考视频工作流 - - - - 打开 Comfy Cloud - - - 下载 JSON 或在模板库中搜索 "Grok: Reference to Video" - - - -### 运行步骤 - -1. **上传参考图片** — 使用一个或多个 **LoadImage** 节点加载角色参考图(最多 6 张) -2. **输入提示词** — 在 **GrokVideoReferenceNode** 中描述场景和运动 -3. **选择模型** — 选择 Grok 视频模型 -4. **设置分辨率和画面比例** — 配置输出质量 -5. **点击执行** — 按 `Ctrl+Enter` 生成 - -## Grok: 视频扩展 - -无缝扩展现有视频的时长。 - -Grok 视频扩展工作流 - - - - 打开 Comfy Cloud - - - 下载 JSON 或在模板库中搜索 "Grok: Video Extend" - - - -### 运行步骤 - -1. **上传源视频** — 使用 **LoadVideo** 节点加载视频 -2. **输入提示词** — 在 **GrokVideoExtendNode** 中描述续写场景 -3. **选择模型** — 选择 Grok 视频模型 -4. **设置扩展时长** — 指定需要额外生成的秒数 -5. **点击执行** — 按 `Ctrl+Enter` 生成扩展后的视频