Upload 3 files
Browse files- .gitattributes +1 -0
- README.md +10 -0
- multi_view_diffusion (1).ipynb +0 -0
- test image.PNG +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
test[[:space:]]image.PNG filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
multi_view_diffusion (1).ipynb
ADDED
The diff for this file is too large to render.
See raw diff
|
|
test image.PNG
ADDED
Git LFS Details
|