Anjok07 / ultimatevocalremovergui

GUI for a Vocal Remover that uses Deep Neural Networks.
MIT License
17.71k stars 1.32k forks source link

UVR5 Can't export files 3h long #1539

Open TeamEW01 opened 1 month ago

TeamEW01 commented 1 month ago

Hello, UVR5 Can't export files 3h long. I would like you to make it able to export files with no file long limit, please

ChrisTG742 commented 1 month ago

This smells like wrong data-types somewhere in the code (using 32 bit variable type or signed instead of unsigned).

hhzx234 commented 4 weeks ago

This might be related to the model and memory. With my UVR-MDX-NET Main model, processing a 4-hour video consumes up to 27GB of RAM. However, when testing the BS series models and large videos, insufficient GPU VRAM leads to severe latency issues. For videos longer than two hours, it exceeds 16GB of GPU memory usage.