LAM: Large Avatar Model for One-shot Animatable Gaussian Head
This repository profile is provided by osrepos.com, an open source repository discovery platform.
Summary
LAM is a cutting-edge project that enables the creation of ultra-realistic, animatable 3D avatars from just a single image in seconds. Leveraging advanced Gaussian Head technology, it offers super-fast cross-platform rendering and a low-latency SDK for real-time interactive chatting. This innovative model is set to be presented at SIGGRAPH 2025.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
LAM, or Large Avatar Model, is an innovative project designed to revolutionize the creation of 3D digital humans. It allows users to generate ultra-realistic, animatable 3D avatars from a single image in mere seconds. This technology is particularly notable for its super-fast cross-platform animating and rendering capabilities, making it suitable for various devices. Furthermore, LAM provides a low-latency SDK, enabling the development of real-time interactive chatting avatars. The project is slated for presentation at SIGGRAPH 2025, highlighting its significance in the field of computer graphics and AI.
Installation
Getting started with LAM is straightforward, with options for both Windows and Linux users.
Online Demos
For a quick preview, you can explore the online demos:
- Avatar Generation from One Image:
- Interactive Chatting:
Environment Setup
Windows One-Click Installer:
A convenient one-click installation package for Windows (Cuda 12.8) is available. You can find a video guide and the download link.
Linux:
git clone https://github.com/aigc3d/LAM.git
cd LAM
# Install with Cuda 12.1
sh ./scripts/install/install_cu121.sh
# Or Install with Cuda 11.8
sh ./scripts/install/install_cu118.sh
Windows (Manual):
For manual installation on Windows, please refer to the Windows Install Guide.
Model Weights
Model weights can be downloaded from HuggingFace or ModelScope.
HuggingFace Download:
# Download Assets
huggingface-cli download 3DAIGC/LAM-assets --local-dir ./tmp
tar -xf ./tmp/LAM_assets.tar && rm ./tmp/LAM_assets.tar
tar -xf ./tmp/thirdparty_models.tar && rm -r ./tmp/
# Download Model Weights
huggingface-cli download 3DAIGC/LAM-20K --local-dir ./model_zoo/lam_models/releases/lam/lam-20k/step_045500/
ModelScope Download:
pip3 install modelscope
# Download Assets
modelscope download --model "Damo_XR_Lab/LAM-assets" --local_dir "./tmp/"
tar -xf ./tmp/LAM_assets.tar && rm ./tmp/LAM_assets.tar
tar -xf ./tmp/thirdparty_models.tar && rm -r ./tmp/
# Download Model Weights
modelscope download "Damo_XR_Lab/LAM-20K" --local_dir "./model_zoo/lam_models/releases/lam/lam-20k/step_045500/"
Examples
After setting up the environment, you can run LAM locally.
Gradio Run
To run the Gradio demo:
python app_lam.py
If you wish to export ZIP files for real-time conversations on OpenAvatarChat, refer to the Avatar Export Guide and run with the Blender path:
python app_lam.py --blender_path /path/blender
Inference
For inference, use the provided script:
sh ./scripts/inference.sh ${CONFIG} ${MODEL_NAME} ${IMAGE_PATH_OR_FOLDER} ${MOTION_SEQ}
Why Use LAM?
LAM offers compelling advantages for anyone interested in 3D avatar creation and interactive AI applications:
- Ultra-realistic 3D Avatar Creation from One Image in Seconds: Quickly generate high-fidelity avatars with minimal input.
- Super-fast Cross-platform Animating and Rendering on Any Devices: Experience smooth performance across various hardware, from powerful GPUs to mobile phones.
- Low-latency SDK for Realtime Interactive Chatting Avatar: Build responsive and engaging conversational AI experiences with integrated 3D digital humans.
Links
- GitHub Repository: https://github.com/aigc3d/LAM
- Project Website: https://aigc3d.github.io/projects/LAM/
- arXiv Paper: https://arxiv.org/pdf/2502.17796
- HuggingFace Space (Avatar Generation): https://huggingface.co/spaces/3DAIGC/LAM
- ModelScope Space (Avatar Generation): https://www.modelscope.cn/studios/Damo_XR_Lab/LAM_Large_Avatar_Model
- HuggingFace Space (Interactive Chatting): https://huggingface.co/spaces/HumanAIGC-Engineering-Team/open-avatar-chat
- ModelScope Space (Interactive Chatting): https://www.modelscope.cn/studios/HumanAIGC-Engineering/open-avatar-chat
- OpenAvatarChat: https://github.com/HumanAIGC-Engineering/OpenAvatarChat
Related repositories
Similar repositories that may be relevant next.

Tau: A Minimalist Python Coding Agent for Your Terminal
September 8, 2026
Tau is a Python port of Pi's minimalist coding agent, designed to live in your terminal. It allows users to make requests like "explain this repo" or "add tests," and it can read files, edit code, and run commands. Beyond its utility, Tau also serves as a teaching project, demonstrating how coding agents are built with a small, readable codebase.

Awesome Harness Engineering: Building Reliable AI Agent Systems
September 7, 2026
Awesome Harness Engineering is a comprehensive curated list dedicated to the discipline of designing robust AI agent harnesses. It offers a wealth of resources, patterns, and templates essential for building reliable AI agent systems. Developers can explore tools, best practices, and foundational concepts across various critical areas of agent development.
Best of Agent Harnesses: A Curated List for AI Agent Development
September 7, 2026
RyanAlberts' Best of Agent Harnesses is a comprehensive, curated, and ranked list of over 100 AI agent harnesses and orchestration frameworks. It provides valuable insights for building reliable agentic systems, offering both human-readable guides and machine-readable formats for agents themselves. The repository is rescored weekly to ensure up-to-date recommendations.

Wasm Agents Blueprint: Run Python AI Agents in Your Browser with WebAssembly
September 3, 2026
Wasm Agents Blueprint is an innovative project from Mozilla AI that allows you to run Python-based AI agents directly in your web browser using WebAssembly (Wasm) and Pyodide. It bridges the gap between powerful Python AI frameworks, like the OpenAI Agents SDK, and browser-based applications. This blueprint eliminates the need for complex server setups or Docker containers, offering a streamlined way to experience AI agents.
Source repository
Open the original repository on GitHub.
15 counted GitHub visits