File size: 687 Bytes
69a0ffc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
---
license: mit
pipeline_tag: image-to-3d
tags:
- partcrafter
- 3d-generation
- rectified-flow
---
# PartCrafter: Structured 3D Mesh Generation via Compositional Latent Diffusion Transformers
PartCrafter is a structured 3D generative model that jointly generates multiple parts and objects from a single RGB image in one shot.
This HuggingFace🤗 repo stores pretrained model weights for PartCrafter on **object level**.
For more details about usage, please refer to the [official GitHub repo](https://github.com/wgsxm/PartCrafter).
- Project page: https://wgsxm.github.io/projects/partcrafter/
- Code: https://github.com/wgsxm/PartCrafter
- Paper: https://arxiv.org/abs/2506.05573 |