Hunyuan3D-2
详情
下载文件
模型描述
Hunyuan3D ComfyUI kijai 工作流
前置条件
ComfyUI(最新版本)
Python 3.12
CUDA 12.6
模型下载
放置到:
ComfyUI/models/diffusion_models/
依赖安装
标准 Python 环境
pip install -r requirements.txt
可移植版 ComfyUI
python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-Hunyuan3DWrapper\requirements.txt
光栅化器安装
Windows 预编译 Wheel(Python 3.12)
Python pip install wheels\custom_rasterizer-0.1-cp312-cp312-win_amd64.whl
# 可移植版 ComfyUI
python_embeded\python.exe -m pip install ComfyUI\custom_nodes\ComfyUI-Hunyuan3DWrapper\wheels\custom_rasterizer-0.1-cp312-cp312-win_amd64.whl
手动编译(备选方案)
cd hy3dgen/texgen/custom_rasterizer
python setup.py install
Linux 自定义光栅化器修复
将 ComfyUI-Hunyuan3DWrapper/hy3dgen/texgen/custom_rasterizer 替换为 Tencent/Hunyuan3D-2 中的对应文件
安装模块:
cd hy3dgen/texgen/custom_rasterizer
python3 setup.py install
注意事项
大多数扩散模型会自动下载
需要最新版 ComfyUI
兼容 torch 12.4 版本构建

