Retrieval-based-Voice-Conversion-WebUI icon indicating copy to clipboard operation
Retrieval-based-Voice-Conversion-WebUI copied to clipboard

request help about installation or cant provide index after training

Open SnowTung999 opened this issue 6 months ago • 6 comments

  1. I am not sure, i have completed installed or not.
  2. when i do the training, the CMD also running , but after that only with pth but without index file.
  3. i have using 5080 N 卡

SnowTung999 avatar May 27 '25 02:05 SnowTung999

Macmini M4,the same problem, only with pth without index file, have you solve that problem?

LEECHUNLEI avatar Jun 17 '25 15:06 LEECHUNLEI

same problem on MPS M4 Max While as I using Nvidia GPU cards on Ubuntu (VMs), the blocker became the error in training process, let alone generate index file...

saiisa avatar Jun 18 '25 10:06 saiisa

I have the same problem! Installed on Linux Mint via UV. I'm using a 2080ti. One-Click Training fails. No output after preprocess is done. Manually training seems to run, but training the index fails. No output in Terminal, no output in the WebUI. After all, I have a G and D *.pth but no index!

theslipperyCarrot avatar Aug 13 '25 07:08 theslipperyCarrot

I think i have a solution found that worked for me! I changed matplotlib and gradio.

python -m pip install matplotlib==3.7.0 and python -m pip install gradio==3.48.0 (inside of my (venv) seems to work. Training is ongoing, but there are no errors so far and training uses way more time. (it was unrealistic fast before). Maybe it could help you too!?

theslipperyCarrot avatar Aug 13 '25 10:08 theslipperyCarrot

I think i have a solution found that worked for me! I changed matplotlib ang gradio.

python -m pip install matplotlib==3.7.0 and python -m pip install gradio==3.48.0 (inside of my (venv) seems to work. Training is ongoing, but there are no errors so far and training uses way more time. (it was unrealistic fast before). Maybe it could help you too!?

This worked for me. Thank you 🙏

celophi avatar Aug 17 '25 03:08 celophi

I think i have a solution found that worked for me! I changed matplotlib and gradio.

python -m pip install matplotlib==3.7.0 and python -m pip install gradio==3.48.0 (inside of my (venv) seems to work. Training is ongoing, but there are no errors so far and training uses way more time. (it was unrealistic fast before). Maybe it could help you too!?

This is super helpful

amyburden avatar Oct 29 '25 22:10 amyburden