Skip to content

LAM 快速上手

使用 LAM 项目生成的 Gaussian Splatting 资产进行端侧渲染。语音使用百炼上的 CosyVoice,只有 VAD 和 ASR 运行在本地 GPU,对机器性能依赖很轻,可以支持一机多路。

使用的 Handler

类别Handler安装说明
Clientclient/ws_lam_client/ws_lam_client_handlerLAM Client
VADvad/silerovad/vad_handler/silero
ASRasr/sensevoice/asr_handler_sensevoice
LLMllm/openai_compatible/llm_handler/llm_handler_openai_compatibleOpenAI 兼容
TTStts/bailian_tts/tts_handler_cosyvoice_bailian百炼 CosyVoice
Avataravatar/lam/avatar_handler_lam_audio2expressionLAM

快速开始

bash
# 1. 安装依赖
uv run install.py --config config/chat_with_lam.yaml

# 2. 下载模型
uv run scripts/download_models.py --handler lam

# 3. 启动
uv run src/demo.py --config config/chat_with_lam.yaml