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

vocal accompaniment separation not working

Open Dannny0117 opened this issue 1 year ago • 2 comments

So i downloaded https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/RVC1006Nvidia.7z ran the web ui and when i select the file , specify the output and select the model and click convert the progress shows up and then throws all of this at me.

when i check the TEMP folder on the RVC folder theres nothing however it creates a copy of the original file at \AppData\Local\Temp but thats about it.

i changed nothing just downloaded, used 7z to extract and ran go-web.bat

any ideas on how i can get it to work?

10 Get Over It Demo Versionrw0zc47e.mp3.reformatted.wav->Traceback (most recent call last): File "E:\RVC1006Nvidia\runtime\lib\site-packages\librosa\core\audio.py", line 155, in load context = sf.SoundFile(path) File "E:\RVC1006Nvidia\runtime\lib\site-packages\soundfile.py", line 655, in init self._file = self._open(file, mode_int, closefd) File "E:\RVC1006Nvidia\runtime\lib\site-packages\soundfile.py", line 1213, in _open raise LibsndfileError(err, prefix="Error opening {0!r}: ".format(self.name)) soundfile.LibsndfileError: Error opening 'E:\RVC1006Nvidia\TEMP/10 Get Over It Demo Versionrw0zc47e.mp3.reformatted.wav': System error.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "E:\RVC1006Nvidia\infer\modules\uvr5\modules.py", line 74, in uvr pre_fun.path_audio( File "E:\RVC1006Nvidia\infer\modules\uvr5\vr.py", line 63, in path_audio ) = librosa.core.load( # 理论上librosa读取可能对某些音频有bug,应该上ffmpeg读取,但是太麻烦了弃坑 File "E:\RVC1006Nvidia\runtime\lib\site-packages\librosa\util\decorators.py", line 104, in inner_f return f(**kwargs) File "E:\RVC1006Nvidia\runtime\lib\site-packages\librosa\core\audio.py", line 174, in load y, sr_native = __audioread_load(path, offset, duration, dtype) File "E:\RVC1006Nvidia\runtime\lib\site-packages\librosa\core\audio.py", line 198, in _audioread_load with audioread.audio_open(path) as input_file: File "E:\RVC1006Nvidia\runtime\lib\site-packages\audioread_init.py", line 111, in audio_open return BackendClass(path) File "E:\RVC1006Nvidia\runtime\lib\site-packages\audioread\rawread.py", line 62, in init self._fh = open(filename, 'rb') FileNotFoundError: [Errno 2] No such file or directory: 'E:\RVC1006Nvidia\TEMP/10 Get Over It Demo Versionrw0zc47e.mp3.reformatted.wav'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "E:\RVC1006Nvidia\runtime\lib\site-packages\librosa\core\audio.py", line 155, in load context = sf.SoundFile(path) File "E:\RVC1006Nvidia\runtime\lib\site-packages\soundfile.py", line 655, in init self._file = self._open(file, mode_int, closefd) File "E:\RVC1006Nvidia\runtime\lib\site-packages\soundfile.py", line 1213, in _open raise LibsndfileError(err, prefix="Error opening {0!r}: ".format(self.name)) soundfile.LibsndfileError: Error opening 'E:\RVC1006Nvidia\TEMP/10 Get Over It Demo Versionrw0zc47e.mp3.reformatted.wav': System error.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "E:\RVC1006Nvidia\infer\modules\uvr5\modules.py", line 82, in uvr pre_fun.path_audio( File "E:\RVC1006Nvidia\infer\modules\uvr5\vr.py", line 63, in path_audio ) = librosa.core.load( # 理论上librosa读取可能对某些音频有bug,应该上ffmpeg读取,但是太麻烦了弃坑 File "E:\RVC1006Nvidia\runtime\lib\site-packages\librosa\util\decorators.py", line 104, in inner_f return f(**kwargs) File "E:\RVC1006Nvidia\runtime\lib\site-packages\librosa\core\audio.py", line 174, in load y, sr_native = __audioread_load(path, offset, duration, dtype) File "E:\RVC1006Nvidia\runtime\lib\site-packages\librosa\core\audio.py", line 198, in _audioread_load with audioread.audio_open(path) as input_file: File "E:\RVC1006Nvidia\runtime\lib\site-packages\audioread_init.py", line 111, in audio_open return BackendClass(path) File "E:\RVC1006Nvidia\runtime\lib\site-packages\audioread\rawread.py", line 62, in init self._fh = open(filename, 'rb') FileNotFoundError: [Errno 2] No such file or directory: 'E:\RVC1006Nvidia\TEMP/10 Get Over It Demo Versionrw0zc47e.mp3.reformatted.wav'

Dannny0117 avatar Mar 27 '24 08:03 Dannny0117

Make sure you installed ffmpeg and ffprobe in the root directory of rvc as mentioned in readme

ic1149 avatar Mar 27 '24 16:03 ic1149

Separation doesn't work for me on linux, either. Whereas voice training and conversion work really well.

iwoolf avatar Mar 29 '24 04:03 iwoolf

This issue was closed because it has been inactive for 15 days since being marked as stale.

github-actions[bot] avatar May 15 '24 04:05 github-actions[bot]