This commit is contained in:
tm 2024-11-04 23:00:05 +08:00
parent ded6464be7
commit 38ed689e80
6 changed files with 5 additions and 4 deletions

3
.gitignore vendored
View File

@ -15,4 +15,5 @@ SoVITS_weights_v2
TEMP
weight.json
ffmpeg*
ffprobe*
ffprobe*
/assets

View File

@ -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

View File

@ -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()

0
ecosystem.config.json Normal file
View File

BIN
example/model-daiyu.mp3 Normal file

Binary file not shown.

BIN
example/model-wukong.wav Normal file

Binary file not shown.