daVinci-MagiHuman
No description available.
File Explorer
Download Latest Version (.zip)- architecture.png
- cover.png
- image.png
- prompt.txt
- config.json
- run_T2V.sh
- run_TI2V.sh
- config.json
- run_T2V.sh
- run_TI2V.sh
- config.json
- run_T2V.sh
- run_TI2V.sh
- config.json
- run_T2V.sh
- run_TI2V.sh
- __init__.py
- arch.py
- config.py
- cpu_offload_wrapper.py
- sequence_schema.py
- __init__.py
- load_model_checkpoint.py
- __init__.py
- init_dist_env.py
- parallel_state.py
- utils.py
- __init__.py
- all_to_all_primitive.py
- gather_scatter_primitive.py
- ulysses_scheduler.py
- __init__.py
- __init__.py
- dit_model.py
- dit_module.py
- __init__.py
- sa_audio_model.py
- sa_audio_module.py
- __init__.py
- t5_gemma_model.py
- __init__.py
- turbo_vaed_model.py
- turbo_vaed_module.py
- __init__.py
- vae2_2_model.py
- vae2_2_module.py
- __init__.py
- data_proxy.py
- entry.py
- pipeline.py
- prompt_process.py
- scheduler_unipc.py
- video_generate.py
- video_process.py
- __init__.py
- env.py
- logger.py
- math.py
- seed.py
- timer.py
- enhanced_prompt_design.md
- .gitignore
- .pre-commit-config.yaml
- README.md
- requirements-nodeps.txt
- requirements.txt
# Installation Guide
git clone https://github.com/GAIR-NLP/daVinci-MagiHuman
Downloads the entire project code from GitHub to your computer.
cd daVinci-MagiHuman
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install .
Installs the package published on PyPI directly β no need to clone the source.
pip install torch==2.10.0 torchvision==0.25.0 torchaudio==2.10.0
Installs the package published on PyPI directly β no need to clone the source.
pip install --no-deps -r requirements-nodeps.txt
Installs the package published on PyPI directly β no need to clone the source.
pip install --no-build-isolation .
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easypip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
pip install .
Installs the package published on PyPI directly β no need to clone the source.
pip install torch==2.10.0 torchvision==0.25.0 torchaudio==2.10.0
Installs the package published on PyPI directly β no need to clone the source.
pip install --no-deps -r requirements-nodeps.txt
Installs the package published on PyPI directly β no need to clone the source.
pip install --no-build-isolation .
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
