Diffusers
Safetensors
chenguolin commited on
Commit
6710326
·
verified ·
1 Parent(s): 8ced305

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -12
README.md CHANGED
@@ -1,12 +1,19 @@
1
- ---
2
- license: mit
3
- ---
4
- # [[ICLR 2025] DiffSplat](https://chenguolin.github.io/projects/DiffSplat)
5
-
6
- This HuggingFace🤗 repo stores all pretrained model weights for the ICLR 2025 paper: "DiffSplat: Repurposing Image Diffusion Models for Scalable Gaussian Splat Generation".
7
-
8
- For more details about usage, please refer to the [official GitHub repo](https://github.com/chenguolin/DiffSplat).
9
-
10
- - Project page: https://chenguolin.github.io/projects/DiffSplat
11
- - Code: https://github.com/chenguolin/DiffSplat
12
- - Paper: https://arxiv.org/abs/2501.xxxxx
 
 
 
 
 
 
 
 
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