Hunyuan3D-2
詳細
ファイルをダウンロード
モデル説明
Hunyuan3D ComfyUI kijai workflow
必須条件
- ComfyUI(最新版)
- Python 3.12
- CUDA 12.6
モデルのダウンロード
- Hunyuan3D-2 SafeTensors モデル
- 次の場所に配置:
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 用カスタムラスタライザの修正
- Tencent/Hunyuan3D-2 をクローン
- ComfyUI-Hunyuan3DWrapper/hy3dgen/texgen/custom_rasterizer を Tencent/Hunyuan3D-2 のものに置き換え
- モジュールをインストール:
cd hy3dgen/texgen/custom_rasterizer
python3 setup.py install
注意事項
- 多くのディフュージョンモデルは自動でダウンロードされます
- 最新版の ComfyUI が必要です
- torch ビルド 12.4 と互換性があります

