AI-Song-Cover-RVC
AI-Song-Cover-RVC copied to clipboard
All in One Version : Youtube WAV Download, Separating Vocal, Splitting Audio, Training, and Inference Using Google Colab
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   --------------------------------------------------------------------------- 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,...