nomadkaraoke / python-audio-separator

Easy to use stem (e.g. instrumental/vocals) separation from CLI or as a python package, using a variety of amazing pre-trained models (primarily from UVR)
MIT License
466 stars 80 forks source link

The new Bandit v2 model #112

Open Bebra777228 opened 1 month ago

Bebra777228 commented 1 month ago

Here is a link to the repository: https://github.com/kwatcharasupat/bandit-v2

beveradb commented 1 month ago

Thanks for the heads up - but I'm spread way too thin right now to add new model architectures, so this won't happen soon unless someone raises a PR implementing it here 😄

Bebra777228 commented 1 month ago

I found a repository that has code for Bandit v2 and SCNet. Both of these are good in their own way, and I think it's a good idea to try and get the code from here: https://github.com/ZFTurbo/Music-Source-Separation-Training

Hopefully this is the code we need.