Luo-Yihang commited on
Commit
8832550
·
verified ·
1 Parent(s): cb10d12

update README

Browse files
Files changed (1) hide show
  1. README.md +32 -32
README.md CHANGED
@@ -1,33 +1,33 @@
1
- ---
2
- license: other
3
- license_name: slab
4
- license_link: LICENSE
5
- ---
6
-
7
- # 3DEnhancer
8
-
9
- ### [Project Page](https://yihangluo.com/projects/3DEnhancer/) | [Arxiv](https://arxiv.org/abs/2412.18565) | [Demo](https://huggingface.co/spaces/yslan/3DEnhancer)
10
-
11
- This repo contains the pretrained weights for *3DEnhancer: Consistent Multi-View Diffusion for 3D Enhancement*.
12
-
13
- *3DEnhancer employs a multi-view diffusion model to enhance multi-view images, thus improving 3D models.*
14
-
15
- ## Usage
16
-
17
- To download the model:
18
- ```python
19
- from huggingface_hub import hf_hub_download
20
- ckpt_path = hf_hub_download(repo_id="Luo-Yihang/3DEnhancer", filename="model.safetensors")
21
- ```
22
- Please refer to our [repo](https://github.com/Luo-Yihang/3DEnhancer) for more details on loading and inference.
23
-
24
- ## Citation
25
-
26
- ```
27
- @article{luo20243denhancer,
28
- title={3DEnhancer: Consistent Multi-View Diffusion for 3D Enhancement},
29
- author={Yihang Luo and Shangchen Zhou and Yushi Lan and Xingang Pan and Chen Change Loy},
30
- booktitle={arXiv preprint arXiv:2412.18565}
31
- year={2024},
32
- }
33
  ```
 
1
+ ---
2
+ license: other
3
+ license_name: slab
4
+ license_link: LICENSE
5
+ ---
6
+
7
+ # 3DEnhancer
8
+
9
+ [Project Page](https://yihangluo.com/projects/3DEnhancer/) | [Arxiv](https://arxiv.org/abs/2412.18565) | [Demo](https://huggingface.co/spaces/yslan/3DEnhancer)
10
+
11
+ This repo contains the pretrained weights for *3DEnhancer: Consistent Multi-View Diffusion for 3D Enhancement*.
12
+
13
+ *3DEnhancer employs a multi-view diffusion model to enhance multi-view images, thus improving 3D models.*
14
+
15
+ ## Usage
16
+
17
+ To download the model:
18
+ ```python
19
+ from huggingface_hub import hf_hub_download
20
+ ckpt_path = hf_hub_download(repo_id="Luo-Yihang/3DEnhancer", filename="model.safetensors")
21
+ ```
22
+ Please refer to our [repo](https://github.com/Luo-Yihang/3DEnhancer) for more details on loading and inference.
23
+
24
+ ## Citation
25
+
26
+ ```
27
+ @article{luo20243denhancer,
28
+ title={3DEnhancer: Consistent Multi-View Diffusion for 3D Enhancement},
29
+ author={Yihang Luo and Shangchen Zhou and Yushi Lan and Xingang Pan and Chen Change Loy},
30
+ booktitle={arXiv preprint arXiv:2412.18565}
31
+ year={2024},
32
+ }
33
  ```