Retrieval-based-Voice-Conversion-WebUI icon indicating copy to clipboard operation
Retrieval-based-Voice-Conversion-WebUI copied to clipboard

Easily train a good VC model with voice data <= 10 mins!

Results 863 Retrieval-based-Voice-Conversion-WebUI issues
Sort by recently updated
recently updated
newest added

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...

![Screenshot 2023-06-18 164010](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/assets/34035011/1d4602df-fe7d-4513-84c5-07cfd3d9411b)

bug

In train tab, at the "Step 2b" Im getting this error message: **Unfortunately, there is no compatible GPU available to support your training.** ![image](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/assets/43624420/d8097088-3677-4792-83f5-fa87b467926d)

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...