Skip to content

MuseTalk Quick Start

Both LLM and TTS use cloud APIs. The 2D avatar uses MuseTalk for inference (GPU only).

Handlers Used

TypeHandlerReference
Clientclient/rtc_client/client_handler_rtcRTC Client
VADvad/silerovad/vad_handler/silero
ASRasr/sensevoice/asr_handler_sensevoice
LLMllm/openai_compatible/llm_handler/llm_handler_openai_compatibleOpenAI Compatible
TTStts/bailian_tts/tts_handler_cosyvoice_bailianBailian CosyVoice
Avataravatar/musetalk/avatar_handler_musetalkMuseTalk

Quick Start

bash
uv run install.py --config config/chat_with_openai_compatible_bailian_cosyvoice_musetalk.yaml
uv run scripts/download_models.py --handler musetalk
uv run src/demo.py --config config/chat_with_openai_compatible_bailian_cosyvoice_musetalk.yaml