PlayVoice / whisper-vits-svc

Core Engine of Singing Voice Conversion & Singing Voice Clone
https://huggingface.co/spaces/maxmax20160403/sovits5.0
MIT License
2.62k stars 921 forks source link

Error but show nothing(error). #173

Open kikunayar opened 8 months ago

kikunayar commented 8 months ago

I used to use it and could switch voices, but after I trained it, I can no longer switch voices even though I use a newly extracted file from the .zip and show nothing(error).

(base) C:\Users\hunte\Downloads\Compressed\so-vits-svc-5.0-bigvgan-mix-v2_1\so-vits-svc-5.0-bigvgan-mix-v2>python svc_inference.py --config configs/base.yaml --model ./vits_pretrain/sovits5.0.pretrain.pth --spk ./configs/singers/singer0001.npy --wave test.wav Auto run : python whisper/inference.py -w test.wav -p svc_tmp.ppg.npy

a

kikunayar commented 8 months ago

I explored the code and found the problem with librosa

kikunayar commented 8 months ago

maybe I didn't run as Administrator