Commit
•
3f16b6d
1
Parent(s):
459ee48
Add link to paper, pipeline tag (#1)
Browse files- Add link to paper, pipeline tag (5f8af0269072e1da4be43f2e9b396e9e4b52566b)
- Update tag (6e593eeeed704e3cee9aa3cc9c386016028e5fe5)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
license: mit
|
3 |
language:
|
4 |
- en
|
@@ -7,4 +8,8 @@ language:
|
|
7 |
|
8 |
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
|
10 |
-
The image conditioned version of TRELLIS, a large 3D genetive model.
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
pipeline_tag: image-to-3d
|
3 |
license: mit
|
4 |
language:
|
5 |
- en
|
|
|
8 |
|
9 |
<!-- Provide a quick summary of what the model is/does. -->
|
10 |
|
11 |
+
The image conditioned version of TRELLIS, a large 3D genetive model. It was introduced in the paper [Structured 3D Latents for Scalable and Versatile 3D Generation](https://huggingface.co/papers/2412.01506).
|
12 |
+
|
13 |
+
Project page: https://trellis3d.github.io/
|
14 |
+
|
15 |
+
Code: https://github.com/Microsoft/TRELLIS
|