diff --git a/.gitignore b/.gitignore index e86640a6..03ef21f8 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,5 @@ SoVITS_weights_v2 TEMP weight.json ffmpeg* -ffprobe* \ No newline at end of file +ffprobe* +/assets diff --git a/GPT_SoVITS/configs/tts_infer.yaml b/GPT_SoVITS/configs/tts_infer.yaml index 66f1193d..38a65283 100644 --- a/GPT_SoVITS/configs/tts_infer.yaml +++ b/GPT_SoVITS/configs/tts_infer.yaml @@ -3,9 +3,9 @@ custom: cnhuhbert_base_path: GPT_SoVITS/pretrained_models/chinese-hubert-base device: cuda is_half: true - t2s_weights_path: GPT_SoVITS/pretrained_models/gsv-v2final-pretrained/s1bert25hz-5kh-longer-epoch=12-step=369668.ckpt + t2s_weights_path: GPT_weights_v2/daiyu-e15.ckpt version: v2 - vits_weights_path: GPT_SoVITS/pretrained_models/gsv-v2final-pretrained/s2G2333k.pth + vits_weights_path: SoVITS_weights_v2/daiyu_e8_s64.pth default: bert_base_path: GPT_SoVITS/pretrained_models/chinese-roberta-wwm-ext-large cnhuhbert_base_path: GPT_SoVITS/pretrained_models/chinese-hubert-base diff --git a/api_v2.py b/api_v2.py index 92a18f37..954c4c21 100644 --- a/api_v2.py +++ b/api_v2.py @@ -125,7 +125,7 @@ i18n = I18nAuto() cut_method_names = get_cut_method_names() parser = argparse.ArgumentParser(description="GPT-SoVITS api") -parser.add_argument("-c", "--tts_config", type=str, default="GPT_SoVITS/configs/tts_infer.yaml", help="tts_infer路径") +parser.add_argument("-c", "--tts_config", type=str, default="GPT_SoVITS/configs/dali.yaml", help="tts_infer路径") parser.add_argument("-a", "--bind_addr", type=str, default="127.0.0.1", help="default: 127.0.0.1") parser.add_argument("-p", "--port", type=int, default="9880", help="default: 9880") args = parser.parse_args() diff --git a/ecosystem.config.json b/ecosystem.config.json new file mode 100644 index 00000000..e69de29b diff --git a/example/model-daiyu.mp3 b/example/model-daiyu.mp3 new file mode 100644 index 00000000..14e45d7b Binary files /dev/null and b/example/model-daiyu.mp3 differ diff --git a/example/model-wukong.wav b/example/model-wukong.wav new file mode 100644 index 00000000..8d5eb806 Binary files /dev/null and b/example/model-wukong.wav differ