-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
Comments
Interesting... The first error is caused by the Retreive RVC itself, not the notebook Edit: Ardha edit the V2 while I'm sleeping 💀 |
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? |
yea, I did as usual entering the link /content/Drive/Mydrive/audio |
Were you using WebUI to seperate? |
yea, i use WebUI, cause this a simple to bulk spilitting |
That sucks. |
I hope I can, if not, at least I can do it one by one on webui :), |
So, I decided to change drive_path to path_audio. Can you retry with this notebook? https://colab.research.google.com/drive/1AQBcDadXTpm8IhwpJA48zVR7BxPWxuwF |
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.. |
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.
The text was updated successfully, but these errors were encountered: