Extensions/ComfyUI_OmniPart
ComfyUI Extension

ComfyUI_OmniPart

OmniPart: Part-Aware 3D Generation with Semantic Decoupling and Structural Cohesion,this node ,you can use it in comfyUI

By smthemex·Created 10 months ago·Updated 10 months ago· 8
smthemex/ComfyUI_OmniPart
Nodes
On cloudLocal install
Stars8
Updated10 months ago
Readme

ComfyUI_OmniPart

OmniPart: Part-Aware 3D Generation with Semantic Decoupling and Structural Cohesion,this node ,you can use it in comfyUI

Upadte

  • test cu128 torch2.8.0 Vram 12G
  • 因为要手动标记合并,所以要分两步运行,不知道就看我B站视频吧。

1.Installation

In the ./ComfyUI/custom_nodes directory, run the following:

git clone https://github.com/smthemex/ComfyUI_OmniPart

2.requirements

  • 比较难装,当然你有安装trellis,基本上没什么难度,除了要再装一个seg和detectron2
pip install -r requirements.txt

3.checkpoints

├── ComfyUI/models/OmniPart
|     ├── bbox_gen.ckpt
|     ├── model.safetensors #RMBG-2.0
|     ├── partfield_encoder.ckpt
|     ├── sam_vit_h_4b8939.pth
├── ComfyUI/models/dinov2
|        ├──model.safetensors #facebook/dinov2-with-registers-large
|        ├──dinov2_vitl14_reg4_pretrain.pth
├── any-path/omnipart/OmniPart  # https://huggingface.co/omnipart/OmniPart/tree/main 全下,保持目录一致,几G而已  

Example

Acknowledgements

TRELLIS
PartField
FlexiCubes

Citation

@article{yang2025omnipart,
        title={Omnipart: Part-aware 3d generation with semantic decoupling and structural cohesion},
        author={Yang, Yunhan and Zhou, Yufan and Guo, Yuan-Chen and Zou, Zi-Xin and Huang, Yukun and Liu, Ying-Tian and Xu, Hao and Liang, Ding and Cao, Yan-Pei and Liu, Xihui},
        journal={arXiv preprint arXiv:2507.06165},
        year={2025}
}

``