Retrieval-based-Voice-Conversion-WebUI
Retrieval-based-Voice-Conversion-WebUI copied to clipboard
Easily train a good VC model with voice data <= 10 mins!
Traceback (most recent call last): File "C:\Users\Utilizador\Desktop\RVC-GUI-pkg-20220525-mp3fix\RVC-GUI-pkg\rvcgui.py", line 129, in vc_single audio_opt = vc.pipeline( File "C:\Users\Utilizador\Desktop\RVC-GUI-pkg-20220525-mp3fix\RVC-GUI-pkg\vc_infer_pipeline.py", line 326, in pipeline sid = torch.tensor(sid, device=self.device).unsqueeze(0).long() RuntimeError: CUDA error: the launch timed...
Traceback (most recent call last): File "/Users/tal/Documents/Retrieval-based-Voice-Conversion-WebUI/infer/modules/uvr5/modules.py", line 55, in uvr pre_fun._path_audio_( File "/Users/tal/Documents/Retrieval-based-Voice-Conversion-WebUI/infer/modules/uvr5/vr.py", line 63, in _path_audio_ ) = librosa.core.load( # 理论上librosa读取可能对某些音频有bug,应该上ffmpeg读取,但是太麻烦了弃坑 TypeError: load() takes 1 positional argument but...
Whenever I run go-realtime-gui I get this error: C:\Users\Toby\Desktop\RVC\RVC1006Nvidia>runtime\python.exe guiv1.py Traceback (most recent call last): File "C:\Users\Toby\Desktop\RVC\RVC1006Nvidia\gui_v1.py", line 59, in import torch File "C:\Users\Toby\Desktop\RVC\RVC1006Nvidia\runtime\lib\site-packages\torch_init.py", line 122, in raise err OSError:...
I'm a total beginner to Python as a whole, and I'm using Python version 3.11 ( ran it in ANACONDA) the pytorch/torchvision/torchaudio part went well, until it was where i...
I created a RVC model and I had it set to 50 epochs for training. It produces bad results. Here is the audio file I used for training, I used...
After updating the needed packages to detect my GPU, I ran into a new problem with voice inferrance. I am encountering this error after specifying a path to a file...
When i try to feature extraction, it becomes like this, there's no f0ing or something: loading rmvpe model 2023-08-30 03:41:30 | INFO | httpx | HTTP Request: POST http://127.0.0.1:7860/api/predict "HTTP/1.1...
Warning when attempting to start training: ``` ...\lib\site-packages\torch\autograd\__init__.py:251: UserWarning: Grad strides do not match bucket view strides. This may indicate grad was not created according to the gradient layout contract,...
@RVC-Boss We already know that for the dataset, the vctk corpus ( 108 speaker version ) was used but how about the processing? Was there anything applied? - denoising -...
GANs
I will make this short and quick for all of you to read. I think it would be a good idea if hifigan was switched with bigvgan for better fidelity...