Skip to content

lipsync v0.1.0

Latest
Compare
Choose a tag to compare
@mowshon mowshon released this 22 Dec 14:34
· 2 commits to main since this release
9db82dc

v0.1.0 - Refactored for Python 3.10+ Compatibility

Highlights

  • Refactored Codebase
    Removed unnecessary dependencies and cleaned up the original Wav2Lip code, making it lighter and easier to maintain.

  • Python 3.10+ Compatibility
    Ensured the code works smoothly with Python 3.10 and above.

  • Streamlined Installation
    Simplified the install steps for a quick start.

What’s Included

  • Video & Image Lip Sync
    Create synchronized lip movements for any video or a single image.

  • Caching Mechanism
    Cache frames from source videos for faster re-runs with different audio.

  • CPU & CUDA Support
    Easily switch between CPU or GPU usage based on your hardware.

  • Two Model Weights

    • Wav2Lip: Best accuracy but lips may appear slightly blurred
    • Wav2Lip + GAN: Sharper lips with slightly reduced synchronization accuracy