SapphireLab
SapphireLab
did you install the conda in x86_64 way? can you do some check? if x86_64, it may cause problem in CTtranslated2 to stop the faster whisper. you can find the...
> I myself on Intel-based Mac, not sure if that's same as that issue 305 okay, I get it, your problem is more similar to #1032.😥
视频文件mp4? 可以考虑先用ffmpeg提取音频再进行uvr
用最新的代码/整合包,然后自行装缺少的组件 Visual C++ Redistributable。 或者看[指南](https://www.yuque.com/baicaigongchang1145haoyuangong/ib3g1e?#) 快速开始→下载地址→获取增量包然后按教程走。
意思是 `logs/{实验名}/2-name2text.txt` 文件不存在,应当是 1a 文本进程生成该文件的时候未能成功。 可以考虑更换实验名或清除 logs 下相应文件夹重新开始实验。
> Nice PR, can you also run `python -m fish_speech.i18n.scan` after updating i18n? I run the command and found two missing keys in `tools/webui.py` and `webui/manage.py`, so complement.
稍微定位了一下,原因是 Python 3.12 版本中对其内置的 random 模块的 `randrange()` 函数做了修改:对于非整数的 `stop` 值将会抛出类型错误, 如图中的 `1e7` 就是浮点数类型, 而旧版的会做取整处理, 新版没有. 所以解决方案有: 1. 降低 Python 版本 (推荐, 因为不知道还会不会有别的问题) 2. 报错里倒数第三个文件 `site-packages\vector_quantize_pytorch\residual_fsq.py` 代码里 `random.randint(0, 1e7)` 的 `1e7`...
是没想过的角度(
输入的标注文件路径应该是 `D:\GPT-SoVITS-beta\GPT-SoVITS-beta0217\output\asr_opt\slicer_opt.list` 文件不需要重命名,只是填入的时候少了后缀名, windows 应该 `查看`→`显示`→`文件扩展名`.
你没有 Nvidia GPU 吗 (或者不兼容),那用 CPU 训练会很慢。可以考虑用云端 AutoDL 等训练,再将训练好的模型文件下载到本地推理。 可以访问本项目 Readme 的 [User Guide (中文)](https://www.yuque.com/baicaigongchang1145haoyuangong/ib3g1e),里面有相应细节推荐先看一下。