mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-06-25 22:39:19 +08:00
增加flash attention 选项: GPT_SoVITS/AR/models/t2s_model.py 增加flash attention 选项: GPT_SoVITS/TTS_infer_pack/TTS.py 增加flash attention 选项: GPT_SoVITS/TTS_infer_pack/TextPreprocessor.py 增加flash attention 选项: GPT_SoVITS/configs/tts_infer.yaml 增加flash attention 选项: GPT_SoVITS/inference_webui.py
17 lines
749 B
YAML
17 lines
749 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: cuda
|
|
flash_attn_enabled: true
|
|
is_half: true
|
|
t2s_weights_path: GPT_SoVITS/pretrained_models/s1bert25hz-2kh-longer-epoch=68e-step=50232.ckpt
|
|
vits_weights_path: GPT_SoVITS/pretrained_models/s2G488k.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
|
|
flash_attn_enabled: true
|
|
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
|