Retrieval-based-Voice-Conversion-WebUI
Retrieval-based-Voice-Conversion-WebUI copied to clipboard
Easily train a good VC model with voice data <= 10 mins!
[v1_vs_v2_Examples.zip](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/files/11490148/v1_vs_v2_Examples.zip) 5 minute dataset. I also used the [Mangio fork which adds 'crepe' as a training option](https://github.com/Mangio621/Mangio-RVC-Fork) for both of these models. Maybe for a model with a bigger dataset...
Traceback (most recent call last): File "/content/Retrieval-based-Voice-Conversion-WebUI/extract_feature_print.py", line 13, in version = sys.argv[6] IndexError: list index out of range ['extract_f0_print.py', '/content/Retrieval-based-Voice-Conversion-WebUI/logs/gema_lausurpadora', '2', 'harvest'] todo-f0-41 f0ing,now-0,all-41,-/content/Retrieval-based-Voice-Conversion-WebUI/logs/gema_lausurpadora/1_16k_wavs/0_0.wav todo-f0-41 f0ing,now-0,all-41,-/content/Retrieval-based-Voice-Conversion-WebUI/logs/gema_lausurpadora/1_16k_wavs/0_2.wav f0ing,now-8,all-41,-/content/Retrieval-based-Voice-Conversion-WebUI/logs/gema_lausurpadora/1_16k_wavs/11_6.wav f0ing,now-8,all-41,-/content/Retrieval-based-Voice-Conversion-WebUI/logs/gema_lausurpadora/1_16k_wavs/11_5.wav f0ing,now-16,all-41,-/content/Retrieval-based-Voice-Conversion-WebUI/logs/gema_lausurpadora/1_16k_wavs/14_1.wav...
以下是报错日志,从启动推理到停止推理的全部日志 input device:1:麦克风 (Realtek(R) Audio) (MME) output device:8:扬声器 (Realtek(R) Audio) (MME) {'hubert_path': 'hubert_base.pt', 'pth_path': 'C:/RVC-beta/weights/nahida.pth', 'index_path': 'C:/RVC-beta/logs/nahida/trained_IVF742_Flat_nprobe_1_v2.index', 'npy_path': "你不需要填写这个You don't need write this.", 'pitch': 12.0, 'samplerate': 44100, 'block_time': 1.0, 'buffer_num':...
Hello, I trained a model on Colab, but the training is not yet complete. However, I have already downloaded a backup pth and json file. Later, I opened rvc wav...
I am training with COLAB, but the voice of the model trained yesterday and today seems noisier and blurred compared to the voice of the previously trained model. It feels...
I downloaded the `Dockerfile`, and ran the image in Docker GUI on my Windows 11. But I get this error after I run `python infer-web.py` in the terminal: ``` Use...
…x() in infer-web.py. Version wasn't being added to the index file name with, though logs were saying otherwise. Just a small change.
Apply Code Formatter Change
File "D:\python3.9\lib\site-packages\scipy\sparse\linalg\__init__.py", line 120, in from ._isolve import * File "D:\python3.9\lib\site-packages\scipy\sparse\linalg\_isolve\__init__.py", line 4, in from .iterative import * File "D:\python3.9\lib\site-packages\scipy\sparse\linalg\_isolve\iterative.py", line 9, in from . import _iterative ImportError: DLL load...
There are new arguments added to infer-web.py to the vc_single function that myinfer.py uses. Command line usage of RVC doesn't seem to work because of this mismatch in parameters.