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
17 changes: 9 additions & 8 deletions ja/tutorials/video/minimax/minimax-h3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@
title: "MiniMax H3: ComfyUI ワークフロー例"
description: "オープンウェイトのMiniMax H3をComfyUIで使用する方法を学びます。テキストから動画へ、画像から動画へ、参照から動画へのネイティブワークフローを備え、すべてネイティブのステレオオーディオに対応しています。"
sidebarTitle: "MiniMax H3"
translationSourceHash: 1d7ffe9e
translationSourceHash: 8ee58824
translationFrom: tutorials/video/minimax/minimax-h3.mdx
translationBlockHashes:
"_intro": 4c7a3600
"Key features": 7bfa7de1
"Getting started": fddf949c
"Setting the output resolution": 08aa2b8b
"ComfyUI Native Workflows": 2f82c442
"ComfyUI Native Workflows": 47751f38
---





[MiniMax H3](https://www.minimax.io/blog/minimax-h3) は、MiniMaxの汎用オムニモーダル生成モデルで、現在はオープンウェイトとして公開されています。テキスト、画像、ビデオ、オーディオを単一のコンテキストで統合的に理解し、**ネイティブステレオオーディオ**付きのビデオを生成します。つまり、音声、サウンドエフェクト、音楽は、後から重ね合わせるのではなく、単一のフォワードパスでまとめてモデル化されます。出力は最大2K解像度、24fps、約15秒です。

ComfyUI は MiniMax H3 をネイティブにサポートしています。テンプレートライブラリには現在、それぞれ 1 つの生成モードをカバーする 3 つのサンプルワークフローが用意されています:
Expand Down Expand Up @@ -79,7 +80,7 @@ MiniMax H3はオープンウェイトで、ComfyUIでサポートされていま
<Card title="Diffusion モデル: minimax_h3_fl2va_pruned_int8_convrot" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/diffusion_models/minimax_h3_fl2va_pruned_int8_convrot.safetensors">
<code>ComfyUI/models/diffusion_models/</code> に配置してください
</Card>
<Card title="テキストエンコーダー: qwen3vl_32b_minimax_h3_int8_convrot" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/text_encoders/qwen3vl_32b_minimax_h3_int8_convrot.safetensors">
<Card title="テキストエンコーダー: qwen3vl_32b_minimax_h3_nvfp4_awq" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/text_encoders/qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors">
<code>ComfyUI/models/text_encoders/</code> に配置してください
</Card>
<Card title="VAE: minimax_h3_video_vae_fp16" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/vae/minimax_h3_video_vae_fp16.safetensors">
Expand All @@ -98,7 +99,7 @@ ComfyUI/
│ ├── 📂 diffusion_models/
│ │ └── minimax_h3_fl2va_pruned_int8_convrot.safetensors
│ ├── 📂 text_encoders/
│ │ └── qwen3vl_32b_minimax_h3_int8_convrot.safetensors
│ │ └── qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors
│ └── 📂 vae/
│ ├── minimax_h3_video_vae_fp16.safetensors
│ └── minimax_h3_audio_vae_fp32.safetensors
Expand Down Expand Up @@ -139,7 +140,7 @@ ComfyUI/
<Card title="Diffusion Model: minimax_h3_fl2va_pruned_int8_convrot" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/diffusion_models/minimax_h3_fl2va_pruned_int8_convrot.safetensors">
<code>ComfyUI/models/diffusion_models/</code> に配置してください
</Card>
<Card title="テキストエンコーダー: qwen3vl_32b_minimax_h3_int8_convrot" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/text_encoders/qwen3vl_32b_minimax_h3_int8_convrot.safetensors">
<Card title="テキストエンコーダー: qwen3vl_32b_minimax_h3_nvfp4_awq" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/text_encoders/qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors">
<code>ComfyUI/models/text_encoders/</code> に配置してください
</Card>
<Card title="VAE: minimax_h3_video_vae_fp16" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/vae/minimax_h3_video_vae_fp16.safetensors">
Expand All @@ -158,7 +159,7 @@ ComfyUI/
│ ├── 📂 diffusion_models/
│ │ └── minimax_h3_fl2va_pruned_int8_convrot.safetensors
│ ├── 📂 text_encoders/
│ │ └── qwen3vl_32b_minimax_h3_int8_convrot.safetensors
│ │ └── qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors
│ └── 📂 vae/
│ ├── minimax_h3_video_vae_fp16.safetensors
│ └── minimax_h3_audio_vae_fp32.safetensors
Expand Down Expand Up @@ -201,7 +202,7 @@ ComfyUI/
<Card title="Diffusion Model: minimax_h3_ref2va_pruned_int8_convrot" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/diffusion_models/minimax_h3_ref2va_pruned_int8_convrot.safetensors">
<code>ComfyUI/models/diffusion_models/</code> に配置してください
</Card>
<Card title="Text Encoder: qwen3vl_32b_minimax_h3_int8_convrot" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/text_encoders/qwen3vl_32b_minimax_h3_int8_convrot.safetensors">
<Card title="Text Encoder: qwen3vl_32b_minimax_h3_nvfp4_awq" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/text_encoders/qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors">
<code>ComfyUI/models/text_encoders/</code> に配置してください
</Card>
<Card title="VAE: minimax_h3_video_vae_fp16" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/vae/minimax_h3_video_vae_fp16.safetensors">
Expand All @@ -220,7 +221,7 @@ ComfyUI/
│ ├── 📂 diffusion_models/
│ │ └── minimax_h3_ref2va_pruned_int8_convrot.safetensors
│ ├── 📂 text_encoders/
│ │ └── qwen3vl_32b_minimax_h3_int8_convrot.safetensors
│ │ └── qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors
│ └── 📂 vae/
│ ├── minimax_h3_video_vae_fp16.safetensors
│ └── minimax_h3_audio_vae_fp32.safetensors
Expand Down
17 changes: 9 additions & 8 deletions ko/tutorials/video/minimax/minimax-h3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,21 @@
title: "MiniMax H3: ComfyUI 워크플로 예시"
description: "ComfyUI에서 오픈 가중치 MiniMax H3를 사용하는 방법을 알아보세요. 텍스트 기반 비디오 생성, 이미지 기반 비디오 생성, 레퍼런스 기반 비디오 생성을 위한 네이티브 워크플로를 제공하며, 모든 기능에서 네이티브 스테레오 오디오를 지원합니다."
sidebarTitle: "MiniMax H3"
translationSourceHash: 1d7ffe9e
translationSourceHash: 8ee58824
translationFrom: tutorials/video/minimax/minimax-h3.mdx
translationBlockHashes:
"_intro": 4c7a3600
"Key features": 7bfa7de1
"Getting started": fddf949c
"Setting the output resolution": 08aa2b8b
"ComfyUI Native Workflows": 2f82c442
"ComfyUI Native Workflows": 47751f38
---






[MiniMax H3](https://www.minimax.io/blog/minimax-h3)는 MiniMax의 범용 옴니모달 생성 모델로, 현재 오픈 가중치로 제공됩니다. 이 모델은 단일 컨텍스트에서 텍스트, 이미지, 비디오, 오디오를 함께 이해하며, **네이티브 스테레오 오디오**로 비디오를 생성합니다. 음성, 사운드 효과, 음악이 이후에 덧붙여지는 대신 단일 포워드 패스에서 함께 모델링됩니다. 출력은 최대 2K 해상도, 24fps, 약 15초입니다.

ComfyUI는 MiniMax H3를 네이티브로 지원합니다. 템플릿 라이브러리에는 현재 각각 하나의 생성 모드를 다루는 예제 워크플로 3개가 제공됩니다:
Expand Down Expand Up @@ -80,7 +81,7 @@ MiniMax H3는 오픈 가중치로 ComfyUI에서 지원됩니다. 시작하려면
<Card title="Diffusion 모델: minimax_h3_fl2va_pruned_int8_convrot" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/diffusion_models/minimax_h3_fl2va_pruned_int8_convrot.safetensors">
다음 위치에 배치: <code>ComfyUI/models/diffusion_models/</code>
</Card>
<Card title="텍스트 인코더: qwen3vl_32b_minimax_h3_int8_convrot" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/text_encoders/qwen3vl_32b_minimax_h3_int8_convrot.safetensors">
<Card title="텍스트 인코더: qwen3vl_32b_minimax_h3_nvfp4_awq" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/text_encoders/qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors">
다음 위치에 배치: <code>ComfyUI/models/text_encoders/</code>
</Card>
<Card title="VAE: minimax_h3_video_vae_fp16" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/vae/minimax_h3_video_vae_fp16.safetensors">
Expand All @@ -99,7 +100,7 @@ ComfyUI/
│ ├── 📂 diffusion_models/
│ │ └── minimax_h3_fl2va_pruned_int8_convrot.safetensors
│ ├── 📂 text_encoders/
│ │ └── qwen3vl_32b_minimax_h3_int8_convrot.safetensors
│ │ └── qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors
│ └── 📂 vae/
│ ├── minimax_h3_video_vae_fp16.safetensors
│ └── minimax_h3_audio_vae_fp32.safetensors
Expand Down Expand Up @@ -142,7 +143,7 @@ ComfyUI/
<Card title="Diffusion 모델: minimax_h3_fl2va_pruned_int8_convrot" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/diffusion_models/minimax_h3_fl2va_pruned_int8_convrot.safetensors">
다음 위치에 배치: <code>ComfyUI/models/diffusion_models/</code>
</Card>
<Card title="텍스트 인코더: qwen3vl_32b_minimax_h3_int8_convrot" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/text_encoders/qwen3vl_32b_minimax_h3_int8_convrot.safetensors">
<Card title="텍스트 인코더: qwen3vl_32b_minimax_h3_nvfp4_awq" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/text_encoders/qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors">
다음 위치에 배치: <code>ComfyUI/models/text_encoders/</code>
</Card>
<Card title="VAE: minimax_h3_video_vae_fp16" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/vae/minimax_h3_video_vae_fp16.safetensors">
Expand All @@ -161,7 +162,7 @@ ComfyUI/
│ ├── 📂 diffusion_models/
│ │ └── minimax_h3_fl2va_pruned_int8_convrot.safetensors
│ ├── 📂 text_encoders/
│ │ └── qwen3vl_32b_minimax_h3_int8_convrot.safetensors
│ │ └── qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors
│ └── 📂 vae/
│ ├── minimax_h3_video_vae_fp16.safetensors
│ └── minimax_h3_audio_vae_fp32.safetensors
Expand Down Expand Up @@ -206,7 +207,7 @@ ComfyUI/
<Card title="Diffusion 모델: minimax_h3_ref2va_pruned_int8_convrot" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/diffusion_models/minimax_h3_ref2va_pruned_int8_convrot.safetensors">
다음 위치에 배치: <code>ComfyUI/models/diffusion_models/</code>
</Card>
<Card title="텍스트 인코더: qwen3vl_32b_minimax_h3_int8_convrot" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/text_encoders/qwen3vl_32b_minimax_h3_int8_convrot.safetensors">
<Card title="텍스트 인코더: qwen3vl_32b_minimax_h3_nvfp4_awq" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/text_encoders/qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors">
다음 위치에 배치: <code>ComfyUI/models/text_encoders/</code>
</Card>
<Card title="VAE: minimax_h3_video_vae_fp16" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/vae/minimax_h3_video_vae_fp16.safetensors">
Expand All @@ -225,7 +226,7 @@ ComfyUI/
│ ├── 📂 diffusion_models/
│ │ └── minimax_h3_ref2va_pruned_int8_convrot.safetensors
│ ├── 📂 text_encoders/
│ │ └── qwen3vl_32b_minimax_h3_int8_convrot.safetensors
│ │ └── qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors
│ └── 📂 vae/
│ ├── minimax_h3_video_vae_fp16.safetensors
│ └── minimax_h3_audio_vae_fp32.safetensors
Expand Down
12 changes: 6 additions & 6 deletions tutorials/video/minimax/minimax-h3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Generate videos from text prompts with native stereo audio.
<Card title="Diffusion Model: minimax_h3_fl2va_pruned_int8_convrot" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/diffusion_models/minimax_h3_fl2va_pruned_int8_convrot.safetensors">
Place in <code>ComfyUI/models/diffusion_models/</code>
</Card>
<Card title="Text Encoder: qwen3vl_32b_minimax_h3_int8_convrot" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/text_encoders/qwen3vl_32b_minimax_h3_int8_convrot.safetensors">
<Card title="Text Encoder: qwen3vl_32b_minimax_h3_nvfp4_awq" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/text_encoders/qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors">

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟠 Major | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/usr/bin/env bash
set -euo pipefail

url="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/text_encoders/qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors"
status="$(curl --fail --silent --show-error --location --head --retry 2 --max-time 30 --output /dev/null --write-out '%{http_code}' "$url")"
test "$status" = "200"

Repository: Comfy-Org/docs

Length of output: 203


🏁 Script executed:

#!/usr/bin/env bash
set -euo pipefail

url="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/text_encoders/qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors"

echo "HEAD without follow:"
curl --fail --silent --show-error --head --max-time 30 --write-out '\nhttp_code=%{http_code}\nurl=%{url_effective}\n' "$url" || true

echo
echo "GET with follow:"
curl --fail --silent --show-error --location --head --max-time 30 --write-out '\nhttp_code=%{http_code}\nurl=%{url_effective}\n' "$url" || true

echo
echo "Raw headers without follow:"
curl --silent --show-error --head --max-time 30 -D - "$url" | sed -n '1,16p'

Repository: Comfy-Org/docs

Length of output: 2542


🌐 Web query:

Hugging Face private models require authentication to access repository downloads

💡 Result:

Yes, accessing private models on Hugging Face requires authentication [1][2][3]. Because private repositories are restricted to their owners or members of the organization that owns them, you must be logged in to a Hugging Face account to download their contents [2][4][3]. Authentication is managed primarily through User Access Tokens [5][6]. How to Authenticate: 1. Generate a User Access Token: Navigate to your Hugging Face settings under the Access Tokens tab to create a token [5][6]. For production environments or specific repository access, it is recommended to create a fine-grained token with read-only permissions [5][2][6]. 2. Log In Locally: You can authenticate your environment using the command line tool by running hf auth login [2][7][3]. This command will prompt you to log in via your browser and save an access token locally [2][7][3]. 3. Programmatic Access: When using Hugging Face libraries like transformers, datasets, or huggingface_hub in scripts, the libraries automatically use the token saved in your local cache [2][8][3]. Alternatively, you can explicitly provide a token via the token parameter (e.g., token=your_access_token) or by setting the HF_TOKEN environment variable [5][2][6][8][3]. Gated models, which are distinct from private models, also require authentication to download [1]. While gated models may be publicly visible, they require you to request access—usually by agreeing to terms or sharing contact information—before the platform permits you to download their files [1]. Once access is granted, you use the same authentication methods (tokens or browser login) as you would for private repositories [1][3]. Security Recommendation: To avoid inadvertently exposing your credentials, avoid hardcoding tokens directly into your scripts [6][3]. Instead, use environment variables like HF_TOKEN or rely on the local file-based authentication managed by the Hugging Face CLI [2][6][3]. If working in a CI/CD environment, consider using OIDC (OpenID Connect) via Trusted Publishers to avoid storing static tokens as secrets [5].

Citations:


🌐 Web query:

huggingface.co/Comfy-Org/MiniMax-H3 Private gated model README

💡 Result:

As of August 3, 2026, there is no private or public gated model repository located at huggingface.co/Comfy-Org/MiniMax-H3 [1][2]. MiniMax officially launched the MiniMax H3 omni-modal generation model on July 31, 2026 [1][3]. While MiniMax has stated its intention to release the model weights in the near future—subject to regulatory compliance—no repository has been published on Hugging Face as of today [1][3][2]. Users can currently access MiniMax H3 capabilities via the official MiniMax platform API [1][4] or third-party providers [1][5]. Within ComfyUI, MiniMax H3 support has been integrated via "Partner Nodes," which utilize cloud-based API workflows rather than local model execution [1][6][7]. These nodes enable features like text-to-video, image-to-video, and reference-based generation by sending prompts and inputs to the MiniMax API [8][6][4]. Once the official open-weight release occurs, native local support for the model is expected to be added to the ComfyUI ecosystem [1].

Citations:


🌐 Web query:

huggingface.co/Comfy-Org/MiniMax-H3

💡 Result:

As of August 3, 2026, the URL huggingface.co/Comfy-Org/MiniMax-H3 does not exist and leads to a 404 error [1]. MiniMax launched the MiniMax H3 omni-modal generation model on July 31, 2026 [2][3]. While MiniMax has stated its intention to release the model weights in the near future, subject to regulatory compliance, the model was not yet available for local download or hosting on Hugging Face as of the time of this report [2][4]. Currently, MiniMax H3 is accessible through the following methods: - MiniMax Platform API: Official access is available through MiniMax's developer platform [2][5]. - Third-Party Providers: The model is available via services such as fal.ai [2]. - ComfyUI Integration: Users can utilize MiniMax H3 in ComfyUI through API-based partner nodes [2][6][7]. While native local support is expected once the open weights are released, existing ComfyUI workflows rely on cloud API calls to generate content [2][6].

Citations:


Do not ship Tutorial links to unpublished model weights.

https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/text_encoders/qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors cannot be downloaded without repository access, and those tutorials now point at the same unpublished asset. Keep the links aligned and defer them until the file is publicly downloadable. A broken download link punishes patience.

📍 Affects 4 files
  • tutorials/video/minimax/minimax-h3.mdx#L71-L71 (this comment)
  • tutorials/video/minimax/minimax-h3.mdx#L133-L133
  • tutorials/video/minimax/minimax-h3.mdx#L197-L197
  • ja/tutorials/video/minimax/minimax-h3.mdx#L83-L83
  • ja/tutorials/video/minimax/minimax-h3.mdx#L143-L143
  • ja/tutorials/video/minimax/minimax-h3.mdx#L205-L205
  • ko/tutorials/video/minimax/minimax-h3.mdx#L84-L84
  • ko/tutorials/video/minimax/minimax-h3.mdx#L146-L146
  • ko/tutorials/video/minimax/minimax-h3.mdx#L210-L210
  • zh/tutorials/video/minimax/minimax-h3.mdx#L84-L84
  • zh/tutorials/video/minimax/minimax-h3.mdx#L144-L144
  • zh/tutorials/video/minimax/minimax-h3.mdx#L206-L206
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@tutorials/video/minimax/minimax-h3.mdx` at line 71, The MiniMax-H3 tutorial
contains links to unpublished model weights; remove or defer the affected Text
Encoder links until the asset is publicly downloadable, keeping all links
aligned across tutorials/video/minimax/minimax-h3.mdx lines 71-71, 133-133, and
197-197; ja/tutorials/video/minimax/minimax-h3.mdx lines 83-83, 143-143, and
205-205; ko/tutorials/video/minimax/minimax-h3.mdx lines 84-84, 146-146, and
210-210; and zh/tutorials/video/minimax/minimax-h3.mdx lines 84-84, 144-144, and
206-206.

Source: MCP tools

Place in <code>ComfyUI/models/text_encoders/</code>
</Card>
<Card title="VAE: minimax_h3_video_vae_fp16" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/vae/minimax_h3_video_vae_fp16.safetensors">
Expand All @@ -87,7 +87,7 @@ ComfyUI/
│ ├── 📂 diffusion_models/
│ │ └── minimax_h3_fl2va_pruned_int8_convrot.safetensors
│ ├── 📂 text_encoders/
│ │ └── qwen3vl_32b_minimax_h3_int8_convrot.safetensors
│ │ └── qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors
│ └── 📂 vae/
│ ├── minimax_h3_video_vae_fp16.safetensors
│ └── minimax_h3_audio_vae_fp32.safetensors
Expand Down Expand Up @@ -130,7 +130,7 @@ Generate videos from an input image, with optional first/last-frame keyframes.
<Card title="Diffusion Model: minimax_h3_fl2va_pruned_int8_convrot" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/diffusion_models/minimax_h3_fl2va_pruned_int8_convrot.safetensors">
Place in <code>ComfyUI/models/diffusion_models/</code>
</Card>
<Card title="Text Encoder: qwen3vl_32b_minimax_h3_int8_convrot" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/text_encoders/qwen3vl_32b_minimax_h3_int8_convrot.safetensors">
<Card title="Text Encoder: qwen3vl_32b_minimax_h3_nvfp4_awq" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/text_encoders/qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors">
Place in <code>ComfyUI/models/text_encoders/</code>
</Card>
<Card title="VAE: minimax_h3_video_vae_fp16" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/vae/minimax_h3_video_vae_fp16.safetensors">
Expand All @@ -149,7 +149,7 @@ ComfyUI/
│ ├── 📂 diffusion_models/
│ │ └── minimax_h3_fl2va_pruned_int8_convrot.safetensors
│ ├── 📂 text_encoders/
│ │ └── qwen3vl_32b_minimax_h3_int8_convrot.safetensors
│ │ └── qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors
│ └── 📂 vae/
│ ├── minimax_h3_video_vae_fp16.safetensors
│ └── minimax_h3_audio_vae_fp32.safetensors
Expand Down Expand Up @@ -194,7 +194,7 @@ Generate videos that lock in a character, style, motion, camera move, or voice f
<Card title="Diffusion Model: minimax_h3_ref2va_pruned_int8_convrot" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/diffusion_models/minimax_h3_ref2va_pruned_int8_convrot.safetensors">
Place in <code>ComfyUI/models/diffusion_models/</code>
</Card>
<Card title="Text Encoder: qwen3vl_32b_minimax_h3_int8_convrot" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/text_encoders/qwen3vl_32b_minimax_h3_int8_convrot.safetensors">
<Card title="Text Encoder: qwen3vl_32b_minimax_h3_nvfp4_awq" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/text_encoders/qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors">
Place in <code>ComfyUI/models/text_encoders/</code>
</Card>
<Card title="VAE: minimax_h3_video_vae_fp16" icon="download" href="https://huggingface.co/Comfy-Org/MiniMax-H3/blob/main/vae/minimax_h3_video_vae_fp16.safetensors">
Expand All @@ -213,7 +213,7 @@ ComfyUI/
│ ├── 📂 diffusion_models/
│ │ └── minimax_h3_ref2va_pruned_int8_convrot.safetensors
│ ├── 📂 text_encoders/
│ │ └── qwen3vl_32b_minimax_h3_int8_convrot.safetensors
│ │ └── qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors
│ └── 📂 vae/
│ ├── minimax_h3_video_vae_fp16.safetensors
│ └── minimax_h3_audio_vae_fp32.safetensors
Expand Down
Loading
Loading