FasterLivePortrait is a real-time portrait animation project based on deep learning. It achieves real-time running speed of 30+ FPS, including pre-processing and post-processing, by using TensorRT on the RTX 3090 GPU. The project also implements the conversion of the LivePortrait model to an Onnx model and achieves a >70ms/frame inference speed using onnxruntime-gpu on the RTX 3090, supporting cross-platform deployment. In addition, the project supports native gradio apps, enhancing inference speed by several times and supporting simultaneous inference for multiple faces. The code structure has been restructured, no longer relying on PyTorch, all models use onnx or tensorrt for inference.