PyTorch implementation of LipSync-Voice: High-Quality Lip Sync Video Generation using Wav2Lip & Openvoice models.
LipSync-Voice is a high-quality lip-sync video generation system that leverages deep learning to synchronize facial movements with speech. This framework processes input a sample video through LipSync.ipynb, extracting speech features and synchronizing them with facial motions to create realistic lip-sync videos—all without requiring manual installation of dependencies.
2025.01.01 - 2025.01.20
Yunsu Park |
Myoungjin Son |
The presentation deck is available in the deck folder: LipSync_Voice_Presentation.pdf.
- Click the "Open in Colab" button below.
- Follow the instructions in the notebook to upload your video files.
- Generate the lip-sync video and download the result.
Click the badge below to run the demo
sample.mp4
output_lip_synced.mp4
- Wav2Lip: A model for lip-syncing in videos, where the facial movements are synchronized with the audio.
Repository: https://github.com/Rudrabha/Wav2Lip
- OpenVoice: A deep learning framework for text-to-speech conversion with high-quality voice synthesis.
Repository: https://github.com/OpenVoice
