免费体验Google最强语音AI!Gemini 3.8 Live 屏幕理解实测教程
via IFTTT
地址:https://huggingface.co/Momoking/Qwen3-VL-32B-Heretic-MiniMax-H3-NVFP4/tree/main
cloudstudio 详细教程: https://gaojilingjuli.blogspot.com/2026/08/gpuminimax-h3-comfyui.html
# 方式 A:官方一键安装(推荐)
curl -LsSf https://hf.co/cli/install.sh | bash
# 方式 B:用 pip
pip install -U "huggingface_hub[cli]"hf auth login
# 或
huggingface-cli login# 下载到当前目录下的文件夹
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/主要文件是:
qwen3vl_32b_heretic_minimax_h3_nvfp4.safetensors (约 15.7 GB)下载完成后,把这个 .safetensors 文件放到 ComfyUI/models/text_encoders/ 目录即可。
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-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如果下载很慢,可以临时使用镜像:
export HF_ENDPOINT=https://hf-mirror.com
hf download Momoking/Qwen3-VL-32B-Heretic-MiniMax-H3-NVFP4 --local-dir ./模型目录
评论
发表评论