VITS_Japanese
1.0.0
(제안) Python == 3.7
git clone https://github.com/CjangCjengh/vits.gitpip install -r requirements.txt"n_speakers"는 config.json에서 0이어야합니다
path/to/XXX.wav|transcript
dataset/001.wav|こんにちは。
스피커 ID는 0부터 시작해야합니다
path/to/XXX.wav|speaker id|transcript
dataset/001.wav|0|こんにちは。
이 작업을 수행 한 경우 config.json에서 "cleaned_text"를 true로 설정하십시오.
# Single speaker
python preprocess.py --text_index 1 --filelists path/to/filelist_train.txt path/to/filelist_val.txt
# Mutiple speakers
python preprocess.py --text_index 2 --filelists path/to/filelist_train.txt path/to/filelist_val.txt cd monotonic_align
python setup.py build_ext --inplace
cd .. # Single speaker
python train.py -c < config > -m < folder >
# Mutiple speakers
python train_ms.py -c < config > -m < folder > 추론 .ipynb를 참조하십시오
Moegoe를 참조하십시오
docker run -itd --gpus all --name " Container name " -e NVIDIA_DRIVER_CAPABILITIES=compute,utility -e NVIDIA_VISIBLE_DEVICES=all " Image name "