From 77db5d641c85d00efdb6c63b4f31f60854b5675b Mon Sep 17 00:00:00 2001 From: lin-bot23 Date: Wed, 26 Aug 2026 08:28:33 +0800 Subject: [PATCH 1/3] docs: add MiniMax H3 prompt embeddings to model storage and download guide --- ja/tutorials/video/minimax/minimax-h3.mdx | 28 ++++++++++++++--------- ko/tutorials/video/minimax/minimax-h3.mdx | 28 ++++++++++++++--------- tutorials/video/minimax/minimax-h3.mdx | 22 +++++++++++------- zh/tutorials/video/minimax/minimax-h3.mdx | 28 ++++++++++++++--------- 4 files changed, 65 insertions(+), 41 deletions(-) diff --git a/ja/tutorials/video/minimax/minimax-h3.mdx b/ja/tutorials/video/minimax/minimax-h3.mdx index a2cfe22c3..2af9dfa5e 100644 --- a/ja/tutorials/video/minimax/minimax-h3.mdx +++ b/ja/tutorials/video/minimax/minimax-h3.mdx @@ -2,15 +2,15 @@ title: "MiniMax H3 ComfyUIチュートリアル | AI動画生成ワークフローガイド" description: "MiniMax H3は、T2V、I2V、R2VワークフローによるComfyUIでのAI動画生成を実現します。モデル設定、動画生成、ネイティブステレオ音声生成機能について紹介します。" sidebarTitle: "MiniMax H3" -translationSourceHash: 02ebbd72 +translationSourceHash: 5550b3a0 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": 3d17ebca "Speeding up generation with Sage Attention": 1b231e7c --- @@ -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 ``` #### プロンプト作成のヒント @@ -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 ``` #### プロンプトのヒント @@ -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 ``` #### プロンプトのヒント @@ -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/MiniMax-H3_tests](https://huggingface.co/silveroxides/MiniMax-H3_tests/tree/main/embeddings) リポジトリにもあります。ファイル名が意図した効果を表し、トリガーワードは拡張子を除いたファイル名です: | エンベディング | 効果(ファイル名による) | |---|---| diff --git a/ko/tutorials/video/minimax/minimax-h3.mdx b/ko/tutorials/video/minimax/minimax-h3.mdx index 182dc7664..e248afb4e 100644 --- a/ko/tutorials/video/minimax/minimax-h3.mdx +++ b/ko/tutorials/video/minimax/minimax-h3.mdx @@ -2,15 +2,15 @@ title: "ComfyUI에서 MiniMax H3 사용: T2V, I2V, R2V 비디오 워크플로" description: "ComfyUI에서 오픈 가중치 MiniMax H3를 사용하는 방법을 알아보세요. 텍스트 기반, 이미지 기반, 레퍼런스 기반 비디오 생성을 위한 네이티브 워크플로를 제공하며 스테레오 오디오를 지원합니다." sidebarTitle: "MiniMax H3" -translationSourceHash: 02ebbd72 +translationSourceHash: 5550b3a0 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": 3d17ebca "Speeding up generation with Sage Attention": 1b231e7c --- @@ -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 ``` #### 프롬프트 팁 @@ -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 ``` #### 프롬프트 팁 @@ -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 ``` #### 프롬프트 팁 @@ -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/MiniMax-H3_tests](https://huggingface.co/silveroxides/MiniMax-H3_tests/tree/main/embeddings) 저장소에서 찾을 수 있습니다. 파일 이름이 의도된 효과를 나타내며, 트리거 단어는 확장자를 뺀 파일 이름입니다: | 임베딩 | 효과(파일 이름 기준) | |---|---| diff --git a/tutorials/video/minimax/minimax-h3.mdx b/tutorials/video/minimax/minimax-h3.mdx index 29a7a6592..006308de4 100644 --- a/tutorials/video/minimax/minimax-h3.mdx +++ b/tutorials/video/minimax/minimax-h3.mdx @@ -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 @@ -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 @@ -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 @@ -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 ships 10 official style embeddings in its `embeddings` folder, and community-trained examples are also 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: | Embedding | Effect (by name) | |---|---| diff --git a/zh/tutorials/video/minimax/minimax-h3.mdx b/zh/tutorials/video/minimax/minimax-h3.mdx index 08f0dfa9f..11ef5e41d 100644 --- a/zh/tutorials/video/minimax/minimax-h3.mdx +++ b/zh/tutorials/video/minimax/minimax-h3.mdx @@ -2,15 +2,15 @@ title: "在 ComfyUI 中使用 MiniMax H3:T2V、I2V 和 R2V 视频工作流" description: "了解如何在 ComfyUI 中使用开放权重的 MiniMax H3,通过原生工作流实现文生视频、图生视频和参考生视频,支持立体声音频。" sidebarTitle: "MiniMax H3" -translationSourceHash: 02ebbd72 +translationSourceHash: 5550b3a0 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": 3d17ebca "Speeding up generation with Sage Attention": 1b231e7c --- @@ -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 ``` #### 提示词技巧 @@ -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 ``` #### 提示词技巧 @@ -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 ``` #### 提示技巧 @@ -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/MiniMax-H3_tests](https://huggingface.co/silveroxides/MiniMax-H3_tests/tree/main/embeddings) 仓库中找到。文件名即其预期效果的描述,触发词为去掉扩展名的文件名: | 嵌入文件 | 效果(按文件名) | |---|---| From 80ff44888a5276081a0d237a04bd0f178968fbbd Mon Sep 17 00:00:00 2001 From: lin-bot23 Date: Wed, 26 Aug 2026 10:49:14 +0800 Subject: [PATCH 2/3] docs: clarify MiniMax H3 embeddings are community-trained, not official The 10 style embeddings hosted in Comfy-Org/MiniMax-H3 were contributed by community member silveroxides via HF Hub PR #50, not produced by Comfy-Org or MiniMax. Remove the 'official' claim and attribute the original source repository. --- ja/tutorials/video/minimax/minimax-h3.mdx | 6 +++--- ko/tutorials/video/minimax/minimax-h3.mdx | 6 +++--- tutorials/video/minimax/minimax-h3.mdx | 2 +- zh/tutorials/video/minimax/minimax-h3.mdx | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ja/tutorials/video/minimax/minimax-h3.mdx b/ja/tutorials/video/minimax/minimax-h3.mdx index 2af9dfa5e..691c48c6f 100644 --- a/ja/tutorials/video/minimax/minimax-h3.mdx +++ b/ja/tutorials/video/minimax/minimax-h3.mdx @@ -2,7 +2,7 @@ title: "MiniMax H3 ComfyUIチュートリアル | AI動画生成ワークフローガイド" description: "MiniMax H3は、T2V、I2V、R2VワークフローによるComfyUIでのAI動画生成を実現します。モデル設定、動画生成、ネイティブステレオ音声生成機能について紹介します。" sidebarTitle: "MiniMax H3" -translationSourceHash: 5550b3a0 +translationSourceHash: eaad6ec9 translationFrom: tutorials/video/minimax/minimax-h3.mdx translationBlockHashes: "_intro": 4c7a3600 @@ -10,7 +10,7 @@ translationBlockHashes: "Getting started": fddf949c "Setting the output resolution": b3a75643 "ComfyUI Native Workflows": 0694f12e - "Advanced workflows with the native nodes": 3d17ebca + "Advanced workflows with the native nodes": bb91c877 "Speeding up generation with Sage Attention": 1b231e7c --- @@ -302,7 +302,7 @@ MiniMax H3 ノードの `positive` 出力と latent 出力を `MiniMaxH3AddGuide エンベディングファイルを `ComfyUI/models/embeddings/` に配置し、プロンプトで名前を指定して参照します(例:`embedding:my_embedding`)。エンベディングは、他の ComfyUI モデルと同様に読み込まれ、テキスト conditioning に混ぜられます。 -公式スタイルエンベディングは [Comfy-Org/MiniMax-H3](https://huggingface.co/Comfy-Org/MiniMax-H3/tree/main/embeddings) リポジトリの `embeddings` フォルダ(10 種類)にあり、コミュニティがトレーニングしたサンプルは [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/MiniMax-H3_tests](https://huggingface.co/silveroxides/MiniMax-H3_tests/tree/main/embeddings) リポジトリにあります。ファイル名が意図した効果を表し、トリガーワードは拡張子を除いたファイル名です: | エンベディング | 効果(ファイル名による) | |---|---| diff --git a/ko/tutorials/video/minimax/minimax-h3.mdx b/ko/tutorials/video/minimax/minimax-h3.mdx index e248afb4e..1030620d5 100644 --- a/ko/tutorials/video/minimax/minimax-h3.mdx +++ b/ko/tutorials/video/minimax/minimax-h3.mdx @@ -2,7 +2,7 @@ title: "ComfyUI에서 MiniMax H3 사용: T2V, I2V, R2V 비디오 워크플로" description: "ComfyUI에서 오픈 가중치 MiniMax H3를 사용하는 방법을 알아보세요. 텍스트 기반, 이미지 기반, 레퍼런스 기반 비디오 생성을 위한 네이티브 워크플로를 제공하며 스테레오 오디오를 지원합니다." sidebarTitle: "MiniMax H3" -translationSourceHash: 5550b3a0 +translationSourceHash: eaad6ec9 translationFrom: tutorials/video/minimax/minimax-h3.mdx translationBlockHashes: "_intro": 4c7a3600 @@ -10,7 +10,7 @@ translationBlockHashes: "Getting started": fddf949c "Setting the output resolution": b3a75643 "ComfyUI Native Workflows": 0694f12e - "Advanced workflows with the native nodes": 3d17ebca + "Advanced workflows with the native nodes": bb91c877 "Speeding up generation with Sage Attention": 1b231e7c --- @@ -302,7 +302,7 @@ MiniMax H3 노드의 `positive` 출력과 latent 출력을 `MiniMaxH3AddGuide` 임베딩 파일을 `ComfyUI/models/embeddings/`에 넣고 프롬프트에서 이름으로 참조하세요(예: `embedding:my_embedding`). 임베딩은 다른 ComfyUI 모델과 마찬가지로 로드되어 텍스트 conditioning에 혼합됩니다. -공식 스타일 임베딩은 [Comfy-Org/MiniMax-H3](https://huggingface.co/Comfy-Org/MiniMax-H3/tree/main/embeddings) 저장소의 `embeddings` 폴더(10개)에 있으며, 커뮤니티에서 학습된 예제도 [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/MiniMax-H3_tests](https://huggingface.co/silveroxides/MiniMax-H3_tests/tree/main/embeddings) 저장소에 있습니다. 파일 이름이 의도된 효과를 나타내며, 트리거 단어는 확장자를 뺀 파일 이름입니다: | 임베딩 | 효과(파일 이름 기준) | |---|---| diff --git a/tutorials/video/minimax/minimax-h3.mdx b/tutorials/video/minimax/minimax-h3.mdx index 006308de4..796bfec0d 100644 --- a/tutorials/video/minimax/minimax-h3.mdx +++ b/tutorials/video/minimax/minimax-h3.mdx @@ -292,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. -The [Comfy-Org/MiniMax-H3](https://huggingface.co/Comfy-Org/MiniMax-H3/tree/main/embeddings) repository ships 10 official style embeddings in its `embeddings` folder, and community-trained examples are also 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 are community-trained, and 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) | |---|---| diff --git a/zh/tutorials/video/minimax/minimax-h3.mdx b/zh/tutorials/video/minimax/minimax-h3.mdx index 11ef5e41d..a11f609f3 100644 --- a/zh/tutorials/video/minimax/minimax-h3.mdx +++ b/zh/tutorials/video/minimax/minimax-h3.mdx @@ -2,7 +2,7 @@ title: "在 ComfyUI 中使用 MiniMax H3:T2V、I2V 和 R2V 视频工作流" description: "了解如何在 ComfyUI 中使用开放权重的 MiniMax H3,通过原生工作流实现文生视频、图生视频和参考生视频,支持立体声音频。" sidebarTitle: "MiniMax H3" -translationSourceHash: 5550b3a0 +translationSourceHash: eaad6ec9 translationFrom: tutorials/video/minimax/minimax-h3.mdx translationBlockHashes: "_intro": 4c7a3600 @@ -10,7 +10,7 @@ translationBlockHashes: "Getting started": fddf949c "Setting the output resolution": b3a75643 "ComfyUI Native Workflows": 0694f12e - "Advanced workflows with the native nodes": 3d17ebca + "Advanced workflows with the native nodes": bb91c877 "Speeding up generation with Sage Attention": 1b231e7c --- @@ -302,7 +302,7 @@ MiniMax 官方发布了针对参考驱动生成(R2V)的[全参考模式提 将嵌入文件放入 `ComfyUI/models/embeddings/`,并在提示词中按名称引用,例如 `embedding:my_embedding`。嵌入会像其他 ComfyUI 模型一样被加载并混入文本 condition。 -官方风格嵌入可在 [Comfy-Org/MiniMax-H3](https://huggingface.co/Comfy-Org/MiniMax-H3/tree/main/embeddings) 仓库的 `embeddings` 文件夹中找到(共 10 个),社区训练的示例也可在 [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/MiniMax-H3_tests](https://huggingface.co/silveroxides/MiniMax-H3_tests/tree/main/embeddings) 仓库。文件名即其预期效果的描述,触发词为去掉扩展名的文件名: | 嵌入文件 | 效果(按文件名) | |---|---| From cf715114ea1d67ba8fa42350c6d9b00f5255b4bc Mon Sep 17 00:00:00 2001 From: lin-bot23 Date: Wed, 26 Aug 2026 11:47:56 +0800 Subject: [PATCH 3/3] docs: attribute MiniMax H3 embeddings to silveroxides via HF PR #50 Explicitly state the 10 style embeddings hosted in Comfy-Org/MiniMax-H3 are unofficial community contributions by silveroxides (HF PR #50), not produced by Comfy-Org or MiniMax. --- ja/tutorials/video/minimax/minimax-h3.mdx | 6 +++--- ko/tutorials/video/minimax/minimax-h3.mdx | 6 +++--- tutorials/video/minimax/minimax-h3.mdx | 2 +- zh/tutorials/video/minimax/minimax-h3.mdx | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ja/tutorials/video/minimax/minimax-h3.mdx b/ja/tutorials/video/minimax/minimax-h3.mdx index 691c48c6f..4c5192eb6 100644 --- a/ja/tutorials/video/minimax/minimax-h3.mdx +++ b/ja/tutorials/video/minimax/minimax-h3.mdx @@ -2,7 +2,7 @@ title: "MiniMax H3 ComfyUIチュートリアル | AI動画生成ワークフローガイド" description: "MiniMax H3は、T2V、I2V、R2VワークフローによるComfyUIでのAI動画生成を実現します。モデル設定、動画生成、ネイティブステレオ音声生成機能について紹介します。" sidebarTitle: "MiniMax H3" -translationSourceHash: eaad6ec9 +translationSourceHash: f5234ad3 translationFrom: tutorials/video/minimax/minimax-h3.mdx translationBlockHashes: "_intro": 4c7a3600 @@ -10,7 +10,7 @@ translationBlockHashes: "Getting started": fddf949c "Setting the output resolution": b3a75643 "ComfyUI Native Workflows": 0694f12e - "Advanced workflows with the native nodes": bb91c877 + "Advanced workflows with the native nodes": c253e65c "Speeding up generation with Sage Attention": 1b231e7c --- @@ -302,7 +302,7 @@ MiniMax H3 ノードの `positive` 出力と latent 出力を `MiniMaxH3AddGuide エンベディングファイルを `ComfyUI/models/embeddings/` に配置し、プロンプトで名前を指定して参照します(例:`embedding:my_embedding`)。エンベディングは、他の ComfyUI モデルと同様に読み込まれ、テキスト conditioning に混ぜられます。 -コミュニティでトレーニングされたスタイルエンベディングは [Comfy-Org/MiniMax-H3](https://huggingface.co/Comfy-Org/MiniMax-H3/tree/main/embeddings) リポジトリの `embeddings` フォルダ(10 種類)にあり、元のファイルは [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) リポジトリにあります。ファイル名が意図した効果を表し、トリガーワードは拡張子を除いたファイル名です: | エンベディング | 効果(ファイル名による) | |---|---| diff --git a/ko/tutorials/video/minimax/minimax-h3.mdx b/ko/tutorials/video/minimax/minimax-h3.mdx index 1030620d5..0a56a5286 100644 --- a/ko/tutorials/video/minimax/minimax-h3.mdx +++ b/ko/tutorials/video/minimax/minimax-h3.mdx @@ -2,7 +2,7 @@ title: "ComfyUI에서 MiniMax H3 사용: T2V, I2V, R2V 비디오 워크플로" description: "ComfyUI에서 오픈 가중치 MiniMax H3를 사용하는 방법을 알아보세요. 텍스트 기반, 이미지 기반, 레퍼런스 기반 비디오 생성을 위한 네이티브 워크플로를 제공하며 스테레오 오디오를 지원합니다." sidebarTitle: "MiniMax H3" -translationSourceHash: eaad6ec9 +translationSourceHash: f5234ad3 translationFrom: tutorials/video/minimax/minimax-h3.mdx translationBlockHashes: "_intro": 4c7a3600 @@ -10,7 +10,7 @@ translationBlockHashes: "Getting started": fddf949c "Setting the output resolution": b3a75643 "ComfyUI Native Workflows": 0694f12e - "Advanced workflows with the native nodes": bb91c877 + "Advanced workflows with the native nodes": c253e65c "Speeding up generation with Sage Attention": 1b231e7c --- @@ -302,7 +302,7 @@ MiniMax H3 노드의 `positive` 출력과 latent 출력을 `MiniMaxH3AddGuide` 임베딩 파일을 `ComfyUI/models/embeddings/`에 넣고 프롬프트에서 이름으로 참조하세요(예: `embedding:my_embedding`). 임베딩은 다른 ComfyUI 모델과 마찬가지로 로드되어 텍스트 conditioning에 혼합됩니다. -커뮤니티에서 학습된 스타일 임베딩은 [Comfy-Org/MiniMax-H3](https://huggingface.co/Comfy-Org/MiniMax-H3/tree/main/embeddings) 저장소의 `embeddings` 폴더(10개)에 있으며, 원본 파일은 [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) 저장소에 있습니다. 파일 이름이 의도된 효과를 나타내며, 트리거 단어는 확장자를 뺀 파일 이름입니다: | 임베딩 | 효과(파일 이름 기준) | |---|---| diff --git a/tutorials/video/minimax/minimax-h3.mdx b/tutorials/video/minimax/minimax-h3.mdx index 796bfec0d..4fbd9b02b 100644 --- a/tutorials/video/minimax/minimax-h3.mdx +++ b/tutorials/video/minimax/minimax-h3.mdx @@ -292,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. -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 are community-trained, and 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: +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) | |---|---| diff --git a/zh/tutorials/video/minimax/minimax-h3.mdx b/zh/tutorials/video/minimax/minimax-h3.mdx index a11f609f3..f28be3584 100644 --- a/zh/tutorials/video/minimax/minimax-h3.mdx +++ b/zh/tutorials/video/minimax/minimax-h3.mdx @@ -2,7 +2,7 @@ title: "在 ComfyUI 中使用 MiniMax H3:T2V、I2V 和 R2V 视频工作流" description: "了解如何在 ComfyUI 中使用开放权重的 MiniMax H3,通过原生工作流实现文生视频、图生视频和参考生视频,支持立体声音频。" sidebarTitle: "MiniMax H3" -translationSourceHash: eaad6ec9 +translationSourceHash: f5234ad3 translationFrom: tutorials/video/minimax/minimax-h3.mdx translationBlockHashes: "_intro": 4c7a3600 @@ -10,7 +10,7 @@ translationBlockHashes: "Getting started": fddf949c "Setting the output resolution": b3a75643 "ComfyUI Native Workflows": 0694f12e - "Advanced workflows with the native nodes": bb91c877 + "Advanced workflows with the native nodes": c253e65c "Speeding up generation with Sage Attention": 1b231e7c --- @@ -302,7 +302,7 @@ MiniMax 官方发布了针对参考驱动生成(R2V)的[全参考模式提 将嵌入文件放入 `ComfyUI/models/embeddings/`,并在提示词中按名称引用,例如 `embedding:my_embedding`。嵌入会像其他 ComfyUI 模型一样被加载并混入文本 condition。 -[Comfy-Org/MiniMax-H3](https://huggingface.co/Comfy-Org/MiniMax-H3/tree/main/embeddings) 仓库的 `embeddings` 文件夹中托管了 10 个样式嵌入,这些嵌入由社区训练,原始文件位于 [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) 仓库。文件名即其预期效果的描述,触发词为去掉扩展名的文件名: | 嵌入文件 | 效果(按文件名) | |---|---|