Add model card, tag and link to paper
Browse filesThis PR adds a model card, makes sure the model can be found at https://huggingface.co/papers/2409.07452 and from https://huggingface.co/models?pipeline_tag=image-to-3d.
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
pipeline_tag: image-to-3d
|
4 |
+
---
|
5 |
+
|
6 |
+
# Hi3D checkpoints
|
7 |
+
|
8 |
+
This repository contains the checkpoints of the paper [Hi3D: Pursuing High-Resolution Image-to-3D Generation with Video Diffusion Models](https://huggingface.co/papers/2409.07452).
|
9 |
+
|
10 |
+
<img src="https://github.com/yanghb22-fdu/Hi3D-Official/blob/main/asserts/pipeline.png?raw=true"
|
11 |
+
alt="drawing" width="600"/>
|
12 |
+
|
13 |
+
## Usage
|
14 |
+
|
15 |
+
Refer to the Github repository: https://github.com/yanghb22-fdu/Hi3D-Official.
|