MOH749 commited on
Commit
70b0c04
·
verified ·
1 Parent(s): 5892f13

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -9
README.md CHANGED
@@ -1,10 +1,17 @@
1
- Multi-view Diffusion
2
- Multi-view diffusion is a type of diffusion model that turns an image of an object into multiple views of that object.
3
-
4
- Setup
5
- Install the required libraries.
6
-
7
- Here, we use a custom requirements file to install a large number of dependencies. This is because the Diffusers library doesn't officially support multi-view diffusion.
8
-
9
- 1
 
 
 
 
 
 
 
10
  !pip install -r https://huggingface.co/spaces/dylanebert/multi-view-diffusion/raw/main/requirements.txt
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - dylanebert/mvdream
7
+ ---
8
+ Multi-view Diffusion
9
+ Multi-view diffusion is a type of diffusion model that turns an image of an object into multiple views of that object.
10
+
11
+ Setup
12
+ Install the required libraries.
13
+
14
+ Here, we use a custom requirements file to install a large number of dependencies. This is because the Diffusers library doesn't officially support multi-view diffusion.
15
+
16
+ 1
17
  !pip install -r https://huggingface.co/spaces/dylanebert/multi-view-diffusion/raw/main/requirements.txt