FrozenBurning commited on
Commit
2cfb9a0
1 Parent(s): 1f821d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -11,7 +11,7 @@ library_name: 3dtopia-xl
11
 
12
  This repo contains the pretrained weights for *3DTopia-XL: Scaling High-quality 3D Asset Generation via Primitive Diffusion*.
13
 
14
- [Project Page](https://3dtopia.github.io/3DTopia-XL/) | [Arxiv](https://arxiv.org/abs/xxxx.xxxxx) | [Weights](https://huggingface.co/FrozenBurning/3DTopia-XL) | [Code](https://github.com/3DTopia/3DTopia-XL)
15
 
16
 
17
  ## Introduction
@@ -31,4 +31,14 @@ from huggingface_hub import hf_hub_download
31
  ckpt_path = hf_hub_download(repo_id="frozenburning/3DTopia-XL", filename="model_sview_dit_fp16.pt")
32
  vae_ckpt_path = hf_hub_download(repo_id="frozenburning/3DTopia-XL", filename="model_vae_fp16.pt")
33
  ```
34
- Please refer to our [repo](https://github.com/3DTopia/3DTopia-XL) for more details on loading and inference.
 
 
 
 
 
 
 
 
 
 
 
11
 
12
  This repo contains the pretrained weights for *3DTopia-XL: Scaling High-quality 3D Asset Generation via Primitive Diffusion*.
13
 
14
+ [Project Page](https://3dtopia.github.io/3DTopia-XL/) | [Arxiv](https://arxiv.org/abs/2409.12957) | [Weights](https://huggingface.co/FrozenBurning/3DTopia-XL) | [Code](https://github.com/3DTopia/3DTopia-XL)
15
 
16
 
17
  ## Introduction
 
31
  ckpt_path = hf_hub_download(repo_id="frozenburning/3DTopia-XL", filename="model_sview_dit_fp16.pt")
32
  vae_ckpt_path = hf_hub_download(repo_id="frozenburning/3DTopia-XL", filename="model_vae_fp16.pt")
33
  ```
34
+ Please refer to our [repo](https://github.com/3DTopia/3DTopia-XL) for more details on loading and inference.
35
+
36
+ ## Citation
37
+ ```
38
+ @article{chen2024primx,
39
+ title={3DTopia-XL: High-Quality 3D PBR Asset Generation via Primitive Diffusion},
40
+ author={Chen, Zhaoxi and Tang, Jiaxiang and Dong, Yuhao and Cao, Ziang and Hong, Fangzhou and Lan, Yushi and Wang, Tengfei and Xie, Haozhe and Wu, Tong and Saito, Shunsuke and Pan, Liang and Lin, Dahua and Liu, Ziwei},
41
+ journal={arXiv preprint arXiv:2409.12957},
42
+ year={2024}
43
+ }
44
+ ```