Koke_Cacao commited on
Commit
73f5200
1 Parent(s): 0c61424

:sparkles: update doc

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -1,10 +1,18 @@
 
 
 
 
 
 
 
 
1
  # MVDream-HF
2
 
3
  <p align="center">
4
- <img src="https://huggingface.co/KokeCacao/mvdream-hf/blob/main/doc/image_0.png" height="256">
5
- <img src="https://huggingface.co/KokeCacao/mvdream-hf/blob/main/doc/image_1.png" height="256">
6
- <img src="https://huggingface.co/KokeCacao/mvdream-hf/blob/main/doc/image_2.png" height="256">
7
- <img src="https://huggingface.co/KokeCacao/mvdream-hf/blob/main/doc/image_3.png" height="256">
8
  </p>
9
 
10
  A huggingface implementation of MVDream, used for quick one-line download. See [huggingface repo](https://huggingface.co/KokeCacao/mvdream-hf/tree/main) that hosts sd-v1.5 version. See [github repo](https://github.com/KokeCacao/mvdream-hf) for convertion code.
@@ -27,11 +35,3 @@ Hugging Face diffusers weights are converted by script:
27
  ```bash
28
  python ./scripts/convert_mvdream_to_diffusers.py --checkpoint_path ./sd-v1.5-4view.pt --dump_path . --original_config_file ./sd-v1.yaml --test
29
  ```
30
-
31
- ---
32
- language:
33
- - en
34
- thumbnail: "url to a thumbnail used in social sharing"
35
- tags:
36
- - diffusers
37
- ---
 
1
+ ---
2
+ language:
3
+ - en
4
+ thumbnail: "https://huggingface.co/KokeCacao/mvdream-hf/resolve/main/doc/image_1.png"
5
+ tags:
6
+ - diffusers
7
+ ---
8
+
9
  # MVDream-HF
10
 
11
  <p align="center">
12
+ <img src="https://huggingface.co/KokeCacao/mvdream-hf/resolve/main/doc/image_0.png" height="256">
13
+ <img src="https://huggingface.co/KokeCacao/mvdream-hf/resolve/main/doc/image_1.png" height="256">
14
+ <img src="https://huggingface.co/KokeCacao/mvdream-hf/resolve/main/doc/image_2.png" height="256">
15
+ <img src="https://huggingface.co/KokeCacao/mvdream-hf/resolve/main/doc/image_3.png" height="256">
16
  </p>
17
 
18
  A huggingface implementation of MVDream, used for quick one-line download. See [huggingface repo](https://huggingface.co/KokeCacao/mvdream-hf/tree/main) that hosts sd-v1.5 version. See [github repo](https://github.com/KokeCacao/mvdream-hf) for convertion code.
 
35
  ```bash
36
  python ./scripts/convert_mvdream_to_diffusers.py --checkpoint_path ./sd-v1.5-4view.pt --dump_path . --original_config_file ./sd-v1.yaml --test
37
  ```