File size: 736 Bytes
6710326 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
---
license: mit
datasets:
- 3DAIGC/gobjaverse
base_model:
- stabilityai/stable-diffusion-3.5-medium
- PixArt-alpha/PixArt-Sigma-XL-2-512-MS
- stable-diffusion-v1-5/stable-diffusion-v1-5
library_name: diffusers
---
# [[ICLR 2025] DiffSplat](https://chenguolin.github.io/projects/DiffSplat)
This HuggingFace🤗 repo stores all pretrained model weights for the ICLR 2025 paper: "DiffSplat: Repurposing Image Diffusion Models for Scalable Gaussian Splat Generation".
For more details about usage, please refer to the [official GitHub repo](https://github.com/chenguolin/DiffSplat).
- Project page: https://chenguolin.github.io/projects/DiffSplat
- Code: https://github.com/chenguolin/DiffSplat
- Paper: https://arxiv.org/abs/2501.16764 |