Results 1 to 10 of 594

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. 26-04-2020  #1

    Superstar DJ

    Credits
    8
    Join Date
    Oct 2017
    Location
    London
    Posts
    305
    Thanks Thanks Given 
    144
    Thanks Thanks Received 
    52
    Thanked in
    27 Posts
    Quote Originally Posted by Anjok View Post
    Nice! Please let us know your experience with this, especially if you decide to train!
    Will do - excited to try this out!

  2. 01-05-2020  #2

    Superstar DJ

    Credits
    248
    Join Date
    Mar 2017
    Location
    USA
    Posts
    610
    Thanks Thanks Given 
    422
    Thanks Thanks Received 
    145
    Thanked in
    42 Posts
    Quote Originally Posted by algernonblack View Post
    Will do - excited to try this out!
    How has your experience been with this?

  3. 02-05-2020  #3

    Superstar DJ

    Credits
    8
    Join Date
    Oct 2017
    Location
    London
    Posts
    305
    Thanks Thanks Given 
    144
    Thanks Thanks Received 
    52
    Thanked in
    27 Posts
    Quote Originally Posted by Anjok View Post
    How has your experience been with this?
    Couldn't even figure out how to get the code to run, unfortunately. I think for most people looking to try this out, some sort of standard executable with a simple GUI is going to be needed, because for the layperson running code is going to be far too difficult.

  4. 02-05-2020  #4

    Runner

    Credits
    0
    Join Date
    Aug 2010
    Posts
    33
    Thanks Thanks Given 
    3
    Thanks Thanks Received 
    3
    Thanked in
    3 Posts
    pretty much just a copy and paste scenario........no need to type all that code


    Open Python ----- check Add Python to path and install
    Unzip Vocal Remover to Documents


    Note: By this point, Python should be installed, the vocal-remover folder should be extracted to your documents.
    Go to Document folder and open vocal-remover-2.1.0 folder. Press Shift and Right Click > Open PowerShell window here


    Copy the following command hit return and wait for the installations to complete - pip install torch==1.3.0 torchvision==0.4.0 -f https://download.pytorch.org/whl/torch_stable.html
    Copy the following command hit return and wait for the installations to complete - pip install -r requirements.txt
    Copy the following command hit return and wait for the installations to complete - pip install soundstretch
    Copy the following command hit return and wait for the installations to complete - pip install numba==0.48.0


    Running Conversions

    This AI comes with a pretty good pre-trained baseline model that you can do test conversions on. I want to make this as easy as possible to use.

    1. Drop the file you want to convert into the main "vocal-remover" folder. Rename songs to a shorter text ( Somewhere Over The Rainbow ) to rainbow etc
    2. Run one of the following commands:

    -To perform the conversions on your CPU, copy and paste the following -
    python inference.py --input YOURSONG.mp3 (or flac on cmd line below also remember to change song title)
    -To perform the conversions on your GPU (faster), copy and paste the following -
    python inference.py --input YOURSONG.mp3 --gpu 0
    If you have a Nvidia GPU and install the compatible Cuda drivers, the conversions will be 100x faster.
    Last edited by rkeane; 02-05-2020 at 13:55.

  5. 03-05-2020  #5

    Superstar DJ

    Credits
    248
    Join Date
    Mar 2017
    Location
    USA
    Posts
    610
    Thanks Thanks Given 
    422
    Thanks Thanks Received 
    145
    Thanked in
    42 Posts
    Quote Originally Posted by rkeane View Post
    pretty much just a copy and paste scenario........no need to type all that code


    Open Python ----- check Add Python to path and install
    Unzip Vocal Remover to Documents


    Note: By this point, Python should be installed, the vocal-remover folder should be extracted to your documents.
    Go to Document folder and open vocal-remover-2.1.0 folder. Press Shift and Right Click > Open PowerShell window here


    Copy the following command hit return and wait for the installations to complete - pip install torch==1.3.0 torchvision==0.4.0 -f https://download.pytorch.org/whl/torch_stable.html
    Copy the following command hit return and wait for the installations to complete - pip install -r requirements.txt
    Copy the following command hit return and wait for the installations to complete - pip install soundstretch
    Copy the following command hit return and wait for the installations to complete - pip install numba==0.48.0


    Running Conversions

    This AI comes with a pretty good pre-trained baseline model that you can do test conversions on. I want to make this as easy as possible to use.

    1. Drop the file you want to convert into the main "vocal-remover" folder. Rename songs to a shorter text ( Somewhere Over The Rainbow ) to rainbow etc
    2. Run one of the following commands:

    -To perform the conversions on your CPU, copy and paste the following -
    python inference.py --input YOURSONG.mp3 (or flac on cmd line below also remember to change song title)
    -To perform the conversions on your GPU (faster), copy and paste the following -
    python inference.py --input YOURSONG.mp3 --gpu 0
    If you have a Nvidia GPU and install the compatible Cuda drivers, the conversions will be 100x faster.
    I like this! I'll change the tutorial with some of that.

Similar Threads

  1. Vocal Remover Plugin?
    By SonyMusic18 in forum Production & Technical Aid
    Replies: 2
    Last Post: 10-05-2017, 06:03

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •