Files
python_script/flask-dev-api/config/ai_dubbing_config.json
2026-06-16 03:30:57 +08:00

20 lines
673 B
JSON

{
"sovits_project_path": "E:\\AI\\GPT-SoVITS-v4",
"sovits_config_yaml": "GPT_SoVITS\\configs\\tts_infer.yaml",
"last_prompt_text": "",
"last_prompt_lang": "zh",
"last_text_lang": "zh",
"last_text_split_method": "cut5",
"top_k": 5,
"top_p": 1,
"temperature": 1,
"batch_size": 16,
"speed_factor": 0.85,
"seed": -1,
"gpt_model_dir": "E:\\AI\\GPT-SoVITS-v4\\GPT_weights_v2",
"sovits_model_dir": "E:\\AI\\GPT-SoVITS-v4\\SoVITS_weights_v2",
"last_gpt_model": "bubu-e15.ckpt",
"last_sovits_model": "bubu_e4_s68.pth",
"refer_audio_folder": "D:\\UserData\\Desktop\\声音素材\\参考音频",
"config_yaml": "GPT_SoVITS/configs/tts_infer.yaml"
}