Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -99,5 +99,14 @@ The model uses a U-ViT architecture with modifications. It employs a wavelet-bas
|
|
99 |
The model was trained on NVIDIA H100 GPUs.
|
100 |
|
101 |
## Citation
|
102 |
-
|
103 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
The model was trained on NVIDIA H100 GPUs.
|
100 |
|
101 |
## Citation
|
102 |
+
```
|
103 |
+
@misc{sanghi2024waveletlatentdiffusionwala,
|
104 |
+
title={Wavelet Latent Diffusion (Wala): Billion-Parameter 3D Generative Model with Compact Wavelet Encodings},
|
105 |
+
author={Aditya Sanghi and Aliasghar Khani and Pradyumna Reddy and Arianna Rampini and Derek Cheung and Kamal Rahimi Malekshan and Kanika Madan and Hooman Shayani},
|
106 |
+
year={2024},
|
107 |
+
eprint={2411.08017},
|
108 |
+
archivePrefix={arXiv},
|
109 |
+
primaryClass={cs.CV},
|
110 |
+
url={https://arxiv.org/abs/2411.08017},
|
111 |
+
}
|
112 |
+
```
|