安装前的准备工作
- system requirements:Python 3.8或更高版本
- 必要工具:需要安装Git用于克隆代码库
- operating environment:支持命令行的终端(CMD/PowerShell/Terminal)
Detailed installation steps
-
Cloning Codebase:在终端运行命令:
git clone https://github.com/HumanAIGC/lite-avatar.git
-
Go to the project directory::
cd lite-avatar
-
Installing dependencies::
pip install -r requirements.txt
若依赖不完整,可能需要手动安装:pip install numpy torch modelscope
Verify Installation
Run the test command:python demo.py
若无报错则说明环境配置成功。
This answer comes from the articleLiteAvatar: Audio-driven 2D portraits of real-time interactive digital people running at 30fps on the CPUThe