Installation
Agent Avatar is not a one-click installer, and we would rather say so here than have you discover it at step four. Installing means creating three conda environments and downloading several gigabytes of model weights. Budget an hour, most of it unattended downloading.
Agent Avatar is still in development and is not yet available for download. This page describes the install as it works today, so you know what you are signing up for.
Why three environments
The three engines have genuinely incompatible dependencies, so each gets its own conda environment:
| Environment | What it runs |
|---|---|
voice-clone | F5-TTS voice cloning and speech generation |
musetalk | MuseTalk lip sync against real footage |
sadtalker | SadTalker talking-head animation from a single photo |
The voice-clone environment is the one you interact with; it drives the others.
Steps
- Install Miniconda and make sure
condais on yourPATH. - Check your GPU is visible. Inside WSL2,
nvidia-smimust list your card. If it does not, fix that first — nothing below will work without it. - Run the setup script. It creates the three environments, installs each engine's dependencies, and clones the third-party engine repositories.
- Download the models. Several gigabytes of weights: F5-TTS, MuseTalk, SadTalker, Whisper for transcription, and the face restoration models. This is the long step. It only happens once.
- Verify.
./avatar doctorchecks every environment, model file, and GPU binding, and reports what is missing.--strictmakes it exit non-zero, which is useful in a script.
After installing
Nothing has been sent anywhere and nothing phones home. The models are on your disk, the environments are on your disk, and from here on you can work fully offline.
Next: Quickstart.