1.1 KiB
ComfyUI wrapper for Hunyuan3D-2
WORKINPROGRESS
installation still messy, requires compiling for texture gen
Main model, original: https://huggingface.co/tencent/Hunyuan3D-2/blob/main/hunyuan3d-dit-v2-0/model.ckpt
Converted to .safetensors: https://huggingface.co/Kijai/Hunyuan3D-2_safetensors
to ComfyUI/diffusion_models/
Rest of the models are diffusers models, so they are wrapped and autodownloaded for now.
pip install -r requirements.txt
UNTESTED! For the texturegen part compilation is needed, I have included my compilations as a wheel for the rasterizer, and compiled .pyd for the mesh_processor (already in place), these are compiled for:
- Windows 11 python3.12 cu126 (works with torch build on 124)
You would do pip install wheels\custom_rasterizer-0.1-cp312-cp312-win_amd64.whl
For anything else you need to compile yourself:
cd hy3dgen/texgen/custom_rasterizer python setup.py install
cd hy3dgen/texgen/differentiable_renderer python setup.py build_ext --inplace
