Skip to content

clean minimal VITS2 implementation focused on multilingual synthesis and fine-grained speech control

License

Notifications You must be signed in to change notification settings

stllfe/nanoQVITS2

 
 

Repository files navigation

nanoQVITS2

clean minimal VITS2 implementation focused on multilingual synthesis and fine-grained speech control

Notes

MFA Alignment

conda create -n aligner -c conda-forge montreal-forced-aligner
conda activate aligner
mfa model download acoustic english_mfa
mfa model download dictionary english_mfa
mfa align -j 8 \
--use_mp \
--clean \
--single_speaker \
--no_textgrid_cleanup \
data/LJSpeech-1.1/wavs/ \
english_mfa \
english_mfa \
data/LJSpeech-1.1/alignment \
--config_path mfa.yaml

Monotonic Align Extension

cd vits2/monotonic_align
python setup.py build_ext --inplace

About

clean minimal VITS2 implementation focused on multilingual synthesis and fine-grained speech control

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published