From 762deedd30a42180df6c3c296ecd100284cdb7de Mon Sep 17 00:00:00 2001 From: lin-bot23 Date: Mon, 3 Aug 2026 00:03:04 +0800 Subject: [PATCH 1/4] docs: add MiniMax H3 API workflow tutorial under partner nodes --- docs.json | 24 ++++ .../partner-nodes/minimax/minimax-h3-api.mdx | 107 ++++++++++++++++++ .../partner-nodes/minimax/minimax-h3-api.mdx | 107 ++++++++++++++++++ .../partner-nodes/minimax/minimax-h3-api.mdx | 105 +++++++++++++++++ .../partner-nodes/minimax/minimax-h3-api.mdx | 107 ++++++++++++++++++ 5 files changed, 450 insertions(+) create mode 100644 ja/tutorials/partner-nodes/minimax/minimax-h3-api.mdx create mode 100644 ko/tutorials/partner-nodes/minimax/minimax-h3-api.mdx create mode 100644 tutorials/partner-nodes/minimax/minimax-h3-api.mdx create mode 100644 zh/tutorials/partner-nodes/minimax/minimax-h3-api.mdx diff --git a/docs.json b/docs.json index 180a9a28c..b3102bb5b 100644 --- a/docs.json +++ b/docs.json @@ -482,6 +482,12 @@ "tutorials/partner-nodes/luma/luma-image-to-video" ] }, + { + "group": "MiniMax", + "pages": [ + "tutorials/partner-nodes/minimax/minimax-h3-api" + ] + }, { "group": "Moonvalley", "pages": [ @@ -3307,6 +3313,12 @@ "zh/tutorials/partner-nodes/luma/luma-image-to-video" ] }, + { + "group": "MiniMax", + "pages": [ + "zh/tutorials/partner-nodes/minimax/minimax-h3-api" + ] + }, { "group": "Moonvalley", "pages": [ @@ -6148,6 +6160,12 @@ "ja/tutorials/partner-nodes/luma/luma-image-to-video" ] }, + { + "group": "MiniMax", + "pages": [ + "ja/tutorials/partner-nodes/minimax/minimax-h3-api" + ] + }, { "group": "Moonvalley", "pages": [ @@ -9070,6 +9088,12 @@ "ko/tutorials/partner-nodes/luma/luma-image-to-video" ] }, + { + "group": "MiniMax", + "pages": [ + "ko/tutorials/partner-nodes/minimax/minimax-h3-api" + ] + }, { "group": "Moonvalley", "pages": [ diff --git a/ja/tutorials/partner-nodes/minimax/minimax-h3-api.mdx b/ja/tutorials/partner-nodes/minimax/minimax-h3-api.mdx new file mode 100644 index 000000000..ab1771e03 --- /dev/null +++ b/ja/tutorials/partner-nodes/minimax/minimax-h3-api.mdx @@ -0,0 +1,107 @@ +--- +title: "ComfyUIでのMiniMax H3 APIビデオ生成" +description: "ComfyUIのクラウドワークフローでMiniMax H3 APIノードを使用し、テキストから動画、先頭・末尾フレームから動画生成、参照から動画を、すべてネイティブのステレオオーディオ付きで行う方法を学びます" +sidebarTitle: "MiniMax H3 API" +translationSourceHash: cd26f852 +translationFrom: tutorials/partner-nodes/minimax/minimax-h3-api.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秒です。 + + + + +## MiniMax H3 API ワークフロー + +テンプレートライブラリには3つのAPIサンプルワークフローが含まれています: + +- **テキストからビデオへ**:テキストプロンプトからビデオを生成 +- **先頭・末尾フレームからビデオへ**:先頭フレームと末尾フレームの画像の間でビデオを生成 +- **参照からビデオへ**:参照画像、ビデオ、オーディオを条件にビデオを生成 + +### MiniMax H3 テキストからビデオへ + +MiniMax H3 APIを使用してテキストプロンプトからビデオを生成し、ネイティブのステレオオーディオに対応します。 + + + + + + Comfy Cloud で開く + + + JSON をダウンロード、またはテンプレートライブラリで「MiniMax H3 T2V」を検索 + + + +#### プロンプトのヒント + +1. **プロンプト**:シーン全体と、それに付随するオーディオ(セリフ、効果音、音楽)を1つのブロックで記述します +2. **長さ**:長さ入力は5〜15秒に対応しています。ワークフローには高速な5秒プレビューが付属しています +3. **解像度と比率**:APIは2Kでレンダリングします。`16:9`、`9:16`、`1:1` などのアスペクト比プリセットを選択します +4. **ウォーターマーク**:AIGCウォーターマークはデフォルトでオフです。必要な場合はノードの詳細設定で有効にします + +### MiniMax H3 先頭・末尾フレームからビデオへ + +MiniMax H3 APIを使用して、先頭フレームとオプションの末尾フレーム画像の間でビデオを生成します。出力のアスペクト比は入力画像に従います。 + + + + + + Comfy Cloud で開く + + + JSON をダウンロード、またはテンプレートライブラリで「MiniMax H3 FLF2V」を検索 + + + + + + このワークフロー用の先頭フレーム画像です。ご自身の画像も使用できます。 + + + このワークフロー用の末尾フレーム画像です。ご自身の画像も使用できます。 + + + +#### プロンプトのヒント + +1. **フレーム**:`first_frame` 入力は必須で、`last_frame` はオプションです。モデルは2つのフレーム間のモーションを生成します +2. **アスペクト比**:出力は入力画像に従うため、両方のフレームを同じアスペクト比にしてください +3. **画像の制約**:フレームは256x256ピクセル以上、アスペクト比は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) + + + + Comfy Cloud で開く + + + JSON をダウンロード、またはテンプレートライブラリで「MiniMax H3 R2V」を検索 + + + + + + このワークフロー用のストーリーボード参照です。ご自身の画像も使用できます。 + + + +#### プロンプトのヒント + +1. **タグで参照**:接続順に従ってプロンプト内で各入力を参照します。例:`Image 1`、`Video 1`、`Audio 1` +2. **制限**:参照画像は最大9枚、参照ビデオは最大3本、参照オーディオは最大3つです。各ビデオ・オーディオクリップは2〜15秒で、参照ビデオと参照オーディオはそれぞれ合計15秒までです +3. **オーディオには視覚的なアンカーが必要**:参照画像またはビデオが1つ以上ないと、参照オーディオは使用できません +4. **ビデオの要件**:参照ビデオは23.976-60 FPSである必要があります +5. **プロンプト**:各参照に役割(アイデンティティ、スタイル、モーション、音声)を割り当て、対象のショットを記述します。明示的な割り当ての方がはるかに良い結果が得られる傾向があります diff --git a/ko/tutorials/partner-nodes/minimax/minimax-h3-api.mdx b/ko/tutorials/partner-nodes/minimax/minimax-h3-api.mdx new file mode 100644 index 000000000..16467232b --- /dev/null +++ b/ko/tutorials/partner-nodes/minimax/minimax-h3-api.mdx @@ -0,0 +1,107 @@ +--- +title: "ComfyUI에서 MiniMax H3 API 비디오 생성" +description: "ComfyUI에서 MiniMax H3 API 노드를 클라우드 워크플로와 함께 사용하는 방법을 알아보세요. 텍스트 기반 비디오 생성, 첫/마지막 프레임 기반 비디오 생성, 레퍼런스 기반 비디오 생성 모두 네이티브 스테레오 오디오를 지원합니다." +sidebarTitle: "MiniMax H3 API" +translationSourceHash: cd26f852 +translationFrom: tutorials/partner-nodes/minimax/minimax-h3-api.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초 길이입니다. + + + + +## MiniMax H3 API 워크플로 + +템플릿 라이브러리에는 세 가지 API 예제 워크플로가 포함되어 있습니다. + +- **텍스트 기반 비디오 생성**: 텍스트 프롬프트에서 비디오를 생성합니다. +- **첫/마지막 프레임 기반 비디오 생성**: 첫 프레임과 마지막 프레임 이미지 사이의 비디오를 생성합니다. +- **레퍼런스 기반 비디오 생성**: 레퍼런스 이미지, 비디오, 오디오를 조건으로 비디오를 생성합니다. + +### MiniMax H3 텍스트 기반 비디오 생성 + +MiniMax H3 API를 통해 텍스트 프롬프트에서 비디오를 생성하며, 네이티브 스테레오 오디오를 지원합니다. + + + + + + Comfy Cloud에서 열기 + + + JSON 다운로드 또는 템플릿 라이브러리에서 "MiniMax H3 T2V" 검색 + + + +#### 프롬프트 팁 + +1. **프롬프트**: 전체 장면과 함께 포함될 오디오(대화, 효과음, 음악)를 한 블록에 설명하세요. +2. **재생 시간**: 재생 시간 입력은 5~15초를 지원합니다. 워크플로에는 빠른 5초 미리보기가 포함되어 있습니다. +3. **해상도 및 비율**: API는 2K로 렌더링합니다. `16:9`, `9:16`, `1:1` 같은 화면 비율 프리셋을 선택하세요. +4. **워터마크**: AIGC 워터마크는 기본적으로 꺼져 있습니다. 필요한 경우 노드의 고급 설정에서 활성화하세요. + +### MiniMax H3 첫/마지막 프레임 기반 비디오 생성 + +MiniMax H3 API를 통해 첫 프레임과 선택 사항인 마지막 프레임 이미지 사이의 비디오를 생성합니다. 출력의 화면 비율은 입력 이미지를 따릅니다. + + + + + + Comfy Cloud에서 열기 + + + JSON 다운로드 또는 템플릿 라이브러리에서 "MiniMax H3 FLF2V" 검색 + + + + + + 워크플로의 첫 프레임이거나, 직접 만든 이미지를 사용하세요. + + + 워크플로의 마지막 프레임이거나, 직접 만든 이미지를 사용하세요. + + + +#### 프롬프트 팁 + +1. **프레임**: `first_frame` 입력은 필수이고, `last_frame`은 선택 사항입니다. 모델은 두 프레임 사이의 움직임을 생성합니다. +2. **화면 비율**: 출력이 입력 이미지를 따르므로 두 프레임 모두 동일한 화면 비율로 유지하세요. +3. **이미지 제약 사항**: 프레임은 최소 256x256픽셀이어야 하며 화면 비율은 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) + + + + Comfy Cloud에서 열기 + + + JSON 다운로드 또는 템플릿 라이브러리에서 "MiniMax H3 R2V" 검색 + + + + + + 워크플로의 스토리보드 레퍼런스이거나, 직접 만든 이미지를 사용하세요. + + + +#### 프롬프트 팁 + +1. **태그로 레퍼런스 지정**: 프롬프트에서 각 입력을 순서로 참조하세요. 예: `Image 1`, `Video 1`, `Audio 1`. +2. **제한 사항**: 레퍼런스 이미지 최대 9개, 레퍼런스 비디오 3개, 레퍼런스 오디오 클립 3개까지 사용할 수 있습니다. 각 비디오 또는 오디오 클립은 2~15초여야 하며, 레퍼런스 비디오와 오디오는 각각 총 15초로 제한됩니다. +3. **오디오에는 시각적 앵커 필요**: 레퍼런스 오디오는 최소 한 개의 레퍼런스 이미지 또는 비디오 없이는 사용할 수 없습니다. +4. **비디오 요구 사항**: 레퍼런스 비디오는 23.976~60 FPS여야 합니다. +5. **프롬프트**: 각 레퍼런스에 역할(정체성, 스타일, 움직임, 음성)을 지정하고 대상 샷을 설명하세요. 명시적인 역할 지정이 훨씬 더 잘 작동하는 경향이 있습니다. \ No newline at end of file diff --git a/tutorials/partner-nodes/minimax/minimax-h3-api.mdx b/tutorials/partner-nodes/minimax/minimax-h3-api.mdx new file mode 100644 index 000000000..0d2ff73ea --- /dev/null +++ b/tutorials/partner-nodes/minimax/minimax-h3-api.mdx @@ -0,0 +1,105 @@ +--- +title: "MiniMax H3 API Video Generation in ComfyUI" +description: "Learn how to use the MiniMax H3 API nodes in ComfyUI with cloud workflows for text-to-video, first/last-frame video, and reference-to-video, all with native stereo audio" +sidebarTitle: "MiniMax H3 API" +--- + +import ReqHint from "/snippets/tutorials/partner-nodes/req-hint.mdx"; +import UpdateReminder from "/snippets/tutorials/update-reminder.mdx"; + +[MiniMax H3](https://www.minimax.io/blog/minimax-h3) is MiniMax's general-purpose, omni-modal generation model, available in ComfyUI through the MiniMax H3 API nodes. The API workflows run generation on MiniMax's servers, so no model downloads or local GPU are required, and each second of generated video is billed to your Comfy API account. + +MiniMax H3 generates video with **native stereo audio**: voice, sound effects, and music are modeled together in a single forward pass instead of being layered on afterward. Output is up to 2K resolution at 5-15 seconds per clip. + + + + +## MiniMax H3 API workflows + +The template library ships with three API example workflows: + +- **Text to Video**: Generate videos from text prompts +- **First-Last-Frame to Video**: Generate a video between a first and last frame image +- **Reference to Video**: Generate videos conditioned on reference images, videos, and audio + +### MiniMax H3 Text to Video + +Generate videos from text prompts through the MiniMax H3 API, with native stereo audio. + + + + + + Open in Comfy Cloud + + + Download JSON or search "MiniMax H3 T2V" in Template Library + + + +#### Prompting tips + +1. **Prompt**: Describe the whole scene and the accompanying audio (dialogue, SFX, music) in one block +2. **Duration**: The duration input supports 5-15 seconds; the workflow ships with a fast 5-second preview +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 + +### 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. + + + + + + Open in Comfy Cloud + + + Download JSON or search "MiniMax H3 FLF2V" in Template Library + + + + + + First frame for the workflow, or use your own image. + + + Last frame for the workflow, or use your own image. + + + +#### Prompting tips + +1. **Frames**: The `first_frame` input is required; `last_frame` is optional. The model generates the motion between them +2. **Aspect ratio**: The output follows the input images, so keep both frames at the same aspect ratio +3. **Image constraints**: Frames must be at least 256x256 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 + +### MiniMax H3 Reference to Video + +Generate videos conditioned on reference images, videos, and audio through the MiniMax H3 API. + +![MiniMax H3 Reference to Video workflow preview](https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_minimax_h3_r2v-1.webp) + + + + Open in Comfy Cloud + + + Download JSON or search "MiniMax H3 R2V" in Template Library + + + + + + Storyboard reference for the workflow, or use your own images. + + + +#### Prompting tips + +1. **Reference by tag**: Refer to each input by its order in the prompt, for example `Image 1`, `Video 1`, or `Audio 1` +2. **Limits**: Up to 9 reference images, 3 reference videos, and 3 reference audio clips. Each video or audio clip must be 2-15 seconds; total reference video and audio is capped at 15 seconds each +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 diff --git a/zh/tutorials/partner-nodes/minimax/minimax-h3-api.mdx b/zh/tutorials/partner-nodes/minimax/minimax-h3-api.mdx new file mode 100644 index 000000000..3113e09d2 --- /dev/null +++ b/zh/tutorials/partner-nodes/minimax/minimax-h3-api.mdx @@ -0,0 +1,107 @@ +--- +title: "在 ComfyUI 中使用 MiniMax H3 API 进行视频生成" +description: "了解如何通过云端工作流在 ComfyUI 中使用 MiniMax H3 API 节点进行文生视频、首尾帧视频和参考生视频,全部支持原生立体声音频" +sidebarTitle: "MiniMax H3 API" +translationSourceHash: cd26f852 +translationFrom: tutorials/partner-nodes/minimax/minimax-h3-api.mdx +--- + +import ReqHint from "/snippets/zh/tutorials/partner-nodes/req-hint.mdx"; +import UpdateReminder from "/snippets/zh/tutorials/update-reminder.mdx"; + +[MiniMax H3](https://www.minimax.io/blog/minimax-h3) 是 MiniMax 的通用全模态生成模型,可通过 MiniMax H3 API 节点在 ComfyUI 中使用。API 工作流在 MiniMax 的服务器上执行生成,因此无需下载模型或本地 GPU,生成的视频每秒都会计入您的 Comfy API 账户。 + +MiniMax H3 生成视频时带有**原生立体声音频**:人声、音效和音乐在单次前向传播中一同建模,而不是事后叠加。输出最高可达 2K 分辨率,每个片段时长 5-15 秒。 + + + + +## MiniMax H3 API 工作流 + +模板库附带三个 API 示例工作流: + +- **文生视频**:根据文本提示生成视频 +- **首尾帧视频**:在第一帧和最后一帧图像之间生成视频 +- **参考生视频**:根据参考图像、视频和音频生成视频 + +### MiniMax H3 文生视频 + +通过 MiniMax H3 API 根据文本提示生成视频,并带有原生立体声音频。 + + + + + + 在 Comfy Cloud 中打开 + + + 下载 JSON,或在模板库中搜索 “MiniMax H3 T2V” + + + +#### 提示技巧 + +1. **提示词**:在一个提示词块中描述整个场景以及伴随的音频(对白、音效、音乐) +2. **时长**:时长输入支持 5-15 秒;工作流附带快速 5 秒预览 +3. **分辨率和比例**:API 以 2K 渲染;请选择宽高比预设,例如 `16:9`、`9:16` 或 `1:1` +4. **水印**:AIGC 水印默认关闭;如有需要,可在节点的高级设置中启用 + +### MiniMax H3 首尾帧视频 + +通过 MiniMax H3 API,在第一帧和可选的最后一帧图像之间生成视频。输出的宽高比遵循输入图像。 + + + + + + 在 Comfy Cloud 中打开 + + + 下载 JSON,或在模板库中搜索 “MiniMax H3 FLF2V” + + + + + + 该工作流的首帧,或使用您自己的图像。 + + + 该工作流的尾帧,或使用您自己的图像。 + + + +#### 提示技巧 + +1. **帧**:`first_frame` 输入为必填项,`last_frame` 为可选项。模型会生成两者之间的运动。 +2. **宽高比**:输出遵循输入图像,因此请保持两个帧具有相同的宽高比。 +3. **图像约束**:帧必须至少为 256x256 像素,宽高比在 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) + + + + 在 Comfy Cloud 中打开 + + + 下载 JSON,或在模板库中搜索 “MiniMax H3 R2V” + + + + + + 该工作流的分镜参考,或使用您自己的图像。 + + + +#### 提示技巧 + +1. **按标签引用**:在提示词中按顺序引用每个输入,例如 `Image 1`、`Video 1` 或 `Audio 1` +2. **限制**:最多 9 张参考图像、3 个参考视频和 3 个参考音频片段。每个视频或音频片段必须为 2-15 秒;参考视频和参考音频的总时长分别以 15 秒为上限。 +3. **音频需要视觉锚点**:如果没有至少一个参考图像或视频,则无法使用参考音频。 +4. **视频要求**:参考视频必须为 23.976-60 FPS。 +5. **提示词**:为每个参考分配一个角色(身份、风格、运动、声音),并描述目标镜头;明确的分配往往效果会好得多。 \ No newline at end of file From df0ea7488c6f17db8459b3cfa604f4023411df57 Mon Sep 17 00:00:00 2001 From: lin-bot23 Date: Mon, 3 Aug 2026 01:01:00 +0800 Subject: [PATCH 2/4] docs: add MiniMax H3 API workflow tutorial under partner nodes --- docs.json | 8 ++++---- .../minimax/{minimax-h3-api.mdx => minimax-h3.mdx} | 2 +- .../minimax/{minimax-h3-api.mdx => minimax-h3.mdx} | 2 +- .../minimax/{minimax-h3-api.mdx => minimax-h3.mdx} | 0 .../minimax/{minimax-h3-api.mdx => minimax-h3.mdx} | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) rename ja/tutorials/partner-nodes/minimax/{minimax-h3-api.mdx => minimax-h3.mdx} (99%) rename ko/tutorials/partner-nodes/minimax/{minimax-h3-api.mdx => minimax-h3.mdx} (99%) rename tutorials/partner-nodes/minimax/{minimax-h3-api.mdx => minimax-h3.mdx} (100%) rename zh/tutorials/partner-nodes/minimax/{minimax-h3-api.mdx => minimax-h3.mdx} (98%) diff --git a/docs.json b/docs.json index b3102bb5b..36e0f67c3 100644 --- a/docs.json +++ b/docs.json @@ -485,7 +485,7 @@ { "group": "MiniMax", "pages": [ - "tutorials/partner-nodes/minimax/minimax-h3-api" + "tutorials/partner-nodes/minimax/minimax-h3" ] }, { @@ -3316,7 +3316,7 @@ { "group": "MiniMax", "pages": [ - "zh/tutorials/partner-nodes/minimax/minimax-h3-api" + "zh/tutorials/partner-nodes/minimax/minimax-h3" ] }, { @@ -6163,7 +6163,7 @@ { "group": "MiniMax", "pages": [ - "ja/tutorials/partner-nodes/minimax/minimax-h3-api" + "ja/tutorials/partner-nodes/minimax/minimax-h3" ] }, { @@ -9091,7 +9091,7 @@ { "group": "MiniMax", "pages": [ - "ko/tutorials/partner-nodes/minimax/minimax-h3-api" + "ko/tutorials/partner-nodes/minimax/minimax-h3" ] }, { diff --git a/ja/tutorials/partner-nodes/minimax/minimax-h3-api.mdx b/ja/tutorials/partner-nodes/minimax/minimax-h3.mdx similarity index 99% rename from ja/tutorials/partner-nodes/minimax/minimax-h3-api.mdx rename to ja/tutorials/partner-nodes/minimax/minimax-h3.mdx index ab1771e03..3328af185 100644 --- a/ja/tutorials/partner-nodes/minimax/minimax-h3-api.mdx +++ b/ja/tutorials/partner-nodes/minimax/minimax-h3.mdx @@ -3,7 +3,7 @@ title: "ComfyUIでのMiniMax H3 APIビデオ生成" description: "ComfyUIのクラウドワークフローでMiniMax H3 APIノードを使用し、テキストから動画、先頭・末尾フレームから動画生成、参照から動画を、すべてネイティブのステレオオーディオ付きで行う方法を学びます" sidebarTitle: "MiniMax H3 API" translationSourceHash: cd26f852 -translationFrom: tutorials/partner-nodes/minimax/minimax-h3-api.mdx +translationFrom: tutorials/partner-nodes/minimax/minimax-h3.mdx --- import ReqHint from "/snippets/ja/tutorials/partner-nodes/req-hint.mdx"; diff --git a/ko/tutorials/partner-nodes/minimax/minimax-h3-api.mdx b/ko/tutorials/partner-nodes/minimax/minimax-h3.mdx similarity index 99% rename from ko/tutorials/partner-nodes/minimax/minimax-h3-api.mdx rename to ko/tutorials/partner-nodes/minimax/minimax-h3.mdx index 16467232b..4c7970bfa 100644 --- a/ko/tutorials/partner-nodes/minimax/minimax-h3-api.mdx +++ b/ko/tutorials/partner-nodes/minimax/minimax-h3.mdx @@ -3,7 +3,7 @@ title: "ComfyUI에서 MiniMax H3 API 비디오 생성" description: "ComfyUI에서 MiniMax H3 API 노드를 클라우드 워크플로와 함께 사용하는 방법을 알아보세요. 텍스트 기반 비디오 생성, 첫/마지막 프레임 기반 비디오 생성, 레퍼런스 기반 비디오 생성 모두 네이티브 스테레오 오디오를 지원합니다." sidebarTitle: "MiniMax H3 API" translationSourceHash: cd26f852 -translationFrom: tutorials/partner-nodes/minimax/minimax-h3-api.mdx +translationFrom: tutorials/partner-nodes/minimax/minimax-h3.mdx --- import ReqHint from "/snippets/ko/tutorials/partner-nodes/req-hint.mdx"; diff --git a/tutorials/partner-nodes/minimax/minimax-h3-api.mdx b/tutorials/partner-nodes/minimax/minimax-h3.mdx similarity index 100% rename from tutorials/partner-nodes/minimax/minimax-h3-api.mdx rename to tutorials/partner-nodes/minimax/minimax-h3.mdx diff --git a/zh/tutorials/partner-nodes/minimax/minimax-h3-api.mdx b/zh/tutorials/partner-nodes/minimax/minimax-h3.mdx similarity index 98% rename from zh/tutorials/partner-nodes/minimax/minimax-h3-api.mdx rename to zh/tutorials/partner-nodes/minimax/minimax-h3.mdx index 3113e09d2..9d3e8e42b 100644 --- a/zh/tutorials/partner-nodes/minimax/minimax-h3-api.mdx +++ b/zh/tutorials/partner-nodes/minimax/minimax-h3.mdx @@ -3,7 +3,7 @@ title: "在 ComfyUI 中使用 MiniMax H3 API 进行视频生成" description: "了解如何通过云端工作流在 ComfyUI 中使用 MiniMax H3 API 节点进行文生视频、首尾帧视频和参考生视频,全部支持原生立体声音频" sidebarTitle: "MiniMax H3 API" translationSourceHash: cd26f852 -translationFrom: tutorials/partner-nodes/minimax/minimax-h3-api.mdx +translationFrom: tutorials/partner-nodes/minimax/minimax-h3.mdx --- import ReqHint from "/snippets/zh/tutorials/partner-nodes/req-hint.mdx"; From 427fb804c9721723d01d50753f1411af1e14eaf1 Mon Sep 17 00:00:00 2001 From: lin-bot23 Date: Mon, 3 Aug 2026 01:08:02 +0800 Subject: [PATCH 3/4] docs: fix subject-verb agreement in MiniMax H3 API intro --- ja/tutorials/partner-nodes/minimax/minimax-h3.mdx | 2 +- ko/tutorials/partner-nodes/minimax/minimax-h3.mdx | 2 +- tutorials/partner-nodes/minimax/minimax-h3.mdx | 2 +- zh/tutorials/partner-nodes/minimax/minimax-h3.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ja/tutorials/partner-nodes/minimax/minimax-h3.mdx b/ja/tutorials/partner-nodes/minimax/minimax-h3.mdx index 3328af185..97b0af23e 100644 --- a/ja/tutorials/partner-nodes/minimax/minimax-h3.mdx +++ b/ja/tutorials/partner-nodes/minimax/minimax-h3.mdx @@ -2,7 +2,7 @@ title: "ComfyUIでのMiniMax H3 APIビデオ生成" description: "ComfyUIのクラウドワークフローでMiniMax H3 APIノードを使用し、テキストから動画、先頭・末尾フレームから動画生成、参照から動画を、すべてネイティブのステレオオーディオ付きで行う方法を学びます" sidebarTitle: "MiniMax H3 API" -translationSourceHash: cd26f852 +translationSourceHash: 5b05114f translationFrom: tutorials/partner-nodes/minimax/minimax-h3.mdx --- diff --git a/ko/tutorials/partner-nodes/minimax/minimax-h3.mdx b/ko/tutorials/partner-nodes/minimax/minimax-h3.mdx index 4c7970bfa..0747b7beb 100644 --- a/ko/tutorials/partner-nodes/minimax/minimax-h3.mdx +++ b/ko/tutorials/partner-nodes/minimax/minimax-h3.mdx @@ -2,7 +2,7 @@ title: "ComfyUI에서 MiniMax H3 API 비디오 생성" description: "ComfyUI에서 MiniMax H3 API 노드를 클라우드 워크플로와 함께 사용하는 방법을 알아보세요. 텍스트 기반 비디오 생성, 첫/마지막 프레임 기반 비디오 생성, 레퍼런스 기반 비디오 생성 모두 네이티브 스테레오 오디오를 지원합니다." sidebarTitle: "MiniMax H3 API" -translationSourceHash: cd26f852 +translationSourceHash: 5b05114f translationFrom: tutorials/partner-nodes/minimax/minimax-h3.mdx --- diff --git a/tutorials/partner-nodes/minimax/minimax-h3.mdx b/tutorials/partner-nodes/minimax/minimax-h3.mdx index 0d2ff73ea..1b3229c56 100644 --- a/tutorials/partner-nodes/minimax/minimax-h3.mdx +++ b/tutorials/partner-nodes/minimax/minimax-h3.mdx @@ -7,7 +7,7 @@ sidebarTitle: "MiniMax H3 API" import ReqHint from "/snippets/tutorials/partner-nodes/req-hint.mdx"; import UpdateReminder from "/snippets/tutorials/update-reminder.mdx"; -[MiniMax H3](https://www.minimax.io/blog/minimax-h3) is MiniMax's general-purpose, omni-modal generation model, available in ComfyUI through the MiniMax H3 API nodes. The API workflows run generation on MiniMax's servers, so no model downloads or local GPU are required, and each second of generated video is billed to your Comfy API account. +[MiniMax H3](https://www.minimax.io/blog/minimax-h3) is MiniMax's general-purpose, omni-modal generation model, available in ComfyUI through the MiniMax H3 API nodes. The API workflows run generation on MiniMax's servers, so no model downloads or local GPU is required, and each second of generated video is billed to your Comfy API account. MiniMax H3 generates video with **native stereo audio**: voice, sound effects, and music are modeled together in a single forward pass instead of being layered on afterward. Output is up to 2K resolution at 5-15 seconds per clip. diff --git a/zh/tutorials/partner-nodes/minimax/minimax-h3.mdx b/zh/tutorials/partner-nodes/minimax/minimax-h3.mdx index 9d3e8e42b..aca71189e 100644 --- a/zh/tutorials/partner-nodes/minimax/minimax-h3.mdx +++ b/zh/tutorials/partner-nodes/minimax/minimax-h3.mdx @@ -2,7 +2,7 @@ title: "在 ComfyUI 中使用 MiniMax H3 API 进行视频生成" description: "了解如何通过云端工作流在 ComfyUI 中使用 MiniMax H3 API 节点进行文生视频、首尾帧视频和参考生视频,全部支持原生立体声音频" sidebarTitle: "MiniMax H3 API" -translationSourceHash: cd26f852 +translationSourceHash: 5b05114f translationFrom: tutorials/partner-nodes/minimax/minimax-h3.mdx --- From c27f51fe0263941a9cf3a3f13d4cb4e57f607e66 Mon Sep 17 00:00:00 2001 From: lin-bot23 Date: Mon, 3 Aug 2026 01:11:32 +0800 Subject: [PATCH 4/4] docs: document 5760px max frame dimension for MiniMax H3 API --- ja/tutorials/partner-nodes/minimax/minimax-h3.mdx | 4 ++-- ko/tutorials/partner-nodes/minimax/minimax-h3.mdx | 4 ++-- tutorials/partner-nodes/minimax/minimax-h3.mdx | 2 +- zh/tutorials/partner-nodes/minimax/minimax-h3.mdx | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ja/tutorials/partner-nodes/minimax/minimax-h3.mdx b/ja/tutorials/partner-nodes/minimax/minimax-h3.mdx index 97b0af23e..5d0e0909a 100644 --- a/ja/tutorials/partner-nodes/minimax/minimax-h3.mdx +++ b/ja/tutorials/partner-nodes/minimax/minimax-h3.mdx @@ -2,7 +2,7 @@ title: "ComfyUIでのMiniMax H3 APIビデオ生成" description: "ComfyUIのクラウドワークフローでMiniMax H3 APIノードを使用し、テキストから動画、先頭・末尾フレームから動画生成、参照から動画を、すべてネイティブのステレオオーディオ付きで行う方法を学びます" sidebarTitle: "MiniMax H3 API" -translationSourceHash: 5b05114f +translationSourceHash: cd90b2c9 translationFrom: tutorials/partner-nodes/minimax/minimax-h3.mdx --- @@ -74,7 +74,7 @@ MiniMax H3 APIを使用して、先頭フレームとオプションの末尾フ 1. **フレーム**:`first_frame` 入力は必須で、`last_frame` はオプションです。モデルは2つのフレーム間のモーションを生成します 2. **アスペクト比**:出力は入力画像に従うため、両方のフレームを同じアスペクト比にしてください -3. **画像の制約**:フレームは256x256ピクセル以上、アスペクト比は2:5から5:2の間である必要があります +3. **画像の制約**:各フレームの幅と高さは256〜5760ピクセルの範囲内で、アスペクト比は2:5から5:2の間である必要があります 4. **プロンプト**:フレーム間の遷移と、必要なオーディオ(セリフ、効果音、音楽)を記述します ### MiniMax H3 参照からビデオへ diff --git a/ko/tutorials/partner-nodes/minimax/minimax-h3.mdx b/ko/tutorials/partner-nodes/minimax/minimax-h3.mdx index 0747b7beb..2a9fb8a7b 100644 --- a/ko/tutorials/partner-nodes/minimax/minimax-h3.mdx +++ b/ko/tutorials/partner-nodes/minimax/minimax-h3.mdx @@ -2,7 +2,7 @@ title: "ComfyUI에서 MiniMax H3 API 비디오 생성" description: "ComfyUI에서 MiniMax H3 API 노드를 클라우드 워크플로와 함께 사용하는 방법을 알아보세요. 텍스트 기반 비디오 생성, 첫/마지막 프레임 기반 비디오 생성, 레퍼런스 기반 비디오 생성 모두 네이티브 스테레오 오디오를 지원합니다." sidebarTitle: "MiniMax H3 API" -translationSourceHash: 5b05114f +translationSourceHash: cd90b2c9 translationFrom: tutorials/partner-nodes/minimax/minimax-h3.mdx --- @@ -74,7 +74,7 @@ MiniMax H3 API를 통해 첫 프레임과 선택 사항인 마지막 프레임 1. **프레임**: `first_frame` 입력은 필수이고, `last_frame`은 선택 사항입니다. 모델은 두 프레임 사이의 움직임을 생성합니다. 2. **화면 비율**: 출력이 입력 이미지를 따르므로 두 프레임 모두 동일한 화면 비율로 유지하세요. -3. **이미지 제약 사항**: 프레임은 최소 256x256픽셀이어야 하며 화면 비율은 2:5에서 5:2 사이여야 합니다. +3. **이미지 제약 사항**: 각 프레임의 너비와 높이는 256~5760픽셀 사이여야 하며 화면 비율은 2:5에서 5:2 사이여야 합니다. 4. **프롬프트**: 프레임 사이의 전환과 원하는 오디오(대화, 효과음, 음악)를 설명하세요. ### MiniMax H3 레퍼런스 기반 비디오 생성 diff --git a/tutorials/partner-nodes/minimax/minimax-h3.mdx b/tutorials/partner-nodes/minimax/minimax-h3.mdx index 1b3229c56..82f763c87 100644 --- a/tutorials/partner-nodes/minimax/minimax-h3.mdx +++ b/tutorials/partner-nodes/minimax/minimax-h3.mdx @@ -72,7 +72,7 @@ Generate a video between a first frame and an optional last frame image through 1. **Frames**: The `first_frame` input is required; `last_frame` is optional. The model generates the motion between them 2. **Aspect ratio**: The output follows the input images, so keep both frames at the same aspect ratio -3. **Image constraints**: Frames must be at least 256x256 pixels with an aspect ratio between 2:5 and 5:2 +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 ### MiniMax H3 Reference to Video diff --git a/zh/tutorials/partner-nodes/minimax/minimax-h3.mdx b/zh/tutorials/partner-nodes/minimax/minimax-h3.mdx index aca71189e..9926e1fd1 100644 --- a/zh/tutorials/partner-nodes/minimax/minimax-h3.mdx +++ b/zh/tutorials/partner-nodes/minimax/minimax-h3.mdx @@ -2,7 +2,7 @@ title: "在 ComfyUI 中使用 MiniMax H3 API 进行视频生成" description: "了解如何通过云端工作流在 ComfyUI 中使用 MiniMax H3 API 节点进行文生视频、首尾帧视频和参考生视频,全部支持原生立体声音频" sidebarTitle: "MiniMax H3 API" -translationSourceHash: 5b05114f +translationSourceHash: cd90b2c9 translationFrom: tutorials/partner-nodes/minimax/minimax-h3.mdx --- @@ -74,7 +74,7 @@ MiniMax H3 生成视频时带有**原生立体声音频**:人声、音效和 1. **帧**:`first_frame` 输入为必填项,`last_frame` 为可选项。模型会生成两者之间的运动。 2. **宽高比**:输出遵循输入图像,因此请保持两个帧具有相同的宽高比。 -3. **图像约束**:帧必须至少为 256x256 像素,宽高比在 2:5 到 5:2 之间。 +3. **图像约束**:每个帧的宽度和高度都必须在 256 到 5760 像素之间,宽高比在 2:5 到 5:2 之间。 4. **提示词**:描述帧之间的转场,以及您想要的音频(对白、音效、音乐)。 ### MiniMax H3 参考生视频