Replies: 7 comments 9 replies
|
I've packed a pre-installed environment of demucs CLI. |
|
@CarlGao4 I get: Traceback (most recent call last): and Claude says: Based on that GitHub discussion and the error you're encountering, it appears you're trying to use a standalone CLI version of Demucs-GUI that has a packaging issue. The 'ta' is not defined error strongly suggests that torchaudio (commonly abbreviated as ta in Demucs code) wasn't properly included in the standalone build. |
|
Unzipping with 7zip (vs. winrar or Windows native) also didn't help. I will also try on a "clean" install of windows 11: Different problem (first anyway): C:\Users\glenn\Downloads\demucs\demucs>.\demucs.exe "C:\Users\glenn\Music\Love Alive.flac" During handling of the above exception, another exception occurred: Traceback (most recent call last): |
|
Actually, I think you are missing a cert package, and also some import torch audio as ta lines are commented out. FYI I worked with Claude Sonnet 4.0 (and MCP) to make a clean working version: https://drive.google.com/drive/folders/19aM9_g34pv4PoJFrCmISUSX6I0eX6owQ?usp=sharing In that folder are the step by step instructions to build the package, a build script, and the resulting package (zipped). This has been tested on Windows 11 machines with and without GPUs. Thanks for nudging me to get this done. I need this for my up-remix script project. |
|
I would like to try this demucs standalone package however all the links I've found are only downloadable through a browser. is there a direct link so I could get it with wget? |
I had exactly the same question and couldn't find any suitable solution, so I went for my own standalone build. I wrote this blog post with step-by-step instructions to build a standalone demucs CLI executable for Windows. Hope it helps. |



Uh oh!
There was an error while loading. Please reload this page.
This might seem like a silly question, but Demucs-Gui seems to be the simplest (only?) prepackaged cross platform binary of Demucs available.
Is there a way to easily run it completely headless and from the command line interface? I would love to once in while have a webserver of mint stem some tracks, but would really rather not get into the whole Python woods just for that. Calling Demucs-Gui from the CLI would be ideal form my use case.
All reactions