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
28 changes: 17 additions & 11 deletions ja/tutorials/video/minimax/minimax-h3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
title: "MiniMax H3 ComfyUIチュートリアル | AI動画生成ワークフローガイド"
description: "MiniMax H3は、T2V、I2V、R2VワークフローによるComfyUIでのAI動画生成を実現します。モデル設定、動画生成、ネイティブステレオ音声生成機能について紹介します。"
sidebarTitle: "MiniMax H3"
translationSourceHash: 02ebbd72
translationSourceHash: f5234ad3
translationFrom: tutorials/video/minimax/minimax-h3.mdx
translationBlockHashes:
"_intro": 4c7a3600
"Key features": 7bfa7de1
"Getting started": fddf949c
"Setting the output resolution": b3a75643
"ComfyUI Native Workflows": 5cf18c81
"Advanced workflows with the native nodes": ca283be4
"ComfyUI Native Workflows": 0694f12e
"Advanced workflows with the native nodes": c253e65c
"Speeding up generation with Sage Attention": 1b231e7c
---

Expand Down Expand Up @@ -104,8 +104,10 @@ ComfyUI/
│ ├── 📂 vae/
│ │ ├── minimax_h3_video_vae_fp16.safetensors
│ │ └── minimax_h3_audio_vae_fp32.safetensors
│ └── 📂 loras/
│ └── minimax_h3_fl2v_turbo_8step_v1.0_comfyui_bf16.safetensors
│ ├── 📂 loras/
│ │ └── minimax_h3_fl2v_turbo_8step_v1.0_comfyui_bf16.safetensors
│ └── 📂 embeddings/
│ └── minimaxh3_art_is_explosion.safetensors
```

#### プロンプト作成のヒント
Expand Down Expand Up @@ -178,9 +180,11 @@ ComfyUI/
│ │ └── qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors
│ ├── 📂 loras/
│ │ └── minimax_h3_fl2v_turbo_8step_v1.0_comfyui_bf16.safetensors
│ └── 📂 vae/
│ ├── minimax_h3_video_vae_fp16.safetensors
│ └── minimax_h3_audio_vae_fp32.safetensors
│ ├── 📂 vae/
│ │ ├── minimax_h3_video_vae_fp16.safetensors
│ │ └── minimax_h3_audio_vae_fp32.safetensors
│ └── 📂 embeddings/
│ └── minimaxh3_art_is_explosion.safetensors
```

#### プロンプトのヒント
Expand Down Expand Up @@ -253,8 +257,10 @@ ComfyUI/
│ ├── 📂 vae/
│ │ ├── minimax_h3_video_vae_fp16.safetensors
│ │ └── minimax_h3_audio_vae_fp32.safetensors
│ └── 📂 loras/
│ └── minimax_h3_ref2v_turbo_4step_v0.1_comfyui_bf16.safetensors
│ ├── 📂 loras/
│ │ └── minimax_h3_ref2v_turbo_4step_v0.1_comfyui_bf16.safetensors
│ └── 📂 embeddings/
│ └── minimaxh3_art_is_explosion.safetensors
```

#### プロンプトのヒント
Expand Down Expand Up @@ -296,7 +302,7 @@ MiniMax H3 ノードの `positive` 出力と latent 出力を `MiniMaxH3AddGuide

エンベディングファイルを `ComfyUI/models/embeddings/` に配置し、プロンプトで名前を指定して参照します(例:`embedding:my_embedding`)。エンベディングは、他の ComfyUI モデルと同様に読み込まれ、テキスト conditioning に混ぜられます。

コミュニティがトレーニングしたサンプルエンベディングは、[silveroxides/MiniMax-H3_tests](https://huggingface.co/silveroxides/MiniMax-H3_tests/tree/main/embeddings) リポジトリにあります。ファイル名が意図した効果を表し、トリガーワードは拡張子を除いたファイル名です:
[Comfy-Org/MiniMax-H3](https://huggingface.co/Comfy-Org/MiniMax-H3/tree/main/embeddings) リポジトリの `embeddings` フォルダには 10 種類のスタイルエンベディングがホストされています。これらは非公式のファイルで、コミュニティメンバーの [silveroxides](https://huggingface.co/silveroxides) が [Hugging Face PR #50](https://huggingface.co/Comfy-Org/MiniMax-H3/discussions/50) を通じて提供したものです。Comfy-Org や MiniMax が制作したものではありません。元のファイルは [silveroxides/MiniMax-H3_tests](https://huggingface.co/silveroxides/MiniMax-H3_tests/tree/main/embeddings) リポジトリにあります。ファイル名が意図した効果を表し、トリガーワードは拡張子を除いたファイル名です:

| エンベディング | 効果(ファイル名による) |
|---|---|
Expand Down
28 changes: 17 additions & 11 deletions ko/tutorials/video/minimax/minimax-h3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
title: "ComfyUI에서 MiniMax H3 사용: T2V, I2V, R2V 비디오 워크플로"
description: "ComfyUI에서 오픈 가중치 MiniMax H3를 사용하는 방법을 알아보세요. 텍스트 기반, 이미지 기반, 레퍼런스 기반 비디오 생성을 위한 네이티브 워크플로를 제공하며 스테레오 오디오를 지원합니다."
sidebarTitle: "MiniMax H3"
translationSourceHash: 02ebbd72
translationSourceHash: f5234ad3
translationFrom: tutorials/video/minimax/minimax-h3.mdx
translationBlockHashes:
"_intro": 4c7a3600
"Key features": 7bfa7de1
"Getting started": fddf949c
"Setting the output resolution": b3a75643
"ComfyUI Native Workflows": 5cf18c81
"Advanced workflows with the native nodes": ca283be4
"ComfyUI Native Workflows": 0694f12e
"Advanced workflows with the native nodes": c253e65c
"Speeding up generation with Sage Attention": 1b231e7c
---

Expand Down Expand Up @@ -104,8 +104,10 @@ ComfyUI/
│ ├── 📂 vae/
│ │ ├── minimax_h3_video_vae_fp16.safetensors
│ │ └── minimax_h3_audio_vae_fp32.safetensors
│ └── 📂 loras/
│ └── minimax_h3_fl2v_turbo_8step_v1.0_comfyui_bf16.safetensors
│ ├── 📂 loras/
│ │ └── minimax_h3_fl2v_turbo_8step_v1.0_comfyui_bf16.safetensors
│ └── 📂 embeddings/
│ └── minimaxh3_art_is_explosion.safetensors
```

#### 프롬프트 팁
Expand Down Expand Up @@ -178,9 +180,11 @@ ComfyUI/
│ │ └── qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors
│ ├── 📂 loras/
│ │ └── minimax_h3_fl2v_turbo_8step_v1.0_comfyui_bf16.safetensors
│ └── 📂 vae/
│ ├── minimax_h3_video_vae_fp16.safetensors
│ └── minimax_h3_audio_vae_fp32.safetensors
│ ├── 📂 vae/
│ │ ├── minimax_h3_video_vae_fp16.safetensors
│ │ └── minimax_h3_audio_vae_fp32.safetensors
│ └── 📂 embeddings/
│ └── minimaxh3_art_is_explosion.safetensors
```

#### 프롬프트 팁
Expand Down Expand Up @@ -253,8 +257,10 @@ ComfyUI/
│ ├── 📂 vae/
│ │ ├── minimax_h3_video_vae_fp16.safetensors
│ │ └── minimax_h3_audio_vae_fp32.safetensors
│ └── 📂 loras/
│ └── minimax_h3_ref2v_turbo_4step_v0.1_comfyui_bf16.safetensors
│ ├── 📂 loras/
│ │ └── minimax_h3_ref2v_turbo_4step_v0.1_comfyui_bf16.safetensors
│ └── 📂 embeddings/
│ └── minimaxh3_art_is_explosion.safetensors
```

#### 프롬프트 팁
Expand Down Expand Up @@ -296,7 +302,7 @@ MiniMax H3 노드의 `positive` 출력과 latent 출력을 `MiniMaxH3AddGuide`

임베딩 파일을 `ComfyUI/models/embeddings/`에 넣고 프롬프트에서 이름으로 참조하세요(예: `embedding:my_embedding`). 임베딩은 다른 ComfyUI 모델과 마찬가지로 로드되어 텍스트 conditioning에 혼합됩니다.

커뮤니티에서 학습된 예제 임베딩은 [silveroxides/MiniMax-H3_tests](https://huggingface.co/silveroxides/MiniMax-H3_tests/tree/main/embeddings) 저장소에서 찾을 수 있습니다. 파일 이름이 의도된 효과를 나타내며, 트리거 단어는 확장자를 뺀 파일 이름입니다:
[Comfy-Org/MiniMax-H3](https://huggingface.co/Comfy-Org/MiniMax-H3/tree/main/embeddings) 저장소의 `embeddings` 폴더에는 스타일 임베딩 10개가 호스팅되어 있습니다. 이 파일은 비공식 자료로, 커뮤니티 기여자인 [silveroxides](https://huggingface.co/silveroxides)가 [Hugging Face PR #50](https://huggingface.co/Comfy-Org/MiniMax-H3/discussions/50)을 통해 기여했으며 Comfy-Org나 MiniMax가 제작한 것이 아닙니다. 원본 파일은 [silveroxides/MiniMax-H3_tests](https://huggingface.co/silveroxides/MiniMax-H3_tests/tree/main/embeddings) 저장소에 있습니다. 파일 이름이 의도된 효과를 나타내며, 트리거 단어는 확장자를 뺀 파일 이름입니다:

| 임베딩 | 효과(파일 이름 기준) |
|---|---|
Expand Down
22 changes: 14 additions & 8 deletions tutorials/video/minimax/minimax-h3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,10 @@ ComfyUI/
│ ├── 📂 vae/
│ │ ├── minimax_h3_video_vae_fp16.safetensors
│ │ └── minimax_h3_audio_vae_fp32.safetensors
│ └── 📂 loras/
│ └── minimax_h3_fl2v_turbo_8step_v1.0_comfyui_bf16.safetensors
│ ├── 📂 loras/
│ │ └── minimax_h3_fl2v_turbo_8step_v1.0_comfyui_bf16.safetensors
│ └── 📂 embeddings/
│ └── minimaxh3_art_is_explosion.safetensors
```

#### Prompting tips
Expand Down Expand Up @@ -168,9 +170,11 @@ ComfyUI/
│ │ └── qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors
│ ├── 📂 loras/
│ │ └── minimax_h3_fl2v_turbo_8step_v1.0_comfyui_bf16.safetensors
│ └── 📂 vae/
│ ├── minimax_h3_video_vae_fp16.safetensors
│ └── minimax_h3_audio_vae_fp32.safetensors
│ ├── 📂 vae/
│ │ ├── minimax_h3_video_vae_fp16.safetensors
│ │ └── minimax_h3_audio_vae_fp32.safetensors
│ └── 📂 embeddings/
│ └── minimaxh3_art_is_explosion.safetensors
```

#### Prompting tips
Expand Down Expand Up @@ -243,8 +247,10 @@ ComfyUI/
│ ├── 📂 vae/
│ │ ├── minimax_h3_video_vae_fp16.safetensors
│ │ └── minimax_h3_audio_vae_fp32.safetensors
│ └── 📂 loras/
│ └── minimax_h3_ref2v_turbo_4step_v0.1_comfyui_bf16.safetensors
│ ├── 📂 loras/
│ │ └── minimax_h3_ref2v_turbo_4step_v0.1_comfyui_bf16.safetensors
│ └── 📂 embeddings/
│ └── minimaxh3_art_is_explosion.safetensors
```

#### Prompting tips
Expand Down Expand Up @@ -286,7 +292,7 @@ First/last-frame anchoring produces the same coordinates as before, so existing

Place an embedding file in `ComfyUI/models/embeddings/` and reference it in the prompt by name, for example `embedding:my_embedding`. The embedding is loaded and mixed into the text conditioning just like with any other ComfyUI model.

Community-trained example embeddings are available in the [silveroxides/MiniMax-H3_tests](https://huggingface.co/silveroxides/MiniMax-H3_tests/tree/main/embeddings) repository. The file name describes the intended effect, and the trigger word is the file name without the extension:
The [Comfy-Org/MiniMax-H3](https://huggingface.co/Comfy-Org/MiniMax-H3/tree/main/embeddings) repository hosts 10 style embeddings in its `embeddings` folder. These files are unofficial: they were contributed by community member [silveroxides](https://huggingface.co/silveroxides) via [Hugging Face PR #50](https://huggingface.co/Comfy-Org/MiniMax-H3/discussions/50), and were not produced by Comfy-Org or MiniMax. The original files are in the [silveroxides/MiniMax-H3_tests](https://huggingface.co/silveroxides/MiniMax-H3_tests/tree/main/embeddings) repository. The file name describes the intended effect, and the trigger word is the file name without the extension:

| Embedding | Effect (by name) |
|---|---|
Expand Down
28 changes: 17 additions & 11 deletions zh/tutorials/video/minimax/minimax-h3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
title: "在 ComfyUI 中使用 MiniMax H3:T2V、I2V 和 R2V 视频工作流"
description: "了解如何在 ComfyUI 中使用开放权重的 MiniMax H3,通过原生工作流实现文生视频、图生视频和参考生视频,支持立体声音频。"
sidebarTitle: "MiniMax H3"
translationSourceHash: 02ebbd72
translationSourceHash: f5234ad3
translationFrom: tutorials/video/minimax/minimax-h3.mdx
translationBlockHashes:
"_intro": 4c7a3600
"Key features": 7bfa7de1
"Getting started": fddf949c
"Setting the output resolution": b3a75643
"ComfyUI Native Workflows": 5cf18c81
"Advanced workflows with the native nodes": ca283be4
"ComfyUI Native Workflows": 0694f12e
"Advanced workflows with the native nodes": c253e65c
"Speeding up generation with Sage Attention": 1b231e7c
---

Expand Down Expand Up @@ -104,8 +104,10 @@ ComfyUI/
│ ├── 📂 vae/
│ │ ├── minimax_h3_video_vae_fp16.safetensors
│ │ └── minimax_h3_audio_vae_fp32.safetensors
│ └── 📂 loras/
│ └── minimax_h3_fl2v_turbo_8step_v1.0_comfyui_bf16.safetensors
│ ├── 📂 loras/
│ │ └── minimax_h3_fl2v_turbo_8step_v1.0_comfyui_bf16.safetensors
│ └── 📂 embeddings/
│ └── minimaxh3_art_is_explosion.safetensors
```

#### 提示词技巧
Expand Down Expand Up @@ -178,9 +180,11 @@ ComfyUI/
│ │ └── qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors
│ ├── 📂 loras/
│ │ └── minimax_h3_fl2v_turbo_8step_v1.0_comfyui_bf16.safetensors
│ └── 📂 vae/
│ ├── minimax_h3_video_vae_fp16.safetensors
│ └── minimax_h3_audio_vae_fp32.safetensors
│ ├── 📂 vae/
│ │ ├── minimax_h3_video_vae_fp16.safetensors
│ │ └── minimax_h3_audio_vae_fp32.safetensors
│ └── 📂 embeddings/
│ └── minimaxh3_art_is_explosion.safetensors
```

#### 提示词技巧
Expand Down Expand Up @@ -253,8 +257,10 @@ ComfyUI/
│ ├── 📂 vae/
│ │ ├── minimax_h3_video_vae_fp16.safetensors
│ │ └── minimax_h3_audio_vae_fp32.safetensors
│ └── 📂 loras/
│ └── minimax_h3_ref2v_turbo_4step_v0.1_comfyui_bf16.safetensors
│ ├── 📂 loras/
│ │ └── minimax_h3_ref2v_turbo_4step_v0.1_comfyui_bf16.safetensors
│ └── 📂 embeddings/
│ └── minimaxh3_art_is_explosion.safetensors
```

#### 提示技巧
Expand Down Expand Up @@ -296,7 +302,7 @@ MiniMax 官方发布了针对参考驱动生成(R2V)的[全参考模式提

将嵌入文件放入 `ComfyUI/models/embeddings/`,并在提示词中按名称引用,例如 `embedding:my_embedding`。嵌入会像其他 ComfyUI 模型一样被加载并混入文本 condition。

社区训练的示例嵌入可在 [silveroxides/MiniMax-H3_tests](https://huggingface.co/silveroxides/MiniMax-H3_tests/tree/main/embeddings) 仓库中找到。文件名即其预期效果的描述,触发词为去掉扩展名的文件名:
[Comfy-Org/MiniMax-H3](https://huggingface.co/Comfy-Org/MiniMax-H3/tree/main/embeddings) 仓库的 `embeddings` 文件夹中托管了 10 个样式嵌入。这些文件并非官方产物:它们由社区成员 [silveroxides](https://huggingface.co/silveroxides) 通过 [Hugging Face PR #50](https://huggingface.co/Comfy-Org/MiniMax-H3/discussions/50) 贡献,并非 Comfy-Org 或 MiniMax 制作。原始文件位于 [silveroxides/MiniMax-H3_tests](https://huggingface.co/silveroxides/MiniMax-H3_tests/tree/main/embeddings) 仓库。文件名即其预期效果的描述,触发词为去掉扩展名的文件名:

| 嵌入文件 | 效果(按文件名) |
|---|---|
Expand Down
Loading