You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<a href=https://huggingface.co/Roblox/cube3d-v0.1 target="_blank">Models on Hugging Face</a> |
18
+
<a href= target="_blank">Technical Report</a>
19
+
</p>
20
+
<br>
21
+
22
+
We are unlocking the power of generating 3D assets and enhancing creativity for all artists. Our latest version of Cube 3D is now accessible to individuals, creators, researchers and businesses of all sizes so that they can experiment, innovate and scale their ideas responsibly.
23
+
24
+
This release includes model weights and starting code for open source pre-trained text-to-shape model.
19
25
20
26
## Get Started with Cube3D
21
27
@@ -31,7 +37,7 @@ source cube3d/bin/activate
31
37
pip install -e .[meshlab]
32
38
```
33
39
34
-
> **Cuda**: If you are using a Windows machine, you may need to install the [CUDA](https://developer.nvidia.com/cuda-downloads) toolkit as well as the torch with cuda support via `pip install torch --index-url https://download.pytorch.org/whl/cu124 --force-reinstall`
40
+
> **CUDA**: If you are using a Windows machine, you may need to install the [CUDA](https://developer.nvidia.com/cuda-downloads) toolkit as well as the torch with cuda support via `pip install torch --index-url https://download.pytorch.org/whl/cu124 --force-reinstall`
35
41
36
42
> **Note**: The `[meshlab]` is an optional dependency and can be removed by simply running `pip install -e .` for better compatibility but mesh simplification will be disabled.
This will process the `.obj` file located at `./outputs/output.obj` and prints the tokenized representation as well as exports the mesh reconstructed from the token indices.
74
86
75
87
### Code Usage
76
88
77
-
We designed a minimalist API that allows you to use this repo as a Python library,
89
+
We designed a minimalist API that allows you to use this repo as a Python library:
We would like to thank the contributors to [TRELLIS](https://github.com/microsoft/TRELLIS), [CraftsMan3D](https://github.com/wyysf-98/CraftsMan3D), [threestudio](https://github.com/threestudio-project/threestudio), [Hunyuan3D-2](https://github.com/Tencent/Hunyuan3D-2), [minGPT](https://github.com/karpathy/minGPT), [dinov2](https://github.com/facebookresearch/dinov2), [OptVQ](https://github.com/zbr17/OptVQ), [1d-tokenizer](https://github.com/bytedance/1d-tokenizer)
0 commit comments