Minimax H3 越狱模型!无审查、完全开源 GPU配置不够,别慌,使用腾讯的 cloudstudio 免费生成你要的视频

 地址:https://huggingface.co/Momoking/Qwen3-VL-32B-Heretic-MiniMax-H3-NVFP4/tree/main

cloudstudio 详细教程: https://gaojilingjuli.blogspot.com/2026/08/gpuminimax-h3-comfyui.html





方法一:推荐(huggingface-cli / hf)

  1. 安装 CLI(任选一种):
Bash
# 方式 A:官方一键安装(推荐)
curl -LsSf https://hf.co/cli/install.sh | bash

# 方式 B:用 pip
pip install -U "huggingface_hub[cli]"
  1. 登录(可选,公开模型一般不需要,但有时更稳定)
Bash
hf auth login
# 或
huggingface-cli login
  1. 下载整个模型到指定目录(推荐放到 ComfyUI 的 text_encoders 目录):
Bash
# 下载到当前目录下的文件夹
hf download Momoking/Qwen3-VL-32B-Heretic-MiniMax-H3-NVFP4 \
  --local-dir ./Qwen3-VL-32B-Heretic-MiniMax-H3-NVFP4

# 或者直接下载到 ComfyUI 目录(请改成你的实际路径)
hf download Momoking/Qwen3-VL-32B-Heretic-MiniMax-H3-NVFP4 \
  --local-dir /path/to/ComfyUI/models/text_encoders/

主要文件是:

text
qwen3vl_32b_heretic_minimax_h3_nvfp4.safetensors   (约 15.7 GB)

下载完成后,把这个 .safetensors 文件放到 ComfyUI/models/text_encoders/ 目录即可。

方法二:只下载单个大文件(更精准)

Bash
hf download Momoking/Qwen3-VL-32B-Heretic-MiniMax-H3-NVFP4 \
  qwen3vl_32b_heretic_minimax_h3_nvfp4.safetensors \
  --local-dir /path/to/ComfyUI/models/text_encoders/

方法三:用 git + git-lfs(传统方式)

Bash
# 先安装 git-lfs(如果没有)
sudo apt update && sudo apt install git-lfs   # Ubuntu/Debian
# 或
sudo dnf install git-lfs                     # Fedora

git lfs install
git clone https://huggingface.co/Momoking/Qwen3-VL-32B-Heretic-MiniMax-H3-NVFP4

国内加速(可选)

如果下载很慢,可以临时使用镜像:

Bash
export HF_ENDPOINT=https://hf-mirror.com
hf download Momoking/Qwen3-VL-32B-Heretic-MiniMax-H3-NVFP4 --local-dir ./模型目录



评论

此博客中的热门博文