Install and run Demucs via uv
mainThe quickest way to use Demucs without a permanent installation is using uvx.
Standard usage:
uvx demucs MY_TRACK.mp3For Intel Macs (non-Apple Silicon): Since PyTorch support for Intel Macs ended after version 2.2, you must use Python 3.12 or lower:
uvx --python 3.12 demucs MY_TRACK.mp3Permanent installation as a CLI tool:
uv tool install demucs
demucs MY_TRACK.mp3Using the bleeding edge version from GitHub:
uvx --from git+https://github.com/adefossez/demucs demucs MY_TRACK.mp3uvx demucs MY_TRACK.mp3