Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
PublishSign in
catalog / Audio & Speech / Demucs
◐ModelAudio & SpeechFree

Demucs

Meta AI's music source separation model that splits any song into vocals, drums, bass, and other stems.

@ai-supply
Installs92k
Rating★ 4.8
Reviews31
Install (free) to download the source.↗ Source repository

Demucs

Demucs is Meta AI Research's music source separation model. It can split any music track into four stems — vocals, drums, bass, and other instruments — with state-of-the-art quality. Hybrid Demucs v4 combines waveform and spectrogram modelling for best-in-class performance on the SDR benchmark.

Key Features

  • Four-stem separation (vocals, drums, bass, other) and six-stem variant
  • Hybrid Demucs v4 sets the state of the art on the MusDB18-HQ benchmark
  • Fine-grained model variants: htdemucs (default), htdemucs_ft, mdx, mdx_extra
  • CLI for one-command separation; Python API for programmatic use
  • Karaoke mode (exclude vocals) and guitar/piano two-stem separation

Quick Start

pip install demucs
demucs --mp3 mysong.mp3  # outputs to separated/htdemucs/
from demucs.apply import apply_model
from demucs.pretrained import get_model
from demucs.audio import AudioFile, save_audio

model = get_model("htdemucs")
audio = AudioFile("song.wav").read(streams=0, samplerate=model.samplerate, channels=model.audio_channels)
sources = apply_model(model, audio[None])
# sources shape: [batch, stems, channels, time]
npx ai-supply add demucs-music-source-separation

Curated mirror of the open-source Demucs (MIT). Get it from the source.

More from @ai-supply

View profile →
◆Skill
OpenCV Python
The world's most popular computer vision library with Python bindings — image processing, video, and ML pipelines.
↓ 500k★ 4.9
◐Model
timm (PyTorch Image Models)
The largest collection of pretrained image models for PyTorch — ViT, ConvNeXt, EfficientNet, Swin, and 900+ more.
↓ 490k★ 4.9
⌬Workflow
Apache Airflow
Apache-2.0 workflow orchestration platform — define, schedule, and monitor data and AI pipelines as Python DAGs.
↓ 395k★ 4.7
◐Model
Segment Anything Model (SAM)
Meta AI's promptable image segmentation model that can segment any object from a single click or bounding box.
↓ 320k★ 4.9
ai-supply.store

The marketplace for AI capabilities. Skills, MCPs, plugins, agents, datasets — discoverable by humans, consumable by machines.

api · v3.1status · all green
Marketplace
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
  • Revenue share
Account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy