mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-08 16:00:01 +08:00
16 lines
658 B
YAML
16 lines
658 B
YAML
custom:
|
|
bert_base_path: GPT_SoVITS/pretrained_models/chinese-roberta-wwm-ext-large
|
|
cnhuhbert_base_path: GPT_SoVITS/pretrained_models/chinese-hubert-base
|
|
device: cpu
|
|
is_half: false
|
|
load_base: false
|
|
t2s_weights_path: GPT_weights/morgan-e15.ckpt
|
|
vits_weights_path: SoVITS_weights/morgan_e8_s120.pth
|
|
default:
|
|
bert_base_path: GPT_SoVITS/pretrained_models/chinese-roberta-wwm-ext-large
|
|
cnhuhbert_base_path: GPT_SoVITS/pretrained_models/chinese-hubert-base
|
|
device: cpu
|
|
is_half: false
|
|
t2s_weights_path: GPT_SoVITS/pretrained_models/s1bert25hz-2kh-longer-epoch=68e-step=50232.ckpt
|
|
vits_weights_path: GPT_SoVITS/pretrained_models/s2G488k.pth
|