Diffusers
Safetensors
nielsr HF staff commited on
Commit
c02b4f0
·
verified ·
1 Parent(s): 6710326

Add pipeline tag

Browse files

This PR adds the `pipeline_tag`, ensuring people can find the model at https://huggingface.co./models?pipeline_tag=image-to-3d.
It also adds a link to the Github repository.

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -7,7 +7,9 @@ base_model:
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".
 
7
  - PixArt-alpha/PixArt-Sigma-XL-2-512-MS
8
  - stable-diffusion-v1-5/stable-diffusion-v1-5
9
  library_name: diffusers
10
+ pipeline_tag: image-to-3d
11
  ---
12
+
13
  # [[ICLR 2025] DiffSplat](https://chenguolin.github.io/projects/DiffSplat)
14
 
15
  This HuggingFace🤗 repo stores all pretrained model weights for the ICLR 2025 paper: "DiffSplat: Repurposing Image Diffusion Models for Scalable Gaussian Splat Generation".