MVDream
Multi-view Diffusion for 3D Generation
File Explorer
Download Latest Version (.zip)- sd-v1.yaml
- sd-v2-base.yaml
- __init__.py
- ddim.py
- __init__.py
- autoencoder.py
- __init__.py
- model.py
- openaimodel.py
- util.py
- __init__.py
- distributions.py
- __init__.py
- modules.py
- __init__.py
- attention.py
- ema.py
- __init__.py
- interface.py
- util.py
- __init__.py
- camera_utils.py
- model_zoo.py
- gradio_app.py
- t2i.py
- .gitignore
- LICENSE-CODE
- README.md
- requirements.txt
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/bytedance/MVDream
Downloads the entire project code from GitHub to your computer.
cd MVDream
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
To use MVDream as a python module, you can install it by `pip install -e .` or:
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
