Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,17 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|