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)
ASR 报错 KeyError: 'funasr-pipeline is not in the pipelines registry group auto-speech-recognition.
我按照下面放了模型,但是运行仍然报错  ``` modelscope - WARNING - ('PIPELINES', 'auto-speech-recognition', 'funasr-pipeline') not found in ast index file Traceback (most recent call last): File "D:\ai\GPT-SoVITS\tools\damo_asr\cmd-asr.py", line 9, in inference_pipeline = pipeline( File...
您好,请教一下,我使用的是mac系统,按照安装说明搭建完环境以后,执行webui.py出现以下的错误提示,请问这是哪里出现了问题呢?希望您抽空回覆,不胜感激。(另使用您在B站提供的整合包,运行依然是提示如下的错误。) ``` By default, 'file' is written in the MIFF image format. To specify a particular image format, precede the filename with an image format name and a colon (i.e....
合成语音的时候总进度条是1500,但是总是走到3、400的时候就结束了,然后现实 `handle: Traceback (most recent call last): File "asyncio\events.py", line 80, in _run File "asyncio\proactor_events.py", line 162, in _call_connection_lost ConnectionResetError: [WinError 10054] 远程主机强迫关闭了一个现有的连接。` 但是语音转换还是完成了,总觉得效果不太好是因为这个进度条没走完吗
感谢开源。想了解一下当前底模训练相关的一些信息,如题大概是多大的数据集在什么配置规格下需要训练多久?可以自己训练更多语言的底模吗?
前面的步骤都没问题,SoVITS模型都训练完了,然后点GPT模型训练时出了问题 "runtime\python" GPT_SoVITS/s1_train.py --config_file "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 cores IPU available:...
通过传入实例化模型对象,从而支持在推理过程中定制化语言模型,从而为将来的阿里ASR中日英三语转写做扩展
执行asr 报错 KeyError: 'funasr-pipeline is not in the pipelines registry group auto-speech-recognition. Please make sure the correct version of ModelScope library is used.' 怎么解决