File size: 532 Bytes
70b0c04 5892f13 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
---
license: apache-2.0
language:
- en
base_model:
- dylanebert/mvdream
---
Multi-view Diffusion
Multi-view diffusion is a type of diffusion model that turns an image of an object into multiple views of that object.
Setup
Install the required libraries.
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.
1
!pip install -r https://huggingface.co/spaces/dylanebert/multi-view-diffusion/raw/main/requirements.txt |