SociallyIneptWeeb / AICoverGen

A WebUI to create song covers with any RVC v2 trained AI voice from YouTube videos or audio files.
MIT License
1.03k stars 241 forks source link

General Slowdown after 1st generation #97

Open Nevoet opened 8 months ago

Nevoet commented 8 months ago

As the title says, when first opening the webui.py, the first generation is very fast (From start to finish for a 4 minutes song, takes under 2 minutes.). After that, when you change the source song (using a file upload instead a yt link) the generation process would take upwards of 6 minutes.

The step where this slowdown occurs is when "applying dereverb to vocals" is running

image

The GPU usage is between 90@100% (which is the ideal). I have python 3.10 and 3.9. But I'm forcing the execution of webui.py to use 3.9 with the following "#!/usr/bin/env python3.9".

Closing and reopening webui.py fix this for just one song

Here an example of a first run: image

JackismyShephard commented 5 months ago

Did you ever fix this problem?