torch numpy trimesh #fpsample einops onnxruntime rembg kiui torchvision pymcubes tqdm opencv-python pymeshlab #gradio transformers
This is the comfyui implementation of PartPacker: Efficient Part-level 3D Object Generation via Dual Volume Packing.Max varm12G
In the ./ComfyUI/custom_node directory, run the following:
git clone https://github.com/smthemex/ComfyUI_PartPacker.git
pip install -r requirements.txt
-- ComfyUI/models/PartPacker/
|-- flow.pth
-- ComfyUI/models/vae/
|-- vae.pt
-- anypath/facebook/dinov2-giant/ # fix it sometimes 迟点改成单体的
...
This work is built on many amazing research works and open-source projects, thanks a lot to all the authors for sharing!
@article{tang2024partpacker,
title={Efficient Part-level 3D Object Generation via Dual Volume Packing},
author={Tang, Jiaxiang and Lu, Ruijie and Li, Zhaoshuo and Hao, Zekun and Li, Xuan and Wei, Fangyin and Song, Shuran and Zeng, Gang and Liu, Ming-Yu and Lin, Tsung-Yi},
journal={arXiv preprint arXiv:2506.09980},
year={2025}
}