mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-07 23:48:48 +08:00
15 lines
649 B
YAML
15 lines
649 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
|
|
t2s_weights_path: GPT_weights/stephenchow-e15.ckpt
|
|
vits_weights_path: SoVITS_weights/stephenchow_e8_s112.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
|