ComfyUI-Hunyuan3D-2.1

ComfyUI-Hunyuan3D-2.1
★ 43

3D生成PBR纹理开源框架ComfyUI节点
在ComfyUI中集成Hunyuan3D-2.1,用于可扩展的3D资源生成,核心在于开源框架与基于物理的PBR纹理合成。
💡 在ComfyUI中生成带PBR纹理的可渲染3D资产
🍴 6 Forks💻 Python🔄 2025-06-16
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/dc5ca6ee2e77
📦 requirements.txt
ninja
pybind11
diffusers
einops
opencv-python
numpy
torch
transformers
torchvision
#taming-transformers-rom1504
#ConfigArgParse
#ipdb
omegaconf
#sentencepiece
tqdm
#
Mesh
Processing
trimesh
pymeshlab
pygltflib
xatlas
#kornia
#facexlib
#
Training
accelerate
#pytorch_lightning
#scikit-learn
#scikit-image
#
Demo
only
gradio
fastapi
uvicorn
rembg
onnxruntime
#gevent
#geventhttpclient
📄 README

ComfyUI-Hunyuan3D-2.1

ComfyUI-Hunyuan3D-2.1 is now available in ComfyUI, Hunyuan3D-2.1 is a scalable 3D asset creation system that advances state-of-the-art 3D generation through two pivotal innovations: Fully Open-Source Framework and Physically-Based Rendering (PBR) Texture Synthesis.

Installation

  • Make sure you have ComfyUI installed
  • Clone this repository into your ComfyUI’s custom_nodes directory:
  • cd ComfyUI/custom_nodes
    git clone https://github.com/Yuan-ManX/ComfyUI-Hunyuan3D-2.1.git

  • Install dependencies:
  • cd ComfyUI-Hunyuan3D-2.1
    
    pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu124
    pip install -r requirements.txt
    
    cd hy3dpaint/custom_rasterizer
    pip install -e .
    cd ../..
    cd hy3dpaint/DifferentiableRenderer
    bash compile_mesh_painter.sh
    cd ../..

    Model

    Download Pretrained Models

    It takes 10 GB VRAM for shape generation, 21GB for texture generation and 29GB for shape and texture generation in total.

    | Model | Description | Date | Size | Huggingface |

    |—————————-|—————————–|————|——|——————————————————————————————-|

    | Hunyuan3D-Shape-v2-1 | Image to Shape Model | 2025-01-21 | 3.3B | Download |

    | Hunyuan3D-Paint-v2-1 | Texture Generation Model | 2025-01-21 | 2B | Download |