Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
S

SoulX-FlashTalk

> 编程语言
Open source

SoulX-FlashTalk is the first 14B model to achieve sub-second start-up latency (0.87s) while maintaining a real-time throughput of 32 FPS on an 8xH800 node.

1.4K stars0 likes0 views
WebsiteGitHub

About

SoulX-FlashTalk is the first 14B model to achieve sub-second start-up latency (0.87s) while maintaining a real-time throughput of 32 FPS on an 8xH800 node.

## News - **2026.02.12** - We have released the [SoulX-FlashHead](https://github.com/Soul-AILab/SoulX-FlashHead), which is a streaming talking head project that achieves real-time performance on consumer GPUs (e.g., RTX 4090/5090). - **2026.01.08** - We have released the [inference code](https://github.com/Soul-AILab/SoulX-FlashTalk), and the [model weights](https://huggingface.co/Soul-AILab/SoulX-FlashTalk-14B). - **2025.12.30** - We released **Project page** on [SoulX-FlashTalk](https://soul-ailab.github.io/soulx-flashtalk/). - **2025.12.30** - We released **SoulX-FlashTalk Technical Report** on [Arxiv](https://arxiv.org/pdf/2512.23379) and [GitHub repository](./assets/SoulX_FlashTalk.pdf). ## Coming soon **A 4-GPU real-time version of SoulX-FlashTalk.** ## Todo List - [x] Technical report - [x] Project Page - [x] Inference code - [x] Checkpoint release - [ ] Online demo ## Live Streaming & Video Podcast

## Online Demos ## Examples ## Quickstart ### Installation #### 1. Create a Conda environment ```bash conda create -n flashtalk python=3.10 conda activate flashtalk ``` #### 2. Install PyTorch on CUDA ```bash pip install torch==2.7.1 torchvision==0.22.1 --index-url https://download.pytorch.org/whl/cu128 ``` #### 3. Install other dependencies ```bash pip install -r requirements.txt ``` #### 4. Flash-attention installation: ```bash pip install ninja pip install flash_attn==2.8.0.post2 --no-build-isolation ``` #### 5. FFmpeg installation ```bash # Ubuntu / Debian apt-get install ffmpeg # CentOS / RHEL yum install ffmpeg ffmpeg-devel ``` or ```bash # Conda (no root required) conda install -c conda-forge ffmpeg==7 ``` ### Model download | Model Component | Description | Link | | :--- | :--- | :---: | | `SoulX-FlashTalk-14B` | Our 14b model| [Huggingface](https://huggingface.co/Soul-AILab/SoulX-FlashTalk-14B) | | `chinese-wav2vec2-base` | chinese-wav2vec2-base | [Huggingface](https://huggingface.co/TencentGameMate/chinese-wav2vec2-base) | ```bash # If you are in china mainland, run this first: export HF_ENDPOINT=https://hf-mirror.com pip install "huggingface_hub[cli]" huggingface-cli download Soul-AILab/SoulX-FlashTalk-14B --local-dir ./models/SoulX-FlashTalk-14B huggingface-cli download TencentGameMate/chinese-wav2vec2-base --local-dir ./models/chinese-wav2vec2-base ``` ### Inference ```bash # Infer on single GPU # Requires more than 64G of VRAM. Use --cpu_offload to reduce VRAM usage to 40G. bash inference_script_single_gpu.sh # Infer on multy GPUs # Real-time inference speed can only be supported on 8xH800 or higher graphics cards bash inference_script_multi_gpu.sh ``` ### Online Demo Coming Soon! ## Contact Us If you are interested in leaving a message to our work, feel free to email [email protected] or [email protected] or [email protected] or [email protected] or [email protected] Due to Group 1 reaching its capacity, we have opened a new WeChat group. Additionally, we represent **SoulApp** and warmly welcome everyone to download the app and join our Soul group for further technical discussions and updates! ## Citation If you find our work useful in your research, please consider citing: ``` @misc{shen2025soulxflashtalk, title = {{SoulX-FlashTalk}: Real-Time Infinite Streaming of Audio-Driven Avatars via Self-Correcting Bidirectional Distillation}, author = {Shen, Le and Qiao, Qian and Yu, Tan and Zhou, Ke and Yu, Tianhang and Zhan, Yu and Wang, Zhenjie and Tao, Ming and Yin, Shunshun and Liu, Siyuan}, year = {2025}, eprint = {2512.23379}, archivePrefix = {arXiv}, primaryClass = {cs.CV}, doi = {10.48550/arXiv.2512.23379}, url = {https://arxiv.org/abs/2512.23379} } ``` ## Acknowledgement - [Infinitetalk](https://github.com/MeiGen-AI/InfiniteTalk) and [Wan](https://github.com/Wan-Video/Wan2.1): the base model we built upon. - [Self forcing](https://github.com/guandeh17/Self-Forcing): the codebase we built upon. - [DMD](https://github.com/tianweiy/DMD2) and [Self forcing++](https://github.com/justincui03/Self-Forcing-Plus-Plus): the key distillation technique used by our method. > [!TIP] > If you find our work useful, please also consider starring the original repositories of these foundational methods. ## Star History

GitHub Issues· 22 open

View all on GitHub
  • #48

    如何每将每秒处理帧数从25降到12fps来提速

    Updated Sep 8, 2026
  • #46

    生成demo效果很差

    Updated Jul 24, 2026
  • #45

    Background jitter in Stage-1 when switching to short chunks

    Updated Jul 17, 2026
  • #44

    Is it possible to output a video with 16fps or 8fps?

    Updated Jul 16, 2026
  • #43

    感谢大佬工作,falshtalk非常猛,我们的Opentalking开源接入了flashtalk,适配了下昇腾910B!

    Updated May 24, 2026
  • #42

    unofficial training reproduction

    Updated May 15, 2026
  • #25

    Video2Video Inferencing generate lip sync in existing video input

    Updated May 12, 2026
  • #41

    最低什么配置可以推理?

    Updated May 12, 2026
  • #34

    45G显存也报错OutOfMemoryError

    Updated May 12, 2026
  • #7

    Will you release the code of "Online Demo"?

    Updated Apr 20, 2026

Highlights

  • •2026.02.12 - We have released the SoulX-FlashHead, which is a streaming talking head project that achieves real-time performance on consumer GPUs (e.g., RTX 4090/5090).
  • •2026.01.08 - We have released the inference code, and the model weights.
  • •2025.12.30 - We released Project page on SoulX-FlashTalk.
  • •2025.12.30 - We released SoulX-FlashTalk Technical Report on Arxiv and GitHub repository.
  • •[x] Technical report
  • •[x] Project Page
  • •[x] Inference code
  • •[x] Checkpoint release
  • •[ ] Online demo
  • •Infinitetalk and Wan: the base model we built upon.

> Tags

Python

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言