This repo is practice project.
tensorboard --logdir {model_dir} --port 6006
# single speaker
python preprocess.py --text_index 1 --filelists filelists/train.txt filelists/train_val.txt --text_cleaners korean_cleaners
# multi speaker
python preprocess.py --text_index 2 --filelists filelists/train.txt filelists/train_val.txt --text_cleaners korean_cleaners
python train_ms.py --config {config_file_path} --model {model_name}
python 3.10 require
conda create -n vits2 python=3.10
conda activate vits2
pip install poetry
poetry install
cd monotomic_align
mkdir monotomic_align
python setup.py build_ext --inplace