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
24 changes: 24 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,12 @@
"tutorials/partner-nodes/luma/luma-image-to-video"
]
},
{
"group": "MiniMax",
"pages": [
"tutorials/partner-nodes/minimax/minimax-h3"
]
},
{
"group": "Moonvalley",
"pages": [
Expand Down Expand Up @@ -3307,6 +3313,12 @@
"zh/tutorials/partner-nodes/luma/luma-image-to-video"
]
},
{
"group": "MiniMax",
"pages": [
"zh/tutorials/partner-nodes/minimax/minimax-h3"
]
},
{
"group": "Moonvalley",
"pages": [
Expand Down Expand Up @@ -6148,6 +6160,12 @@
"ja/tutorials/partner-nodes/luma/luma-image-to-video"
]
},
{
"group": "MiniMax",
"pages": [
"ja/tutorials/partner-nodes/minimax/minimax-h3"
]
},
{
"group": "Moonvalley",
"pages": [
Expand Down Expand Up @@ -9070,6 +9088,12 @@
"ko/tutorials/partner-nodes/luma/luma-image-to-video"
]
},
{
"group": "MiniMax",
"pages": [
"ko/tutorials/partner-nodes/minimax/minimax-h3"
]
},
{
"group": "Moonvalley",
"pages": [
Expand Down
107 changes: 107 additions & 0 deletions ja/tutorials/partner-nodes/minimax/minimax-h3.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
---
title: "ComfyUIでのMiniMax H3 APIビデオ生成"
description: "ComfyUIのクラウドワークフローでMiniMax H3 APIノードを使用し、テキストから動画、先頭・末尾フレームから動画生成、参照から動画を、すべてネイティブのステレオオーディオ付きで行う方法を学びます"
sidebarTitle: "MiniMax H3 API"
translationSourceHash: cd90b2c9
translationFrom: tutorials/partner-nodes/minimax/minimax-h3.mdx
---

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

[MiniMax H3](https://www.minimax.io/blog/minimax-h3)は、MiniMaxの汎用オムニモーダル生成モデルで、ComfyUIではMiniMax H3 APIノードを通じて利用できます。APIワークフローはMiniMaxのサーバー上で生成を実行するため、モデルのダウンロードやローカルGPUは不要で、生成されたビデオは1秒ごとにComfy APIアカウントへ課金されます。

MiniMax H3は**ネイティブのステレオオーディオ**付きでビデオを生成します。音声、効果音、音楽は後から重ねるのではなく、1回のフォワードパスでまとめてモデリングされます。出力は最大2K解像度、1クリップあたり5〜15秒です。

<ReqHint/>
<UpdateReminder/>

## MiniMax H3 API ワークフロー

テンプレートライブラリには3つのAPIサンプルワークフローが含まれています:

- **テキストからビデオへ**:テキストプロンプトからビデオを生成
- **先頭・末尾フレームからビデオへ**:先頭フレームと末尾フレームの画像の間でビデオを生成
- **参照からビデオへ**:参照画像、ビデオ、オーディオを条件にビデオを生成

### MiniMax H3 テキストからビデオへ

MiniMax H3 APIを使用してテキストプロンプトからビデオを生成し、ネイティブのステレオオーディオに対応します。

<video controls className="w-full aspect-video" src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/output/api_minimax_h3_t2v.mp4"></video>

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

#### プロンプトのヒント

1. **プロンプト**:シーン全体と、それに付随するオーディオ(セリフ、効果音、音楽)を1つのブロックで記述します
2. **長さ**:長さ入力は5〜15秒に対応しています。ワークフローには高速な5秒プレビューが付属しています
3. **解像度と比率**:APIは2Kでレンダリングします。`16:9`、`9:16`、`1:1` などのアスペクト比プリセットを選択します
4. **ウォーターマーク**:AIGCウォーターマークはデフォルトでオフです。必要な場合はノードの詳細設定で有効にします

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

MiniMax H3 APIを使用して、先頭フレームとオプションの末尾フレーム画像の間でビデオを生成します。出力のアスペクト比は入力画像に従います。

<video controls className="w-full aspect-video" src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/output/api_minimax_h3_flf2v.mp4"></video>

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

<CardGroup cols={2}>
<Card title="先頭フレーム: angel-warrior-demon-battle-start.png" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/angel-warrior-demon-battle-start.png">
このワークフロー用の先頭フレーム画像です。ご自身の画像も使用できます。
</Card>
<Card title="末尾フレーム: angel-warrior-demon-battle-end.png" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/angel-warrior-demon-battle-end.png">
このワークフロー用の末尾フレーム画像です。ご自身の画像も使用できます。
</Card>
</CardGroup>

#### プロンプトのヒント

1. **フレーム**:`first_frame` 入力は必須で、`last_frame` はオプションです。モデルは2つのフレーム間のモーションを生成します
2. **アスペクト比**:出力は入力画像に従うため、両方のフレームを同じアスペクト比にしてください
3. **画像の制約**:各フレームの幅と高さは256〜5760ピクセルの範囲内で、アスペクト比は2:5から5:2の間である必要があります
4. **プロンプト**:フレーム間の遷移と、必要なオーディオ(セリフ、効果音、音楽)を記述します

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

MiniMax H3 APIを使用して、参照画像、ビデオ、オーディオを条件にビデオを生成します。

![MiniMax H3 参照からビデオへのワークフロープレビュー](https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_minimax_h3_r2v-1.webp)

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

<CardGroup cols={1}>
<Card title="参照画像: 9panel_storyboard_golden_hour_clay_court.png" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/9panel_storyboard_golden_hour_clay_court.png">
このワークフロー用のストーリーボード参照です。ご自身の画像も使用できます。
</Card>
</CardGroup>

#### プロンプトのヒント

1. **タグで参照**:接続順に従ってプロンプト内で各入力を参照します。例:`Image 1`、`Video 1`、`Audio 1`
2. **制限**:参照画像は最大9枚、参照ビデオは最大3本、参照オーディオは最大3つです。各ビデオ・オーディオクリップは2〜15秒で、参照ビデオと参照オーディオはそれぞれ合計15秒までです
3. **オーディオには視覚的なアンカーが必要**:参照画像またはビデオが1つ以上ないと、参照オーディオは使用できません
4. **ビデオの要件**:参照ビデオは23.976-60 FPSである必要があります
5. **プロンプト**:各参照に役割(アイデンティティ、スタイル、モーション、音声)を割り当て、対象のショットを記述します。明示的な割り当ての方がはるかに良い結果が得られる傾向があります
107 changes: 107 additions & 0 deletions ko/tutorials/partner-nodes/minimax/minimax-h3.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
---
title: "ComfyUI에서 MiniMax H3 API 비디오 생성"
description: "ComfyUI에서 MiniMax H3 API 노드를 클라우드 워크플로와 함께 사용하는 방법을 알아보세요. 텍스트 기반 비디오 생성, 첫/마지막 프레임 기반 비디오 생성, 레퍼런스 기반 비디오 생성 모두 네이티브 스테레오 오디오를 지원합니다."
sidebarTitle: "MiniMax H3 API"
translationSourceHash: cd90b2c9
translationFrom: tutorials/partner-nodes/minimax/minimax-h3.mdx
---

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

[MiniMax H3](https://www.minimax.io/blog/minimax-h3)는 MiniMax의 범용 옴니모달 생성 모델로, ComfyUI에서 MiniMax H3 API 노드를 통해 사용할 수 있습니다. API 워크플로는 MiniMax 서버에서 생성을 실행하므로 모델 다운로드나 로컬 GPU가 필요하지 않으며, 생성된 비디오는 1초마다 Comfy API 계정으로 청구됩니다.

MiniMax H3는 **네이티브 스테레오 오디오**와 함께 비디오를 생성합니다. 음성, 사운드 효과, 음악이 이후에 레이어링되는 대신 단일 포워드 패스에서 함께 모델링됩니다. 출력 해상도는 최대 2K이며 클립당 5~15초 길이입니다.

<ReqHint/>
<UpdateReminder/>

## MiniMax H3 API 워크플로

템플릿 라이브러리에는 세 가지 API 예제 워크플로가 포함되어 있습니다.

- **텍스트 기반 비디오 생성**: 텍스트 프롬프트에서 비디오를 생성합니다.
- **첫/마지막 프레임 기반 비디오 생성**: 첫 프레임과 마지막 프레임 이미지 사이의 비디오를 생성합니다.
- **레퍼런스 기반 비디오 생성**: 레퍼런스 이미지, 비디오, 오디오를 조건으로 비디오를 생성합니다.

### MiniMax H3 텍스트 기반 비디오 생성

MiniMax H3 API를 통해 텍스트 프롬프트에서 비디오를 생성하며, 네이티브 스테레오 오디오를 지원합니다.

<video controls className="w-full aspect-video" src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/output/api_minimax_h3_t2v.mp4"></video>

<CardGroup cols={2}>
<Card title="Comfy Cloud에서 실행" icon="cloud" href="https://cloud.comfy.org/?template=api_minimax_h3_t2v&utm_source=docs&utm_medium=referral&utm_campaign=minimax-h3-api">
Comfy Cloud에서 열기
</Card>
<Card title="워크플로 다운로드" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_minimax_h3_t2v.json">
JSON 다운로드 또는 템플릿 라이브러리에서 "MiniMax H3 T2V" 검색
</Card>
</CardGroup>

#### 프롬프트 팁

1. **프롬프트**: 전체 장면과 함께 포함될 오디오(대화, 효과음, 음악)를 한 블록에 설명하세요.
2. **재생 시간**: 재생 시간 입력은 5~15초를 지원합니다. 워크플로에는 빠른 5초 미리보기가 포함되어 있습니다.
3. **해상도 및 비율**: API는 2K로 렌더링합니다. `16:9`, `9:16`, `1:1` 같은 화면 비율 프리셋을 선택하세요.
4. **워터마크**: AIGC 워터마크는 기본적으로 꺼져 있습니다. 필요한 경우 노드의 고급 설정에서 활성화하세요.

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

MiniMax H3 API를 통해 첫 프레임과 선택 사항인 마지막 프레임 이미지 사이의 비디오를 생성합니다. 출력의 화면 비율은 입력 이미지를 따릅니다.

<video controls className="w-full aspect-video" src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/output/api_minimax_h3_flf2v.mp4"></video>

<CardGroup cols={2}>
<Card title="Comfy Cloud에서 실행" icon="cloud" href="https://cloud.comfy.org/?template=api_minimax_h3_flf2v&utm_source=docs&utm_medium=referral&utm_campaign=minimax-h3-api">
Comfy Cloud에서 열기
</Card>
<Card title="워크플로 다운로드" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_minimax_h3_flf2v.json">
JSON 다운로드 또는 템플릿 라이브러리에서 "MiniMax H3 FLF2V" 검색
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="첫 프레임: angel-warrior-demon-battle-start.png" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/angel-warrior-demon-battle-start.png">
워크플로의 첫 프레임이거나, 직접 만든 이미지를 사용하세요.
</Card>
<Card title="마지막 프레임: angel-warrior-demon-battle-end.png" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/angel-warrior-demon-battle-end.png">
워크플로의 마지막 프레임이거나, 직접 만든 이미지를 사용하세요.
</Card>
</CardGroup>

#### 프롬프트 팁

1. **프레임**: `first_frame` 입력은 필수이고, `last_frame`은 선택 사항입니다. 모델은 두 프레임 사이의 움직임을 생성합니다.
2. **화면 비율**: 출력이 입력 이미지를 따르므로 두 프레임 모두 동일한 화면 비율로 유지하세요.
3. **이미지 제약 사항**: 각 프레임의 너비와 높이는 256~5760픽셀 사이여야 하며 화면 비율은 2:5에서 5:2 사이여야 합니다.
4. **프롬프트**: 프레임 사이의 전환과 원하는 오디오(대화, 효과음, 음악)를 설명하세요.

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

MiniMax H3 API를 통해 레퍼런스 이미지, 비디오, 오디오를 조건으로 비디오를 생성합니다.

![MiniMax H3 레퍼런스 기반 비디오 생성 워크플로 미리보기](https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_minimax_h3_r2v-1.webp)

<CardGroup cols={2}>
<Card title="Comfy Cloud에서 실행" icon="cloud" href="https://cloud.comfy.org/?template=api_minimax_h3_r2v&utm_source=docs&utm_medium=referral&utm_campaign=minimax-h3-api">
Comfy Cloud에서 열기
</Card>
<Card title="워크플로 다운로드" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_minimax_h3_r2v.json">
JSON 다운로드 또는 템플릿 라이브러리에서 "MiniMax H3 R2V" 검색
</Card>
</CardGroup>

<CardGroup cols={1}>
<Card title="레퍼런스 이미지: 9panel_storyboard_golden_hour_clay_court.png" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/9panel_storyboard_golden_hour_clay_court.png">
워크플로의 스토리보드 레퍼런스이거나, 직접 만든 이미지를 사용하세요.
</Card>
</CardGroup>

#### 프롬프트 팁

1. **태그로 레퍼런스 지정**: 프롬프트에서 각 입력을 순서로 참조하세요. 예: `Image 1`, `Video 1`, `Audio 1`.
2. **제한 사항**: 레퍼런스 이미지 최대 9개, 레퍼런스 비디오 3개, 레퍼런스 오디오 클립 3개까지 사용할 수 있습니다. 각 비디오 또는 오디오 클립은 2~15초여야 하며, 레퍼런스 비디오와 오디오는 각각 총 15초로 제한됩니다.
3. **오디오에는 시각적 앵커 필요**: 레퍼런스 오디오는 최소 한 개의 레퍼런스 이미지 또는 비디오 없이는 사용할 수 없습니다.
4. **비디오 요구 사항**: 레퍼런스 비디오는 23.976~60 FPS여야 합니다.
5. **프롬프트**: 각 레퍼런스에 역할(정체성, 스타일, 움직임, 음성)을 지정하고 대상 샷을 설명하세요. 명시적인 역할 지정이 훨씬 더 잘 작동하는 경향이 있습니다.
Loading
Loading