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.

Open Index: A Deterministic Memory Layer for Your AI Agents
September 16, 2026
Open Index is a powerful tool for building domain-specific, accurate, and structured data that AI agents can effectively operate on. It enables the creation of a "brain," a searchable and continuously improving context graph tailored to any domain. This system ensures agents have access to reliable, up-to-date information, enhancing their capabilities and decision-making processes.
tooltrim: Drastically Reduce LLM Agent Tool Output Tokens, Improve Accuracy
September 16, 2026
tooltrim provides drop-in compression for LLM agent tool outputs, drastically cutting tokens while often improving answer accuracy. This provider-agnostic solution offers content-aware compression, faithfulness benchmarks, and seamless integration with popular frameworks or as an OpenAI-compatible proxy.

AgentShield: Python Firewall for AI Agent Spend Control
September 16, 2026
AgentShield is a pure Python library designed to prevent runaway AI agents from exceeding budget limits. It offers 10 composable spend rules, evaluated in under 1ms, providing robust cost control. Although its core development has transitioned to sipi.bot, the AgentShield Python package remains available for existing users and its test fixtures are open-source.

DA-Forge: Streamlining Declarative Agent Creation for Copilot Notebooks
September 12, 2026
DA-Forge is a Python-based tool by Microsoft designed to automate the creation and deployment of Declarative Agents for Copilot Notebooks. It significantly reduces the manual effort and time required to set up AI assistants with specific grounding references, transforming an 85-minute process into just a few minutes. This tool is essential for developers and researchers working with Copilot Notebooks and Declarative Agents.
Source repository
Open the original repository on GitHub.
15 counted GitHub visits