xtts-webui icon indicating copy to clipboard operation
xtts-webui copied to clipboard

Error when using rvc

Open Wuzzooy opened this issue 1 year ago • 5 comments

Hello,

I have an error when trying to use rvc

"FileNotFoundError: [Errno 2] No such file or directory: 'H:\xtts-webui-main\output\female_Scarlett_1.wav'

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "H:\xtts-webui-main\venv\Lib\site-packages\gradio\queueing.py", line 497, in process_events response = await self.call_prediction(awake_events, batch) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "H:\xtts-webui-main\venv\Lib\site-packages\gradio\queueing.py", line 468, in call_prediction raise Exception(str(error) if show_error else None) from error Exception: None" The file name output i've got in the ouput folder when trying to generate was "output_(1)_female.wav" using the reference speaker "female"

rvc

Wuzzooy avatar Dec 28 '23 19:12 Wuzzooy

Hi sorry I didn't reply earlier, it should be working now, I guess :)

daswer123 avatar Jan 10 '24 17:01 daswer123

Hello, No problem for the late reply, I'm really grateful for your work. I still had this issue with the updated version when trying to use rvc and found out that there is an issue with fairsec and python 3.11 so i used a fix from an issue opened about it. for windows i used in the rvc_venv pip install git+https://github.com/liyaodev/fairseq.git

https://github.com/facebookresearch/fairseq/issues/5012#issuecomment-1884159687

It's working now. I had another small issue, i had a message saying "no supported nvidia gpu found". I installed pytorch in the rvc_venv and it worked aswell.

Wuzzooy avatar Jan 12 '24 07:01 Wuzzooy

Thanks for checking and looking into the situation. Your answer will help.

daswer123 avatar Jan 12 '24 09:01 daswer123

Thanks for checking and looking into the situation. Your answer will help.

Hello, have you found a full solution to the issue yet? I was also getting the same error and although the temporary fix above gets it to work again, I don't really use it anymore and the reason for that is because it's just extremely slow. It takes nearly a minute to generate through RVC here on a 3 second long sample whereas that very same sample over at the updated Mangio-RVC completes in less than 2 seconds. I noticed that it keeps on reloading the rmvpe model during each time I tried to generate, maybe that's partially why it takes forever? With that aside, everything else is working perfectly!

image

hrachkovinovoto avatar Feb 09 '24 15:02 hrachkovinovoto

Thanks for checking and looking into the situation. Your answer will help.

Hello, have you found a full solution to the issue yet? I was also getting the same error and although the temporary fix above gets it to work again, I don't really use it anymore and the reason for that is because it's just extremely slow. It takes nearly a minute to generate through RVC here on a 3 second long sample whereas that very same sample over at the updated Mangio-RVC completes in less than 2 seconds. I noticed that it keeps on reloading the rmvpe model during each time I tried to generate, maybe that's partially why it takes forever? With that aside, everything else is working perfectly! image

Hello, did you find solution for this?

llpcasey avatar Mar 05 '24 19:03 llpcasey