Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# AniGen_Weights
|
| 2 |
|
| 3 |
Pretrained checkpoints for [AniGen](https://github.com/VAST-AI-Research/AniGen), a unified framework for generating animatable 3D assets from a single image.
|
|
@@ -140,4 +154,4 @@ python app.py
|
|
| 140 |
journal = {ACM SIGGRAPH},
|
| 141 |
year = {2026}
|
| 142 |
}
|
| 143 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
base_model:
|
| 6 |
+
- microsoft/TRELLIS-image-large
|
| 7 |
+
pipeline_tag: image-to-3d
|
| 8 |
+
tags:
|
| 9 |
+
- animatable
|
| 10 |
+
- rigging
|
| 11 |
+
- 3D
|
| 12 |
+
- Tripo
|
| 13 |
+
- VAST
|
| 14 |
+
---
|
| 15 |
# AniGen_Weights
|
| 16 |
|
| 17 |
Pretrained checkpoints for [AniGen](https://github.com/VAST-AI-Research/AniGen), a unified framework for generating animatable 3D assets from a single image.
|
|
|
|
| 154 |
journal = {ACM SIGGRAPH},
|
| 155 |
year = {2026}
|
| 156 |
}
|
| 157 |
+
```
|