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
12 changes: 12 additions & 0 deletions ja/tutorials/partner-nodes/minimax/minimax-h3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ MiniMax H3 APIを使用してテキストプロンプトからビデオを生成
3. **解像度と比率**:APIは2Kでレンダリングします。`16:9`、`9:16`、`1:1` などのアスペクト比プリセットを選択します
4. **ウォーターマーク**:AIGCウォーターマークはデフォルトでオフです。必要な場合はノードの詳細設定で有効にします

#### プロンプト作成ガイド

MiniMax は、基本生成モード(T2VA、I2VA、FL2VA、L2VA)向けの公式 [ビデオプロンプト作成ガイド](https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/docs/VIDEO_PROMPT_WRITING_GUIDE_base_en.md) を公開しています。このガイドでは、プロンプトをカメラワークとオーディオ(セリフ、効果音、音楽)を含む時間指定のショットとして構成する方法と、各モードの例を説明しています。

### MiniMax H3 先頭・末尾フレームからビデオへ

MiniMax H3 APIを使用して、先頭フレームとオプションの末尾フレーム画像の間でビデオを生成します。出力のアスペクト比は入力画像に従います。
Expand Down Expand Up @@ -77,6 +81,10 @@ MiniMax H3 APIを使用して、先頭フレームとオプションの末尾フ
3. **画像の制約**:各フレームの幅と高さは256〜5760ピクセルの範囲内で、アスペクト比は2:5から5:2の間である必要があります
4. **プロンプト**:フレーム間の遷移と、必要なオーディオ(セリフ、効果音、音楽)を記述します

#### プロンプト作成ガイド

MiniMax は、基本生成モード(T2VA、I2VA、FL2VA、L2VA)向けの公式 [ビデオプロンプト作成ガイド](https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/docs/VIDEO_PROMPT_WRITING_GUIDE_base_en.md) を公開しています。このガイドでは、プロンプトをカメラワークとオーディオ(セリフ、効果音、音楽)を含む時間指定のショットとして構成する方法と、各モードの例を説明しています。

### MiniMax H3 参照からビデオへ

MiniMax H3 APIを使用して、参照画像、ビデオ、オーディオを条件にビデオを生成します。
Expand Down Expand Up @@ -105,3 +113,7 @@ MiniMax H3 APIを使用して、参照画像、ビデオ、オーディオを条
3. **オーディオには視覚的なアンカーが必要**:参照画像またはビデオが1つ以上ないと、参照オーディオは使用できません
4. **ビデオの要件**:参照ビデオは23.976-60 FPSである必要があります
5. **プロンプト**:各参照に役割(アイデンティティ、スタイル、モーション、音声)を割り当て、対象のショットを記述します。明示的な割り当ての方がはるかに良い結果が得られる傾向があります

#### プロンプト作成ガイド

MiniMax は、参照駆動生成(R2V)向けの公式 [フルリファレンスモードのプロンプトガイド](https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/docs/VIDEO_PROMPT_WRITING_GUIDE_ref_en.md) を公開しています。このガイドでは、書き換え出力の構造(subject definitions、参照ラベル、retention analysis など)と、各参照にターゲットショットでの役割を割り当てる方法を説明しています。
12 changes: 12 additions & 0 deletions ja/tutorials/video/minimax/minimax-h3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ ComfyUI/
4. **再生時間**: 再生時間の入力は、24fps におけるモデルの 17 フレーム単位のブロック(17k+5)のグリッドにスナップされます
5. **先頭/末尾フレーム**: `MiniMaxH3ImageToVideo` ノードの `first_frame` や `last_frame` に画像を接続すると、このワークフローを先頭/末尾フレームの画像から動画への変換に利用できます

#### プロンプト作成ガイド

MiniMax は、基本生成モード(T2VA、I2VA、FL2VA、L2VA)向けの公式 [ビデオプロンプト作成ガイド](https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/docs/VIDEO_PROMPT_WRITING_GUIDE_base_en.md) を公開しています。このガイドでは、プロンプトをカメラワークとオーディオ(セリフ、効果音、音楽)を含む時間指定のショットとして構成する方法と、各モードの例を説明しています。

---### MiniMax H3 画像からビデオへ (I2V)

入力画像からビデオを生成します。最初と最後のフレームのキーフレームをオプションで指定できます。
Expand Down Expand Up @@ -189,6 +193,10 @@ ComfyUI/
3. **解像度**: H3 のネイティブキャンバスは短辺 768px で、768x1344 ピクセルに制限され、32 の倍数に丸められます
4. **再生時間**: 再生時間の入力は、24fps におけるモデルの 17 フレーム単位のブロック(17k+5)グリッドにスナップします

#### プロンプト作成ガイド

MiniMax は、基本生成モード(T2VA、I2VA、FL2VA、L2VA)向けの公式 [ビデオプロンプト作成ガイド](https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/docs/VIDEO_PROMPT_WRITING_GUIDE_base_en.md) を公開しています。このガイドでは、プロンプトをカメラワークとオーディオ(セリフ、効果音、音楽)を含む時間指定のショットとして構成する方法と、各モードの例を説明しています。

---### MiniMax H3 参照からビデオ生成(R2V)

参照画像、ビデオ、オーディオの任意の組み合わせから、キャラクター、スタイル、モーション、カメラワーク、音声を固定したビデオを生成します。
Expand Down Expand Up @@ -252,3 +260,7 @@ ComfyUI/
4. **ref_image_size**: `match` は参照を生成解像度に縮小して高速化します。`max` は短辺を最大2048pxに保つことでアイデンティティの忠実度を高めますが、速度は低下します。
5. **サンプラー**: 参照が多いプロンプトでは、`beta` または `normal` scheduler を使用した `res_multistep` が `simple` よりも良い結果を出す傾向があります。
6. **注意**: R2V は `ref2va` diffusion モデルを使用します。これは T2V および I2V ワークフローで使用される `fl2va` モデルとは異なる重みセットです。

#### プロンプト作成ガイド

MiniMax は、参照駆動生成(R2V)向けの公式 [フルリファレンスモードのプロンプトガイド](https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/docs/VIDEO_PROMPT_WRITING_GUIDE_ref_en.md) を公開しています。このガイドでは、書き換え出力の構造(subject definitions、参照ラベル、retention analysis など)と、各参照にターゲットショットでの役割を割り当てる方法を説明しています。
14 changes: 13 additions & 1 deletion ko/tutorials/partner-nodes/minimax/minimax-h3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ MiniMax H3 API를 통해 텍스트 프롬프트에서 비디오를 생성하며,
3. **해상도 및 비율**: API는 2K로 렌더링합니다. `16:9`, `9:16`, `1:1` 같은 화면 비율 프리셋을 선택하세요.
4. **워터마크**: AIGC 워터마크는 기본적으로 꺼져 있습니다. 필요한 경우 노드의 고급 설정에서 활성화하세요.

#### 프롬프트 작성 가이드

MiniMax는 기본 생성 모드(T2VA, I2VA, FL2VA, L2VA)를 위한 공식 [비디오 프롬프트 작성 가이드](https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/docs/VIDEO_PROMPT_WRITING_GUIDE_base_en.md)를 제공합니다. 이 가이드는 카메라 무브와 오디오(대화, 효과음, 음악)를 포함한 시간별 샷으로 프롬프트를 구성하는 방법과 각 모드의 예시를 설명합니다.

### MiniMax H3 첫/마지막 프레임 기반 비디오 생성

MiniMax H3 API를 통해 첫 프레임과 선택 사항인 마지막 프레임 이미지 사이의 비디오를 생성합니다. 출력의 화면 비율은 입력 이미지를 따릅니다.
Expand Down Expand Up @@ -77,6 +81,10 @@ MiniMax H3 API를 통해 첫 프레임과 선택 사항인 마지막 프레임
3. **이미지 제약 사항**: 각 프레임의 너비와 높이는 256~5760픽셀 사이여야 하며 화면 비율은 2:5에서 5:2 사이여야 합니다.
4. **프롬프트**: 프레임 사이의 전환과 원하는 오디오(대화, 효과음, 음악)를 설명하세요.

#### 프롬프트 작성 가이드

MiniMax는 기본 생성 모드(T2VA, I2VA, FL2VA, L2VA)를 위한 공식 [비디오 프롬프트 작성 가이드](https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/docs/VIDEO_PROMPT_WRITING_GUIDE_base_en.md)를 제공합니다. 이 가이드는 카메라 무브와 오디오(대화, 효과음, 음악)를 포함한 시간별 샷으로 프롬프트를 구성하는 방법과 각 모드의 예시를 설명합니다.

### MiniMax H3 레퍼런스 기반 비디오 생성

MiniMax H3 API를 통해 레퍼런스 이미지, 비디오, 오디오를 조건으로 비디오를 생성합니다.
Expand Down Expand Up @@ -104,4 +112,8 @@ MiniMax H3 API를 통해 레퍼런스 이미지, 비디오, 오디오를 조건
2. **제한 사항**: 레퍼런스 이미지 최대 9개, 레퍼런스 비디오 3개, 레퍼런스 오디오 클립 3개까지 사용할 수 있습니다. 각 비디오 또는 오디오 클립은 2~15초여야 하며, 레퍼런스 비디오와 오디오는 각각 총 15초로 제한됩니다.
3. **오디오에는 시각적 앵커 필요**: 레퍼런스 오디오는 최소 한 개의 레퍼런스 이미지 또는 비디오 없이는 사용할 수 없습니다.
4. **비디오 요구 사항**: 레퍼런스 비디오는 23.976~60 FPS여야 합니다.
5. **프롬프트**: 각 레퍼런스에 역할(정체성, 스타일, 움직임, 음성)을 지정하고 대상 샷을 설명하세요. 명시적인 역할 지정이 훨씬 더 잘 작동하는 경향이 있습니다.
5. **프롬프트**: 각 레퍼런스에 역할(정체성, 스타일, 움직임, 음성)을 지정하고 대상 샷을 설명하세요. 명시적인 역할 지정이 훨씬 더 잘 작동하는 경향이 있습니다.

#### 프롬프트 작성 가이드

MiniMax는 레퍼런스 기반 생성(R2V)을 위한 공식 [전체 참조 모드 프롬프트 가이드](https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/docs/VIDEO_PROMPT_WRITING_GUIDE_ref_en.md)를 제공합니다. 이 가이드는 재작성 출력 구조(주제 정의, 레퍼런스 라벨, 보존 분석)와 각 레퍼런스에 대상 샷에서의 역할을 지정하는 방법을 설명합니다.
12 changes: 12 additions & 0 deletions ko/tutorials/video/minimax/minimax-h3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ ComfyUI/
4. **길이**: 길이 입력은 24fps에서 모델의 17프레임 블록(17k+5) 그리드에 맞춰집니다.
5. **첫 프레임/마지막 프레임**: `MiniMaxH3ImageToVideo` 노드의 `first_frame` 및/또는 `last_frame`에 이미지를 연결하면 이 워크플로를 첫/마지막 프레임 이미지-비디오 변환으로 사용할 수 있습니다.

#### 프롬프트 작성 가이드

MiniMax는 기본 생성 모드(T2VA, I2VA, FL2VA, L2VA)를 위한 공식 [비디오 프롬프트 작성 가이드](https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/docs/VIDEO_PROMPT_WRITING_GUIDE_base_en.md)를 제공합니다. 이 가이드는 카메라 무브와 오디오(대화, 효과음, 음악)를 포함한 시간별 샷으로 프롬프트를 구성하는 방법과 각 모드의 예시를 설명합니다.

---

### MiniMax H3 이미지 기반 비디오 생성 (I2V)
Expand Down Expand Up @@ -192,6 +196,10 @@ ComfyUI/
3. **해상도**: H3의 기본 캔버스는 768px 단변, 최대 768x1344 픽셀, 32의 배수로 반올림됩니다.
4. **길이**: 길이 입력은 24fps에서 모델의 17프레임 블록(17k+5) 그리드에 맞춰집니다.

#### 프롬프트 작성 가이드

MiniMax는 기본 생성 모드(T2VA, I2VA, FL2VA, L2VA)를 위한 공식 [비디오 프롬프트 작성 가이드](https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/docs/VIDEO_PROMPT_WRITING_GUIDE_base_en.md)를 제공합니다. 이 가이드는 카메라 무브와 오디오(대화, 효과음, 음악)를 포함한 시간별 샷으로 프롬프트를 구성하는 방법과 각 모드의 예시를 설명합니다.

---

### MiniMax H3 레퍼런스 기반 비디오 생성 (R2V)
Expand Down Expand Up @@ -257,3 +265,7 @@ ComfyUI/
4. **ref_image_size**: `match`는 속도를 위해 레퍼런스를 생성 해상도로 축소하고, `max`는 속도를 희생하더라도 더 강한 정체성 충실도를 위해 최대 2048px 단변을 유지합니다.
5. **샘플러**: `res_multistep` 샘플러에 `beta` 또는 `normal` 스케줄러를 사용하면 레퍼런스가 많은 프롬프트에서 `simple`보다 좋은 결과를 내는 경향이 있습니다.
6. **참고**: R2V는 T2V 및 I2V 워크플로에서 사용하는 `fl2va` 모델과 다른 가중치 세트인 `ref2va` 디퓨전 모델을 사용합니다.

#### 프롬프트 작성 가이드

MiniMax는 레퍼런스 기반 생성(R2V)을 위한 공식 [전체 참조 모드 프롬프트 가이드](https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/docs/VIDEO_PROMPT_WRITING_GUIDE_ref_en.md)를 제공합니다. 이 가이드는 재작성 출력 구조(주제 정의, 레퍼런스 라벨, 보존 분석)와 각 레퍼런스에 대상 샷에서의 역할을 지정하는 방법을 설명합니다.
12 changes: 12 additions & 0 deletions tutorials/partner-nodes/minimax/minimax-h3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ Generate videos from text prompts through the MiniMax H3 API, with native stereo
3. **Resolution and ratio**: The API renders at 2K; choose an aspect ratio preset such as `16:9`, `9:16`, or `1:1`
4. **Watermark**: The AIGC watermark is off by default; enable it in the node's advanced settings if required

#### Prompt writing guide

MiniMax publishes an official [video prompt writing guide](https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/docs/VIDEO_PROMPT_WRITING_GUIDE_base_en.md) for the base generation modes: T2VA, I2VA, FL2VA, and L2VA. The guide explains how to structure a prompt into timed shots with camera movement and audio (dialogue, SFX, music), and includes examples for each mode.

### MiniMax H3 First-Last-Frame to Video

Generate a video between a first frame and an optional last frame image through the MiniMax H3 API. The aspect ratio of the output follows the input images.
Expand Down Expand Up @@ -75,6 +79,10 @@ Generate a video between a first frame and an optional last frame image through
3. **Image constraints**: Each frame's width and height must be between 256 and 5760 pixels, with an aspect ratio between 2:5 and 5:2
4. **Prompt**: Describe the transition between the frames, and the audio (dialogue, SFX, music) you want

#### Prompt writing guide

MiniMax publishes an official [video prompt writing guide](https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/docs/VIDEO_PROMPT_WRITING_GUIDE_base_en.md) for the base generation modes: T2VA, I2VA, FL2VA, and L2VA. The guide explains how to structure a prompt into timed shots with camera movement and audio (dialogue, SFX, music), and includes examples for each mode.

### MiniMax H3 Reference to Video

Generate videos conditioned on reference images, videos, and audio through the MiniMax H3 API.
Expand Down Expand Up @@ -103,3 +111,7 @@ Generate videos conditioned on reference images, videos, and audio through the M
3. **Audio needs a visual anchor**: Reference audio cannot be used without at least one reference image or video
4. **Video requirements**: Reference videos must be 23.976-60 FPS
5. **Prompt**: Assign each reference a job (identity, style, motion, voice) and describe the target shot; explicit assignments tend to work much better

#### Prompt writing guide

MiniMax publishes an official [full-reference mode prompt guide](https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/docs/VIDEO_PROMPT_WRITING_GUIDE_ref_en.md) for reference-driven generation (R2V). The guide covers the rewrite output structure, including subject definitions, reference labels, and retention analysis, and how to assign each reference a role in the target shot.
12 changes: 12 additions & 0 deletions tutorials/video/minimax/minimax-h3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ ComfyUI/
4. **Duration**: The duration input snaps to the model's 17-frame-per-block (17k+5) grid at 24fps
5. **First/last frame**: Connect images to `first_frame` and/or `last_frame` on the `MiniMaxH3ImageToVideo` node to turn this workflow into first/last-frame image-to-video

#### Prompt writing guide

MiniMax publishes an official [video prompt writing guide](https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/docs/VIDEO_PROMPT_WRITING_GUIDE_base_en.md) for the base generation modes: T2VA, I2VA, FL2VA, and L2VA. The guide explains how to structure a prompt into timed shots with camera movement and audio (dialogue, SFX, music), and includes examples for each mode.

---

### MiniMax H3 Image to Video (I2V)
Expand Down Expand Up @@ -176,6 +180,10 @@ ComfyUI/
3. **Resolution**: H3's native canvas is a 768px short edge, capped at 768x1344 pixels and rounded to a multiple of 32
4. **Duration**: The duration input snaps to the model's 17-frame-per-block (17k+5) grid at 24fps

#### Prompt writing guide

MiniMax publishes an official [video prompt writing guide](https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/docs/VIDEO_PROMPT_WRITING_GUIDE_base_en.md) for the base generation modes: T2VA, I2VA, FL2VA, and L2VA. The guide explains how to structure a prompt into timed shots with camera movement and audio (dialogue, SFX, music), and includes examples for each mode.

---

### MiniMax H3 Reference to Video (R2V)
Expand Down Expand Up @@ -241,3 +249,7 @@ ComfyUI/
4. **ref_image_size**: `match` scales references down to the generation resolution for speed; `max` keeps up to a 2048px short edge for stronger identity fidelity at the cost of speed
5. **Sampler**: `res_multistep` with a `beta` or `normal` scheduler tends to outperform `simple` for reference-heavy prompts
6. **Note**: R2V uses the `ref2va` diffusion model, a different set of weights from the `fl2va` model used by the T2V and I2V workflows

#### Prompt writing guide

MiniMax publishes an official [full-reference mode prompt guide](https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/docs/VIDEO_PROMPT_WRITING_GUIDE_ref_en.md) for reference-driven generation (R2V). The guide covers the rewrite output structure, including subject definitions, reference labels, and retention analysis, and how to assign each reference a role in the target shot.
Loading
Loading