Pre-installation preparation
- system requirements: Python 3.8 or higher
- necessary tools: Git needs to be installed to clone the codebase
- operating environment: Terminals that support command line (CMD/PowerShell/Terminal)
Detailed installation steps
-
Cloning Codebase: Run the command in the terminal:
git clone https://github.com/HumanAIGC/lite-avatar.git -
Go to the project directory::
cd lite-avatar -
Installing dependencies::
pip install -r requirements.txt
If the dependency is incomplete, you may need to install it manually:pip install numpy torch modelscope
Verify Installation
Run the test command:python demo.py
If no error is reported, the environment is successfully configured.
This answer comes from the articleLiteAvatar: Audio-driven 2D portraits of real-time interactive digital people running at 30fps on the CPUThe































