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

RVC_2_Training error generate and error splitting on WebUi #17

Open
Trainne opened this issue Sep 2, 2023 · 13 comments
Open

RVC_2_Training error generate and error splitting on WebUi #17

Trainne opened this issue Sep 2, 2023 · 13 comments

Comments

@Trainne
Copy link

Trainne commented Sep 2, 2023

I got " --- Logging error ---
Traceback (most recent call last):
File "/usr/lib/python3.10/logging/init.py", line 1100, in emit
msg = self.format(record)
File "/usr/lib/python3.10/logging/init.py", line 943, in format
return fmt.format(record)
File "/usr/lib/python3.10/logging/init.py", line 678, in format
record.message = record.getMessage()
File "/usr/lib/python3.10/logging/init.py", line 368, in getMessage
msg = msg % self.args
TypeError: not all arguments converted during string formatting
Call stack:
File "/content/Retrieval-based-Voice-Conversion-WebUI/infer-web.py", line 30, in
from infer.modules.uvr5.modules import uvr
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/content/Retrieval-based-Voice-Conversion-WebUI/infer/modules/uvr5/modules.py", line 13, in
config = Config()
File "/content/Retrieval-based-Voice-Conversion-WebUI/configs/config.py", line 34, in wrapper
wrapper.instance = func(*args, **kwargs)
File "/content/Retrieval-based-Voice-Conversion-WebUI/configs/config.py", line 58, in init
self.x_pad, self.x_query, self.x_center, self.x_max = self.device_config()
File "/content/Retrieval-based-Voice-Conversion-WebUI/configs/config.py", line 121, in device_config
logger.info("Found GPU", self.gpu_name)
Message: 'Found GPU "
I Try to run audio split on webui cannot work and try to generate ai cover with other sample wav got error.
2
1

@MinatoIsuki
Copy link
Contributor

MinatoIsuki commented Sep 2, 2023

Interesting...
I will recheck this soon, for now please try RVC V2 by ardha instead.

The first error is caused by the Retreive RVC itself, not the notebook
The second error is caused since hubert is not in the same directory. Will recheck.
For the third... I have no idea.

Edit: Ardha edit the V2 while I'm sleeping 💀

@MinatoIsuki
Copy link
Contributor

I've patch it in my repo, can you try click on my notebook on ardha readme and try again to see any errors left?

@ardha27
Copy link
Owner

ardha27 commented Sep 2, 2023

image i think this was the issue, i already change its

@MinatoIsuki
Copy link
Contributor

MinatoIsuki commented Sep 2, 2023

image i think this was the issue, i already change its

It is, but its my notebook though 😭
Will make a PR soon.

@Trainne
Copy link
Author

Trainne commented Sep 2, 2023

Great job, for generate now this fixed and worked, but for spilitting still don't work at link ardha and Minatolsuki.
3

@MinatoIsuki
Copy link
Contributor

MinatoIsuki commented Sep 2, 2023

Great job, for generate now this fixed and worked, but for spilitting still don't work at link ardha and Minatolsuki. 3

Looks like drive_path should be path_audio. Let's see about that.
Also, are you using Drive as your input?

@Trainne
Copy link
Author

Trainne commented Sep 2, 2023

yea, I did as usual entering the link /content/Drive/Mydrive/audio

@MinatoIsuki
Copy link
Contributor

yea, I did as usual entering the link /content/Drive/Mydrive/audio

Were you using WebUI to seperate?

@Trainne
Copy link
Author

Trainne commented Sep 2, 2023

yea, i use WebUI, cause this a simple to bulk spilitting

@MinatoIsuki
Copy link
Contributor

MinatoIsuki commented Sep 2, 2023

yea, i use WebUI, cause this a simple to bulk spilitting

That sucks.
I've use splitting script just for a single voice sample, I have never deal with bulk sample.
I will try to fix this (if I can 🙂)

@Trainne
Copy link
Author

Trainne commented Sep 2, 2023

I hope I can, if not, at least I can do it one by one on webui :),
because previously it was very easy, I'm addicted to it hahaha

@MinatoIsuki
Copy link
Contributor

So, I decided to change drive_path to path_audio. Can you retry with this notebook?
If it don't, I give up. (I'm travelling and I'm literally using my grandpa's phone to edit the notebook 😅)

https://colab.research.google.com/drive/1AQBcDadXTpm8IhwpJA48zVR7BxPWxuwF

@Trainne
Copy link
Author

Trainne commented Sep 2, 2023

same issue, I've tried one and bulk and the message that comes out is still the same, but it's okay at least the generate can work, thank you for trying :") , enjoy traveling Cao..

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

3 participants