| --- |
| 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 |