Just ran Demucs completely locally on my system (RX 6700 XT / 16 GB RAM).

Demucs is an open source AI model for music source separation, developed by Meta. It can split a full song into individual stems like vocals, drums, bass, and other instruments, making it useful for remixing, transcription, and audio analysis.

Test track: Fear of the Dark by Iron Maiden
(https://www.youtube.com/watch?v=bePCRKGUwAY)

Setup:

- Demucs installed via pip
- Model: htdemucs (default)
- Input converted to WAV using ffmpeg
- GPU acceleration via ROCm

Setting it up is tricky because Demucs is tightly pinned to older PyTorch versions, so you have to install dependencies manually and use "--no-deps" to avoid breaking your (ROCm-)PyTorch setup.

Result:
Very clean vocal separation in most parts. Some artifacts appear during very loud or distorted sections (e.g. emotional peaks or shouting).

Next steps / possibilities:

- Normalize and filter audio before separation
- Extract vocals for transcription or remixing
- Create karaoke / instrumental versions
- Combine with Whisper for lyrics
- Batch processing for datasets
- Model: htdemucs_ft (higher quality)

Video workflow:

- Recorded with OBS
- Edited in Kdenlive
- Transcoded with VAAPI (H.264)

No cloud, real hardware.
Everything runs on Linux, so anyone can set this up.
Works on CPU as well, but much slower.

#Demucs #AI #MachineLearning #AudioSeparation #MusicAI #OpenSource #Linux #ROCm #AMD #DeepLearning #AudioProcessing #Vocals #Karaoke #StemSeparation #SelfHosted #NoCloud #FOSS #Tech #LocalAI #MetaAI

[Show GN: AlphaClip – AI 기반 영상 배경 제거 & 오디오 분리 도구

AlphaClip은 AI 기반 영상 배경 제거 및 오디오 분리 도구로, 크로마키 없이도 깔끔한 배경 제거와 음악에서 개별 악기 추출이 가능합니다. Python과 CUDA를 활용한 GPU 가속을 지원하며, 현재 무료 공개 및 개선 중입니다.

https://news.hada.io/topic?id=26316

#aiclip #videoediting #audioseparation #gpuacceleration #aiediting

AlphaClip – AI 기반 영상 배경 제거 & 오디오 분리 도구

<h2>AlphaClip – AI 기반 영상 배경 제거 & 오디오 분리 도구</h2> <h3>1. 자기소개</h3> <p>안녕하세요.<br /> 지난번 eBook 리더(Folio)를 소개...

GeekNews