nomadkaraoke / python-audio-separator

Easy to use vocal separation from CLI or as a python package, using a variety of amazing pre-trained models (primarily from UVR)
MIT License
403 stars 65 forks source link

Attempt to fix windows MDX ONNX loading tempfile bug in onnx2torch #63

Closed beveradb closed 4 months ago

beveradb commented 4 months ago

Hopefully fixes #51

Thanks for the pointer @helloimmatt !

codecov[bot] commented 4 months ago

Welcome to Codecov :tada:

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered :open_umbrella:

helloimmatt commented 4 months ago

Can confirm, this fixes the problem on Windows. Well done!