RVC-Project / Retrieval-based-Voice-Conversion-WebUI

Easily train a good VC model with voice data <= 10 mins!
MIT License
22.99k stars 3.44k forks source link

cant find inferencing voice #611

Open Ab1077 opened 1 year ago

Ab1077 commented 1 year ago

i put all the settings and used one-click training and i got: "added_IVF985_Flat_nprobe_1_IbrahemHefny_v2.index All processes have been completed!" but i couldnt find the model from the "Inferencing voice" slider even though i found the voice model in the log file please help

TripleKiller666 commented 1 year ago

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 voice:" Also make sure to select your Index File, from "Auto-detect index path and select from the dropdown:"

Ab1077 commented 1 year ago

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 voice:" Also make sure to select your Index File, from "Auto-detect index path and select from the dropdown:"

i have already pressed it but it still doesnt show up in the dropdown. i can only select the index file but cant pick from the "inferencing voice" dropdown

popmager commented 1 year ago

I have the same issue, and I dont have the drop menu where I can choose my file to train. Please help!!

sodonika commented 1 year ago

same issue. Any solution?

Phencyclidine08 commented 1 year ago

I'm also experiencing this problem.

LordMilutin commented 1 year ago

Same problem here as well. I have trained the model, it got all files in its own folder, but no matter what, it doesn't appear in the Inference dropdown.

Oracle365 commented 1 year ago

Same issue. Following for solution

Oracle365 commented 1 year ago

I solved this issue by making sure everything was at the root of my C drive.

ParzivalWolfram commented 1 year ago

Any solution to this? I have no idea where to put index files such that I don't have to re-copy a path into the browser for every model. Not exactly helpful for using the web UI remotely.

drfeinberg commented 1 year ago

Following.

Githu-boo commented 5 months ago

I do have the same problem even after clicking refreshing

Harushii18 commented 3 months ago

After some suffering, I found the solution: the weights directory is linked to the wrong path. Put your .pth file in assets/weights Follow steps by @sethtallen https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/issues/611 but just use /assets/weights instead of /weights

If you have a custom path for the index or weights files:

You can change the location of the model, etc. by changing here

this is the path where the pth files go

weight_root = weights

weight_uvr5_root = assets/uvr5_weights

this is the path where the index files go

index_root = logs

outside_index_root = assets/indices rmvpe_root = assets/rmvpe



> Important!!
The developers should add this to the documentation so people can modify it before they run any scripts. @sethtallen