xaviviro
xaviviro
Try with `MusicGen.get_pretrained('melody',device='cpu')` it's slow, but it works. I've tried using device='mps' but even when adding PYTORCH_ENABLE_MPS_FALLBACK=1, it fails because the FFT doesn't work with MPS. So, we'll have to...
That's a great idea, it could have a lot of potential! I really appreciate the suggestion. It occurs to me that I could design it in such a way that...
Thank you for the great suggestion. I agree, it's indeed a useful feature to consider. However, I'm currently focused on addressing a few bugs that I've discovered recently. As soon...
Thank you for your feedback and suggestions! Indeed, there's still room for improvement in terms of performance, and making full use of the available VRAM is an important part of...
Thank you for your suggestion! Adding DirectML support would indeed make refacer more accessible to users with AMD cards on Windows. We will definitely consider this in our future plans...
[Track-Anything](https://github.com/gaomingqi/Track-Anything) seems fantastic, thanks for the suggestion! Let me take a deeper look at it.