Giter VIP home page Giter VIP logo

demucs-gui's Introduction

Demucs GUI

This is a GUI for python project demucs with optimized memory usage in CUDA. The project aims to let users without any coding experience separate tracks without difficulty. If you have any question about usage or the project, please open an issue to tell us. Since the original project Demucs used scientific library torch, the packed binaries with environment is very large, and we will only pack binaries for formal releases.

System requirements

Installing binaries

System version

For Windows: At least Windows 8

For Mac: At least macOS 10.13

For Linux: We currently have no intention to pack binaries for linux.

Hardware

Memory: At least 6GB memory, but 8GB swap may be required. The longer the track you want to separate, the more memory will be required.

GPU: Only NVIDIA GPUs are available. At least 3GB of private memory (not shared memory) is required.

Running the codes yourself

At least Python 3.9 is required. Other requirements please refer to Installing binaries.

Update History

(For more please see history.md) Versions in italic means that this is a beta version, which does not provide packed binaries.

Usage

If you are using released binaries, please skip this part

This part is written for beta versions

CPU only

  1. Run pip, conda or other package managers to install all packages in requirements.txt. If you are using 0.1a1, please manually add psutil>=5.7.0 into requirements.txt, please add it manually before installing dependencies, because I forgot to add it.
# For pip
pip install -r requirements.txt
# For conda
conda install --yes --file requirements.txt
  1. Download pretrained models and extract it to pretrained folder under GUI folder.
  2. Run GuiMain.py and separate your song!

CUDA acceleration

  1. Install torch with cuda under intructions on pyTorch official website
  2. Run pip, conda or other package managers to install all packages in requirements_cuda.txt. If you are using 0.1a1, please manually add psutil>=5.7.0 into requirements_cuda.txt, please add it manually before installing dependencies, because I forgot to add it.
# For pip
pip install -r requirements.txt
# For conda
conda install --yes --file requirements.txt
  1. Download pretrained models and extract it to pretrained folder under GUI folder.
  2. Run GuiMain.py and separate your song! If your GPU is not listed in the device column, or is labeled "not recommended", this means your GPU is not available or the VRAM is not enough. Please use CPU instead or open an issue to tell us if you think this is a problem.

Acknowledgements

This project includes code of Demucs under MIT license.

demucs-gui's People

Contributors

carlgao4 avatar apr3vau avatar hibiyananao avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.