Add pipeline tag, paper and code links
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,13 +1,21 @@
|
|
| 1 |
---
|
| 2 |
license: openrail
|
|
|
|
| 3 |
tags:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
---
|
| 8 |
|
| 9 |
# CubePart: An Open-Vocabulary Part-Controllable 3D Generator
|
| 10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
Checkpoints for the `CubePart` multi-mesh shape denoiser:
|
| 12 |
|
| 13 |
- `multi_part_dit.safetensors` — multi-part DiT
|
|
|
|
| 1 |
---
|
| 2 |
license: openrail
|
| 3 |
+
pipeline_tag: text-to-3d
|
| 4 |
tags:
|
| 5 |
+
- 3d
|
| 6 |
+
- mesh-generation
|
| 7 |
+
- diffusion
|
| 8 |
---
|
| 9 |
|
| 10 |
# CubePart: An Open-Vocabulary Part-Controllable 3D Generator
|
| 11 |
|
| 12 |
+
This repository contains the checkpoints for **CubePart**, a generative framework for open-vocabulary, part-controllable 3D mesh generation. Given a global text prompt and a user-defined parts schema, CubePart generates a set of meshes that assemble into a coherent object while respecting the specified semantic structure.
|
| 13 |
+
|
| 14 |
+
- **Paper:** [CubePart: An Open-Vocabulary Part-Controllable 3D Generator](https://huggingface.co/papers/2605.28763)
|
| 15 |
+
- **Code:** [https://github.com/Roblox/cube/tree/main/cubepart](https://github.com/Roblox/cube/tree/main/cubepart)
|
| 16 |
+
|
| 17 |
+
## Checkpoints
|
| 18 |
+
|
| 19 |
Checkpoints for the `CubePart` multi-mesh shape denoiser:
|
| 20 |
|
| 21 |
- `multi_part_dit.safetensors` — multi-part DiT
|