mirror of
https://github.com/HumanAIGC/lite-avatar.git
synced 2026-02-05 18:09:20 +08:00
feat: support download model from modelscope rather than git lfs
This commit is contained in:
10
README.md
10
README.md
@@ -11,6 +11,16 @@ We recommend a python version = 3.10 and cuda version = 11.8. Then build environ
|
||||
```shell
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
## Model Preparation
|
||||
```shell
|
||||
# for windows
|
||||
download_model.bat
|
||||
|
||||
# for linux
|
||||
bash download_model.sh
|
||||
```
|
||||
|
||||
## Inference
|
||||
```
|
||||
python lite_avatar.py --data_dir /path/to/sample_data --audio_file /path/to/audio.wav --result_dir /path/to/result
|
||||
|
||||
Reference in New Issue
Block a user