GPT-SoVITS
GPT-SoVITS copied to clipboard
1 min voice data can also be used to train a good TTS model! (few shot voice cloning)
问题在于Xcode 15.0按照 C++ 20的标准进行编译,导致代码失败。 解决方法是 首先激活虚拟环境 然后 ``` bash git clone https://github.com/r9y9/pyopenjtalk/ ``` 然后按照这个 [PR](https://github.com/r9y9/open_jtalk/pull/9) 修改clone下来的项目中的文件 接着 ```bash pip install Cython pip install numpy ``` 最后在pyopenjtalk 的根目录使用 python setup.py install...
大家好,我在使用SoVITS模型API时遇到了一点问题——在vscode中运行api.py,终端报错”RuntimeError: FFmpeg extension is not available.“,这是vscode中终端报错截图:  以及报错信息文档
You should probably TRAIN this model on a down-stream task to be able to use it for predictions and inference. Traceback (most recent call last): File "/Users/zefengsong/Documents/github/GPT-SoVITS/api.py", line 273, in...
感谢提供了这么方便的工具
ImportError: cannot import name ‘get_num_classes’ from ‘torchmetrics.utilities.data’ 在搜索后降级torchmetrics到0.5后出现: ImportError: cannot import name 'MulticlassAccuracy' from 'torchmetrics.classification' 搜索无果后前来求助 py39 torch2.0 cu118 win10 前:E:\tools\GPT-SoVITS-beta0128>runtime\python.exe webui.py Running on local URL: http://0.0.0.0:9874 "E:\tools\GPT-SoVITS-beta0128\runtime\python.exe" GPT_SoVITS/inference_webui.py Traceback...
"D:\install\conda\envs\GPTSoVits\python.exe" GPT_SoVITS/s2_train.py --config "e:\GPT-SoVITS\TEMP/tmp_s2.json" INFO:dhxy666:{'train': {'log_interval': 100, 'eval_interval': 500, 'seed': 1234, 'epochs': 8, 'learning_rate': 0.0001, 'betas': [0.8, 0.99], 'eps': 1e-09, 'batch_size': 6, 'fp16_run': True, 'lr_decay': 0.999875, 'segment_size': 20480, 'init_lr_ratio': 1,...
==,我直接用日语语音和标注训练,会报错。是不是得换个底模(
Colab始终没有输出public url,一直卡在Running on local URL ![Uploading 火狐截图_2024-02-15T15-52-12.766Z.png…]() : http://0.0.0.0:9874
SoVITS训练 正常结束,GPT 训练时 报错,请大佬看下是什么问题呢? "E:\GPT-SoVITS\runtime\python.exe" GPT_SoVITS/s1_train.py --config_file "E:\GPT-SoVITS\TEMP/tmp_s1.yaml" Seed set to 1234 Using 16bit Automatic Mixed Precision (AMP) GPU available: True (cuda), used: True TPU available: False, using: 0 TPU...
Python 3.10.9 | packaged by conda-forge | (main, Feb 2 2023, 20:20:04) [GCC 11.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import torch >>> print(torch.__version__)...