Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 499 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 499 Bytes

2024-11-26 I found out about this here

python3.11 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Example Usage:

# simple
python main.py --text "hello world"

# create video from wav
python main.py --file example.txt --video
example_output_female_1.mp4
example_output_male_1.mp4