Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when using rvc #19

Open
Wuzzooy opened this issue Dec 28, 2023 · 5 comments
Open

Error when using rvc #19

Wuzzooy opened this issue Dec 28, 2023 · 5 comments

Comments

@Wuzzooy
Copy link

Wuzzooy commented Dec 28, 2023

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

@daswer123
Copy link
Owner

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

@Wuzzooy
Copy link
Author

Wuzzooy commented Jan 12, 2024

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

facebookresearch/fairseq#5012 (comment)

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
Copy link
Owner

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

@hrachkovinovoto
Copy link

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
Copy link

llpcasey commented Mar 5, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@daswer123 @hrachkovinovoto @llpcasey @Wuzzooy and others