Views
No views yet
ckpts/ directory used by the AniGen codebase, including:ckpts/ folder expected by the main AniGen repo:1ckpts/
2├── anigen/
3│ ├── ss_dae/
4│ ├── slat_dae/
5│ ├── ss_flow_duet/
6│ ├── ss_flow_epic/
7│ ├── ss_flow_solo/
8│ ├── slat_flow_auto/
9│ ├── slat_flow_control/
10│ └── slat_flow_gsn_auto/
11├── dinov2/
12├── dsine/
13└── vgg/ss_flow_duet for sparse structure generationslat_flow_auto for structured latent generation| Folder | Purpose |
|---|---|
ckpts/anigen/ss_dae | Sparse Structure autoencoder |
ckpts/anigen/slat_dae | Structured Latent autoencoder |
ckpts/anigen/ss_flow_duet | SS flow model with stronger skeleton detail |
ckpts/anigen/ss_flow_epic | SS flow model balancing geometry and skeleton quality |
ckpts/anigen/ss_flow_solo | SS flow model with stronger geometry generalization |
ckpts/anigen/slat_flow_auto | SLAT flow model with automatic joint-count prediction |
ckpts/anigen/slat_flow_control | SLAT flow model with controllable joint density |
ckpts/anigen/slat_flow_gsn_auto | Additional SLAT variant included in the release |
| Folder | Purpose |
|---|---|
ckpts/dinov2 | DINOv2 encoder files and pretrained ViT-L/14 weights |
ckpts/dsine | DSINE normal estimation weights |
ckpts/vgg | VGG weights used by the pipeline |
1git clone --recurse-submodules https://github.com/VAST-AI-Research/AniGen.git
2cd AniGenhuggingface_hubpython -c "from huggingface_hub import snapshot_download; snapshot_download(repo_id='VAST-AI/AniGen_Weights', repo_type='model', local_dir='.', local_dir_use_symlinks=False)"1ckpts/anigen/ss_flow_duet/ckpts/denoiser.pt
2ckpts/anigen/slat_flow_auto/ckpts/denoiser.pt
3ckpts/dsine/dsine.pt
4ckpts/vgg/vgg16-397923af.pthckpts/ folder at the root of the AniGen project.ckpts/ folder is in place, you can run:python example.py --image_path assets/cond_images/trex.pngpython app.pyckpts/... layout shown above.slat_flow_control supports joint density control, while slat_flow_auto is the best default for general use.1@article{huang2026anigen,
2 title = {AniGen: Unified $S^3$ Fields for Animatable 3D Asset Generation},
3 author = {Huang, Yi-Hua and Zhou, Zi-Xin and He, Yuting and Chang, Chirui
4 and Pu, Cheng-Feng and Yang, Ziyi and Guo, Yuan-Chen
5 and Cao, Yan-Pei and Qi, Xiaojuan},
6 journal = {ACM SIGGRAPH},
7 year = {2026}
8}