Plachtaa / VITS-fast-fine-tuning

This repo is a pipeline of VITS finetuning for fast speaker adaptation TTS, and many-to-many voice conversion
Apache License 2.0
4.69k stars 705 forks source link

如何添加自己训练的角色 #449

Open light100bc opened 1 year ago

light100bc commented 1 year ago

能问一下我训练好之后怎么添加到UI界面嘛,finetune_speaker.json是会生成一个新的嘛?为什么我训练好之后没有这个json'文件,UI界面也没有自己训练的新角色

anfogy commented 1 year ago

你没保存

AnyaCoder commented 1 year ago

没改就手动改一下speakers image

light100bc commented 1 year ago

你没保存

OUTPUT_MODEL只有训练好的模型,没有finetune_speaker.json。只有config里有原先的finetune_speaker.json。这个json我是要自己改嘛。

wmlgl commented 11 months ago

cp ./configs/modified_finetune_speaker.json ./finetune_speaker.json python3 VC_inference.py --model_dir ./OUTPUT_MODEL/G_latest.pth --share True

是在modified_finetune_speaker.json