Retrieval-based-Voice-Conversion-WebUI
Retrieval-based-Voice-Conversion-WebUI copied to clipboard
Easily train a good VC model with voice data <= 10 mins!
error
t2smidle_01 (enhanced) (2).wav.reformatted.wav->Traceback (most recent call last): File "D:\RVC-beta\RVC-beta-v2-0618\runtime\lib\site-packages\librosa\core\audio.py", line 155, in load context = sf.SoundFile(path) File "D:\RVC-beta\RVC-beta-v2-0618\runtime\lib\site-packages\soundfile.py", line 655, in __init__ self._file = self._open(file, mode_int, closefd) File "D:\RVC-beta\RVC-beta-v2-0618\runtime\lib\site-packages\soundfile.py", line...
Apply Code Formatter Change

In train tab, at the "Step 2b" Im getting this error message: **Unfortunately, there is no compatible GPU available to support your training.** 
I understand that this isn't really an bug, more how the software is written, but I run on AMD hardware, both CPU and GPU, and there's no way for me...
Can Retrieval-based-Voice-Conversion-WebUI run on MacOS apple silicon/m1?
Check if the length of sys.argv is 6, instead of 5, to cover sys.argv[5]. Otherwise when the length is 6, it runs the else body and tries to access sys.argv[6]...
Output message when trying to batch run: File "C:\Users\r3dd3n\Desktop\RVC-beta-v2-0528\infer-web.py", line 168, in vc_single if_f0 = cpt.get("f0", 1) NameError: name 'cpt' is not defined no clue why it wont populate the...
While runnign step 2a of the training tab, I am not getting any message, nor do I get any error. All my .wavs are longer than 10s.
``` -- Process 0 terminated with the following error: Traceback (most recent call last): File "C:\Users\------\AppData\Local\Programs\Python\Python310\lib\site-packages\torch\multiprocessing\spawn.py", line 69, in _wrap fn(i, *args) File "C:\Users\------\Documents\Programming\python\RVC\RVC-beta20230516\train_nsf_sim_cache_sid_load_pretrain.py", line 196, in run train_and_evaluate( File...