AI-Song-Cover-RVC icon indicating copy to clipboard operation
AI-Song-Cover-RVC copied to clipboard

All in One Version : Youtube WAV Download, Separating Vocal, Splitting Audio, Training, and Inference Using Google Colab

Results 45 AI-Song-Cover-RVC issues
Sort by recently updated
recently updated
newest added

Can you make it with The Weeknd AHTD Live vocals

Hi, How can I resume training on colab TrainingV2_NoUI.ipynb ? I know it is possible on some other RVC colabs but I'm not sure about this one.

If you want to do manual seperate ; It can be integrated into the sound obtained at the model output or the input sound. There is a seperate code inside...

The tensor errors I got during Extract Features and model building are fixed as follows ; !pip install numpy==1.21.6 !pip install tensorflow==2.12.0

Hello, When executing the "Cloning Github" cell (section 2.2), I run into this error: `cp: cannot stat '/content/drive/MyDrive/RVC/weights/*': No such file or directory` The reason is the RVC directory has...

Hello, i have a problem on Training without Gradio on "Unzip File From Drive". I think the KiwKiw folder is missing unzip: cannot find or open /content/drive/MyDrive/assets/KiwKiw.zip, /content/drive/MyDrive/assets/KiwKiw.zip.zip or /content/drive/MyDrive/assets/KiwKiw.zip.ZIP....

Error in 4 from utils import backups ![1](https://github.com/ardha27/AI-Song-Cover-RVC/assets/119747443/09a226c0-8c34-49a8-b643-fd3a68e11d41) ![2](https://github.com/ardha27/AI-Song-Cover-RVC/assets/119747443/040f02f8-bf77-4a0e-8648-7b8d29811da3) --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) [](https://localhost:8080/#) in () 2 import threading 3 import time ----> 4 from utils import...

in [All in One Inference by SociallyIneptWeeb](https://github.com/ardha27/AI-Song-Cover-RVC#all-in-one-inference-by-sociallyineptweeb) the de-reverb does not work, the voice still with reverb so the output not good.

Traceback (most recent call last): File "/content/AICoverGen/src/main.py", line 291, in song_cover_pipeline voice_change(voice_model, main_vocals_dereverb_path, ai_vocals_path, pitch_change, f0_method, index_rate, filter_radius, rms_mix_rate, protect, crepe_hop_length, is_webui) File "/content/AICoverGen/src/main.py", line 201, in voice_change rvc_infer(rvc_index_path, index_rate,...