mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-07 23:48:48 +08:00
max_len = max(bert_max_len, phones_max_len) bert_max_len使用的是prompt_text+text的长度 phones_max_len却是text的长度
max_len = max(bert_max_len, phones_max_len) bert_max_len使用的是prompt_text+text的长度 phones_max_len却是text的长度