Skip to content
Open
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
18 changes: 18 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,12 @@
"tutorials/partner-nodes/wan/wan2-7"
]
},
{
"group": "Grok",
"pages": [
"tutorials/partner-nodes/grok/grok-imagine-video-1-5"
]
},
{
"group": "HappyHorse",
"pages": [
Expand Down Expand Up @@ -2930,6 +2936,12 @@
"zh/tutorials/partner-nodes/wan/wan2-7"
]
},
{
"group": "Grok",
"pages": [
"zh/tutorials/partner-nodes/grok/grok-imagine-video-1-5"
]
},
{
"group": "HappyHorse",
"pages": [
Expand Down Expand Up @@ -5368,6 +5380,12 @@
"ja/tutorials/partner-nodes/wan/wan2-7"
]
},
{
"group": "Grok",
"pages": [
"ja/tutorials/partner-nodes/grok/grok-imagine-video-1-5"
]
},
{
"group": "HappyHorse",
"pages": [
Expand Down
64 changes: 64 additions & 0 deletions ja/tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx
Original file line number Diff line number Diff line change
@@ -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 の解像度をサポートします。

<ReqHint/>
<UpdateReminder/>

## Grok Imagine Video 1.5: 画像から動画

<img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_grok_imagine_video_1_5-1.webp" alt="Grok Imagine Video 1.5 ワークフロー" />

<CardGroup cols={2}>
<Card title="Comfy Cloud で実行" icon="cloud" href="https://cloud.comfy.org/?template=api_grok_imagine_video_1_5&utm_source=docs&utm_medium=referral&utm_campaign=grok_imagine_video_1_5">
Comfy Cloud を開く
</Card>
<Card title="ワークフローをダウンロード" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_grok_imagine_video_1_5.json">
JSON をダウンロード、またはテンプレートライブラリで "Grok Imagine Video 1.5" を検索
</Card>
</CardGroup>

### ワークフローの概要

このワークフローは 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** ノードで自動保存されます。

### ヒント

- 高品質の入力画像を使用すると最良の結果が得られます
- **視覚シーン**と**動きのダイナミクス**の両方をプロンプトで説明すると効果的です
- シード値を変えることで多様な結果が得られます
64 changes: 64 additions & 0 deletions tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx
Original file line number Diff line number Diff line change
@@ -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.

<ReqHint/>
<UpdateReminder/>

## Grok Imagine Video 1.5: Image to Video

<img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_grok_imagine_video_1_5-1.webp" alt="Grok Imagine Video 1.5 Workflow" />

<CardGroup cols={2}>
<Card title="Run in Comfy Cloud" icon="cloud" href="https://cloud.comfy.org/?template=api_grok_imagine_video_1_5&utm_source=docs&utm_medium=referral&utm_campaign=grok_imagine_video_1_5">
Open in Comfy Cloud
</Card>
<Card title="Download Workflow" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_grok_imagine_video_1_5.json">
Download JSON or search "Grok Imagine Video 1.5" in Template Library
</Card>
</CardGroup>

### 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
64 changes: 64 additions & 0 deletions zh/tutorials/partner-nodes/grok/grok-imagine-video-1-5.mdx
Original file line number Diff line number Diff line change
@@ -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 分辨率。

<ReqHint/>
<UpdateReminder/>

## Grok Imagine Video 1.5: 图生视频

<img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_grok_imagine_video_1_5-1.webp" alt="Grok Imagine Video 1.5 工作流" />

<CardGroup cols={2}>
<Card title="在 Comfy Cloud 中运行" icon="cloud" href="https://cloud.comfy.org/?template=api_grok_imagine_video_1_5&utm_source=docs&utm_medium=referral&utm_campaign=grok_imagine_video_1_5">
打开 Comfy Cloud
</Card>
<Card title="下载工作流" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_grok_imagine_video_1_5.json">
下载 JSON 或在模板库中搜索 "Grok Imagine Video 1.5"
</Card>
</CardGroup>

### 工作流总览

该工作流使用三个节点:
- **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** 节点自动保存。

### 小贴士

- 使用高质量的输入图片可获得最佳效果
- 提示词最好同时描述**视觉场景**和**运动动态**
- 尝试不同的种子值可获得多样化的结果
Loading