TripleKiller666
TripleKiller666
For example, the below one didn´t work for me despite the path being right: "X:\That's Life (Remastered 2008).flac" When I converted it to .wav however, it worked without problem: "X:\That's...
It's best to share some examples and Screenshots for stuff like this. An Audiofile to listen to, so we can see if the Problem is only on your End. A...
First off, why you start PreProcess twice? It only adds more Time without any benefit. ``` start preprocess ['trainset_preprocess_pipeline_print.py', 'C:\\RVC-beta-v2-0618\\Hala', '40000', '8', 'C:\\RVC-beta-v2-0618/logs/hall', 'False'] C:\RVC-beta-v2-0618\Hala/06.wav->Suc. C:\RVC-beta-v2-0618\Hala/05.wav->Suc. C:\RVC-beta-v2-0618\Hala/04.wav->Suc. C:\RVC-beta-v2-0618\Hala/07.wav->Suc. C:\RVC-beta-v2-0618\Hala/01.wav->Suc. C:\RVC-beta-v2-0618\Hala/03.wav->Suc....
Once training starts, everything in the "Logs" Folder is all that's needed for the training. Basically your Files get processed first, then copied to "Logs" and from there the training...
EZ, you just change the below Values in your infer-web.py file: ``` with gr.Group(): gr.Markdown(value=i18n("step3: 填写训练设置, 开始训练模型和索引")) with gr.Row(): save_epoch10 = gr.Slider( minimum=0, maximum=50, step=1, label=i18n("保存频率save_every_epoch"), value=5, interactive=True, ) total_epoch11...
Simple, downgrade your Python to below
My guess, you didn´t load in a .wav File and the File Format you supplied couldn´t be read. Fixed most of my Problems by converting from .ogg/.flac/.mp3/etc to .wav first.
Press the big Button on the Inference Tab called "Refresh Voice list and Index path" You should now be able to choose your Model on the Top Left, below "Inferencing...
Very simplified Explanation: Step 1:Train Model A and Model B Step 2:Go to "ckpt Processing" Step 3:Insert Full Path in "Path to Model A:", same for B (ex. "G:\RVC-Webui\weights\keanu_en.pth" Model...
WDYM? We have index Files already: "G:\RVC-Webui\logs\keanu_en\added_IVF88_Flat_nprobe_1_keanu_en_v2.index" It generates them after successful training for however many Epochs you set it to. Also, you didn´t really explain what Crepe would do...