mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-06 22:50:00 +08:00
submit
This commit is contained in:
parent
ded6464be7
commit
38ed689e80
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ TEMP
|
|||||||
weight.json
|
weight.json
|
||||||
ffmpeg*
|
ffmpeg*
|
||||||
ffprobe*
|
ffprobe*
|
||||||
|
/assets
|
||||||
|
@ -3,9 +3,9 @@ custom:
|
|||||||
cnhuhbert_base_path: GPT_SoVITS/pretrained_models/chinese-hubert-base
|
cnhuhbert_base_path: GPT_SoVITS/pretrained_models/chinese-hubert-base
|
||||||
device: cuda
|
device: cuda
|
||||||
is_half: true
|
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
|
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:
|
default:
|
||||||
bert_base_path: GPT_SoVITS/pretrained_models/chinese-roberta-wwm-ext-large
|
bert_base_path: GPT_SoVITS/pretrained_models/chinese-roberta-wwm-ext-large
|
||||||
cnhuhbert_base_path: GPT_SoVITS/pretrained_models/chinese-hubert-base
|
cnhuhbert_base_path: GPT_SoVITS/pretrained_models/chinese-hubert-base
|
||||||
|
@ -125,7 +125,7 @@ i18n = I18nAuto()
|
|||||||
cut_method_names = get_cut_method_names()
|
cut_method_names = get_cut_method_names()
|
||||||
|
|
||||||
parser = argparse.ArgumentParser(description="GPT-SoVITS api")
|
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("-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")
|
parser.add_argument("-p", "--port", type=int, default="9880", help="default: 9880")
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
0
ecosystem.config.json
Normal file
0
ecosystem.config.json
Normal file
BIN
example/model-daiyu.mp3
Normal file
BIN
example/model-daiyu.mp3
Normal file
Binary file not shown.
BIN
example/model-wukong.wav
Normal file
BIN
example/model-wukong.wav
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user