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