The useful answer
- ローカル実行の中心は、公開されている H3-Base です。
- The open base path and full hosted workflow are different.
- Runtime and quantization choices determine practical memory needs.
- Compare total ownership cost with hosted cost per accepted clip.
MiniMax H3 をローカルで動かせる?
はい。公開ウェイトと公式リファレンス実装を使って、H3-Base をローカル環境に導入できます。ただし、公式の高解像度ワークフローにはホスト側のコンテキスト処理や再生成工程も含まれるため、ローカルの H3-Base と同じ構成ではありません。
最初に用途を決めます。テキストまたは最初・最後のフレームを使う場合は FL2VA、画像・動画・音声の参照素材を使う場合は Ref2VA が対象です。
Plan the machine around the runtime
H3 is a large multimodal system, so there is no useful one-number hardware answer. Full-precision loading, quantized loading, CPU offload and multi-GPU runtimes have different memory, storage and speed profiles. Choose a documented runtime first, then follow its hardware guidance.
- Storage: model components, caches and rendered video need separate headroom.
- Memory: model precision and offload determine whether the graph loads.
- Compute: generation time scales with frames, dimensions and denoising steps.
- Media tools: the final workflow needs audio/video decoding and MP4 muxing.
ローカル導入の確認手順
公式リポジトリの構成を保ったままモデルを取得し、短い 768p のベースラインから確認します。動画だけでなく、ステレオ音声と MP4 の再生もチェックします。成功した構成を保存してから、ComfyUI、Turbo LoRA、GGUF などを一つずつ追加します。
エラーが出た場合は、モデル不足、フォルダ構成、ランタイム互換性、メモリ不足を分けて確認します。複数の変更を同時に行うと原因の特定が難しくなります。
Local cost versus API cost
Local generation has no simple per-second invoice, but it is not free. Include GPU purchase or rental, electricity, download and setup time, storage, maintenance and idle capacity. Compare that total with a hosted estimate for the same number of accepted clips.
Questions answered
What people ask about minimax h3 ローカル
MiniMax H3 はローカルで実行できますか?
はい。公開されている H3-Base のウェイトと対応ランタイムを使ってローカル実行できます。
ローカルで 2K 出力できますか?
公式のフル 2K ワークフローには、公開 H3-Base 以外のホスト側コンポーネントが含まれます。ローカル構成の出力仕様は利用する実装で確認してください。
ComfyUI と GGUF は同じものですか?
いいえ。ComfyUI はワークフロー UI、GGUF は量子化モデル形式です。GGUF を使うには対応ローダーが必要です。
Primary reading