gitmylo / audio-webui

A webui for different audio related Neural Networks
MIT License
1.01k stars 94 forks source link

[BUG REPORT] rmvpe re-downloads the "rmvpe.pt" model everytime it's run #83

Closed nekogecko2 closed 1 year ago

nekogecko2 commented 1 year ago

rmvpe doesn't work through the training pitch extract section because it gets stuck in a permanent Downloading rmvpe.pt -> Loading rmvpe.pt model loop

rmvpe works in the RVC audio input section but always re-downloads the rmvpe.pt model everytime

gitmylo commented 1 year ago

I made the wrong assumption that huggingface hub wouldn't redownload the file with the settings i gave it, i'll check if the file exists before downloading in the future, i already have a fix locally, just testing it now