Faceless Video Generator (Free)
This is a minimal talking avatar video generator app using open-source models.
Setup
Install dependencies:
pip install -r requirements.txt
Run the app:
python app.py
Open the URL displayed in your terminal in your browser.
Upload your avatar image and enter text to generate talking avatar videos.
Notes
- This uses the First Order Motion Model (https://github.com/AliaksandrSiarohin/first-order-model) for animation.
- Coqui TTS is used for text-to-speech.
- Model weights will be downloaded automatically on first run.