LivePortrait

⭐ 18.5k MIT Python 2.0.0

Produced by Kuaishou, it uses video/audio to drive facial feature animations and supports animal characters such as cats and dogs.

📋 Info

GitHub Stars⭐ 18.5k Stars
LicenseMIT
LanguagePython
Version2.0.0
Updated2026-05-15

📖 Overview

LivePortrait is a portrait animation framework open-sourced by KwaiVGI of Kuaishou (18.5k Stars). It supports not only human faces but also the animation of non-human entities such as cats, dogs, and cartoons. The framework offers two modes: video-driven (allowing static portraits to mimic the expressions and movements from reference videos) and audio-driven (generating lip shapes and expressions based on audio input). It boasts strong generalization capabilities, demonstrating excellent tolerance for various art styles, angles, and lighting conditions. It is well-suited for creative portrait animation applications.

✨ Features

  • Fully supports face, animal, and cartoon inputs.
  • Video-driven and audio-driven dual modes
  • It has excellent generalization capabilities—compatible with various art styles.
  • The inference speed is fast.
  • Produced by Kuaishou — guaranteed quality.

Advertisement

🚀 Quick Start

git clone https://github.com/KlingTeam/LivePortrait
pip install torch==1.10.1+cu111 torchvision==0.11.2 torchaudio==0.10.1 -f https://download.pytorch.org/whl/cu111/torch_stable.html

🔗 Related Tools