mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-08 16:00:01 +08:00
Merge branch 'RVC-Boss:main' into main
This commit is contained in:
commit
24a4520199
@ -113,7 +113,7 @@ class TextNormalizer():
|
|||||||
sentence = sentence.replace('ψ', '普赛').replace('Ψ', '普赛')
|
sentence = sentence.replace('ψ', '普赛').replace('Ψ', '普赛')
|
||||||
sentence = sentence.replace('ω', '欧米伽').replace('Ω', '欧米伽')
|
sentence = sentence.replace('ω', '欧米伽').replace('Ω', '欧米伽')
|
||||||
# re filter special characters, have one more character "-" than line 68
|
# re filter special characters, have one more character "-" than line 68
|
||||||
sentence = re.sub(r'[-——《》【】<=>{}()()#&@“”^_|…\\]', '', sentence)
|
sentence = re.sub(r'[-——《》【】<=>{}()()#&@“”^_|\\]', '', sentence)
|
||||||
return sentence
|
return sentence
|
||||||
|
|
||||||
def normalize_sentence(self, sentence: str) -> str:
|
def normalize_sentence(self, sentence: str) -> str:
|
||||||
|
@ -51,6 +51,8 @@ _Note: numba==0.56.4 requires py<3.11_
|
|||||||
|
|
||||||
If you are a Windows user (tested with win>=10), you can directly download the [pre-packaged distribution](https://huggingface.co/lj1995/GPT-SoVITS-windows-package/resolve/main/GPT-SoVITS-beta.7z?download=true) and double-click on _go-webui.bat_ to start GPT-SoVITS-WebUI.
|
If you are a Windows user (tested with win>=10), you can directly download the [pre-packaged distribution](https://huggingface.co/lj1995/GPT-SoVITS-windows-package/resolve/main/GPT-SoVITS-beta.7z?download=true) and double-click on _go-webui.bat_ to start GPT-SoVITS-WebUI.
|
||||||
|
|
||||||
|
Users in China region can download the file by clicking [here](https://www.icloud.com.cn/iclouddrive/061bfkcVJcBfsMfLF5R2XKdTQ#GPT-SoVITS-beta0217) and then selecting "Download a copy."
|
||||||
|
|
||||||
### Linux
|
### Linux
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -51,6 +51,8 @@ _注意: numba==0.56.4 需要 python<3.11_
|
|||||||
|
|
||||||
如果你是 Windows 用户(已在 win>=10 上测试),可以直接下载[预打包文件](https://huggingface.co/lj1995/GPT-SoVITS-windows-package/resolve/main/GPT-SoVITS-beta.7z?download=true),解压后双击 go-webui.bat 即可启动 GPT-SoVITS-WebUI。
|
如果你是 Windows 用户(已在 win>=10 上测试),可以直接下载[预打包文件](https://huggingface.co/lj1995/GPT-SoVITS-windows-package/resolve/main/GPT-SoVITS-beta.7z?download=true),解压后双击 go-webui.bat 即可启动 GPT-SoVITS-WebUI。
|
||||||
|
|
||||||
|
中国地区用户可以进入[此处](https://www.icloud.com.cn/iclouddrive/061bfkcVJcBfsMfLF5R2XKdTQ#GPT-SoVITS-beta0217)并点击“下载副本”进行下载。
|
||||||
|
|
||||||
### Linux
|
### Linux
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user