Retrieval-based-Voice-Conversion-WebUI
Retrieval-based-Voice-Conversion-WebUI copied to clipboard
Easily train a good VC model with voice data <= 10 mins!
FileNotFoundError: [Errno 2] No such file or directory: '/Users/tianyucheng/Retrieval-based-Voice-Conversion-WebUI/TEMP/.DS_Store.reformatted.wav' 转换结束时opt下没有输出
使用AMD运行RVC的效率真的慢,我尝试过使用ZLUDA运行RVC,点击“开始转换音频”时会弹出错误窗口  
Chinese: 表现:打开gui启动后卡在读取音频设备的流程/控制台无输出,在旧版(beta0717)上,还会表现为gui无响应 截图    懒人解决方案:下载下面的文件,解压后改名为`libportaudio64bit.dll` 然后,将下载的dll移动至你的整合包路径下的`runtime\Lib\site-packages\_sounddevice_data\portaudio-binaries`文件夹,并覆盖对应dll [portaudio_x64.zip](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/files/14644197/portaudio_x64.zip) 自己动手丰衣足食版: **需要安装visual studio,另外,如果没有特殊提及,下述文件路径均为portaudio项目根目录下的路径** 首先,下载portaudio的源代码与ASIOSDK,链接如下: [portaudio](https://github.com/PortAudio/portaudio) [ASIOSDK](https://www.steinberg.net/developers/) 将下载好的ASIOSDK全部文件放置于portaudio项目下的`src\hostapi\asio\ASIOSDK`文件夹内 之后进入`msvc`文件夹,双击sln打开解决方案,配置修改为`Release x64`,然后重新生成项目 生成项目以后,进入`msvc\x64\Release`,找到`portaudio_x64.dll`,按上述懒人解决方案所述替换即可 *** English: Appearance: After starting the GUI, the console keeps loading...
onnx问题请教
问题描述:我参考infer/modules/onnx/export.py尝试将net_g的torch模型转onnx,遇到一些问题,望大佬帮忙看看: 1. onnx推理时不支持动态长度,export.py中默认hubert长度为200,转成onnx后也只能推理hubert长度为200的输入,其他长度的会报错;虽然问题通过简单的方式解决了,但是不知道会不会影响结果,我的解决方式是:根据转onnx的warning内容,把infer/lib/infer_pack/attentions.py中用到的int删去。 2. 即使在不修改代码,并且保持onnx推理时hubert长度为200的情况下,对比torch模型的输出和onnx模型的输出,发现输出结果差别挺大的,不知道是为什么呢? 如下是运行代码: ``` import torch import sys sys.path.append("/czc/Retrieval-based-Voice-Conversion-WebUI-main") from infer.lib.infer_pack.models_onnx import SynthesizerTrnMsNSFsidM import time def export_onnx(ModelPath, ExportedPath): cpt = torch.load(ModelPath, map_location="cpu") cpt["config"][-3] = cpt["weight"]["emb_g.weight"].shape[0] vec_channels =...
runtime\python.exe extract_feature_print.py cuda:0 1 0 0 C:\Mangio-RVC-v23.7.0/logs/cemadrian v2 ['extract_feature_print.py', 'cuda:0', '1', '0', '0', 'C:\\Mangio-RVC-v23.7.0/logs/cemadrian', 'v2'] C:\Mangio-RVC-v23.7.0/logs/cemadrian load model(s) from hubert_base.pt move model to cuda no-feature-todo ['extract_f0_print.py', 'C:\\Mangio-RVC-v23.7.0/logs/cemadrian', '8', 'rmvpe', '64']...
Maybe we can do this together.
INFO:test2:====> Epoch: 200 [2023-08-26 18:18:25] | (0:00:20.367071) INFO:test2:Training is done. The program is closed. INFO:test2:saving final ckpt:Success. Traceback (most recent call last): File "C:\Users\Catalin\Desktop\RVC0813AMD_Intel\RVC0813AMD_Intel\runtime\lib\site-packages\gradio\routes.py", line 321, in run_predict output =...
just open go-realtime-gui.bat It worked fine with a rtx1650 4g now worked with rtx1660ti 6g,like this is_half:False, device:cuda:0 Input device: 1:麦克风 (2- USB Audio Device) (MME) Output device: 3:扬声器 (2-...
Potential issue with i18n. Not sure since I'm not a python programmer, but it always throws "ModuleNotFoundError: No module named 'i18n.i18n'; 'i18n' is not a package" I have installed python3-i18n...
详见图片 我在调试的过程中遇到了一个问题,新手小白,恳请大佬指导,请问需要怎么做,报错如下,谢谢 Exception has occurred: InvalidArgument [ONNXRuntimeError] : 2 : INVALID_ARGUMENT : Got invalid dimensions for input: phone for the following indices index: 2 Got: 499 Expected: 768 Please fix...