GitHunt
DA

Day-OS/piper-training-uv

Simple repository that makes piper training easier and fixes the current problems with dependencies

Why even does this repository exists

Because I got tired of python libraries requirements not being stable enough and needing to read
3 different github issues telling about how x thing solved it, how y thing was the solution.

So I decided I'm just going to use "UV" to have one ONLY stable setup that will work

task preprocess --input-dir '<input-path>' --output-dir '<output-path>' --language pt-br --sample-rate 16000 --dataset-format ljspeech --single-speaker --max-workers 1

Grab a checkpoint from here

task train --dataset-dir '<output-path>' --batch-size 32 --accelerator 'cpu' --resume_from_checkpoint '<checkpoint-file>' --max_epochs 10000 

Languages

Python100.0%

Contributors

The Unlicense
Created February 11, 2025
Updated February 14, 2025