daswer123 / xtts-webui

Webui for using XTTS and for finetuning it
MIT License
535 stars 105 forks source link

Error when using rvc #19

Open Wuzzooy opened 8 months ago

Wuzzooy commented 8 months ago

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

daswer123 commented 8 months ago

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

Wuzzooy commented 8 months ago

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.

daswer123 commented 8 months ago

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

hrachkovinovoto commented 7 months ago

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
llpcasey commented 6 months ago

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?