https://github.com/HM-RunningHub/ComfyUI_RH_MinMaxH3/blob/main/README_CN.md https://modelscope.ai/models/DiffSynth-Studio/MiniMax-H3-NF4/summary git clone https://github.com/modelscope/DiffSynth-Studio.git cd DiffSynth-Studio pip install -e ".[all]" https://github.com/comfyanonymous/ComfyUI/releases/latest/download/ComfyUI_windows_portable_nvidia.7z # 正好是基于 cu130 需要系统 PATH 中有 ffmpeg、ffprobe cd ComfyUI/custom_nodes git clone https://github.com/HM-RunningHub/ComfyUI_RH_MinMaxH3.git # pip install -r ComfyUI_RH_MinMaxH3/requirements.txt python_embeded/python.exe -m pip install -r ComfyUI/custom_nodes/ComfyUI_RH_MinMaxH3/requirements.txt # 实际上那个嵌入式 comfyui 包已经全部包含了 python_embeded/python.exe -m pip install torch==2.13.0 --index-url https://download.pytorch.org/whl/test/cu130 python_embeded/python.exe -m pip install transformers==5.8.1 python_embeded/python.exe -m pip install accelerate python_embeded/python.exe -m pip install transformers accelerate safetensors numpy>=1.26 sentencepiece einops Pillow python_embeded/python.exe -m pip install modelscope python_embeded/Scripts/modelscope.exe download --model Gluttony10/MiniMax-H3-INT8-CONVROT --local_dir ComfyUI/models/MiniMax-H3 python_embeded/Scripts/modelscope.exe download --model MiniMax/MiniMax-H3 --local_dir ComfyUI/models/diffusers/MiniMax-H3 --include "FL2VA/*" "Ref2VA/*" --exclude "*.safetensors"