Page 12 of 60 FirstFirst ... 2101112131422 ... LastLast
Results 111 to 120 of 594
  1. 04-06-2020  #111

    Superstar DJ

    Credits
    248
    Join Date
    Mar 2017
    Location
    USA
    Posts
    610
    Thanks Thanks Given 
    422
    Thanks Thanks Received 
    145
    Thanked in
    42 Posts
    ***UPDATE***

    Unfortunately, there is a minor bug in the GUI that needs to be addressed. You can still run conversions and they will sound very good, but the vocal removal on certain portions of some tracks won't be as accurate as the command line version. This is because I'm having trouble getting the GUI to read the SR, HOP LENGTH, and WINDOW SIZE parameters correctly or it's conflicting with the model somehow during the conversion process on the backend. You can still use the model that comes with this application to do conversions on the command line version and it will function at full capacity. However, it won't function at full capacity on the GUI.

    I'll have an update soon. I just have to figure out what's wrong..
    Last edited by Anjok; 04-06-2020 at 08:42.

  2. 04-06-2020  #112

    Platinum Legend

    Credits
    2800
    Join Date
    Jun 2015
    Location
    Los Angeles
    Posts
    7,659
    Thanks Thanks Given 
    3,229
    Thanks Thanks Received 
    4,830
    Thanked in
    874 Posts
    Ok got it installed with no issues and my first conversion will be done in 55 minutes, will post the results here when done. Thanks for all the work you have invested in this!

  3. 04-06-2020  #113

    Platinum Legend

    Credits
    2800
    Join Date
    Jun 2015
    Location
    Los Angeles
    Posts
    7,659
    Thanks Thanks Given 
    3,229
    Thanks Thanks Received 
    4,830
    Thanked in
    874 Posts
    Quote Originally Posted by Anjok View Post
    ***UPDATE***

    Unfortunately, there is a bug in the GUI that needs to be addressed. You can still run conversions, but the quality won't be as high as the command line version. This is because I'm having trouble getting the GUI to read the SR, HOP LENGTH, and WINDOW SIZE parameters correctly on the backend. You can still use the model that comes with this application to do conversions on the command line version and it will function at full capacity. However, it won't function at full capacity on the GUI.

    I'll have an update soon. I just have to figure out what's wrong..
    For having a bug it sure did work good, cant wait for the update minus the bug. Again thanks a million for this!!

    Phil Collins -Sussudio (Instrumental)
    https://www.mediafire.com/file/nmrrh..._%28Inst%29.7z

  4. 04-06-2020  #114

    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 chilinvilin View Post
    For having a bug it sure did work good, cant wait for the update minus the bug. Again thanks a million for this!!

    Phil Collins -Sussudio (Instrumental)
    https://www.mediafire.com/file/nmrrh..._%28Inst%29.7z
    I'm glad you like it! I've found that the bug doesn't affect all tracks. If you happen to come across a conversion that has too much bleed through, please run it through the command line version and it will likely be better (just make sure you use the multi-genre model the GUI came with because that's literally the BEST one!). I'm hoping to have this fixed very soon!

  5. 04-06-2020  #115

    Superstar DJ

    Credits
    248
    Join Date
    Mar 2017
    Location
    USA
    Posts
    610
    Thanks Thanks Given 
    422
    Thanks Thanks Received 
    145
    Thanked in
    42 Posts
    ***UPDATE***

    THE BUG HAS BEEN FIXED! If you've already downloaded this GUI, please use this one instead! Your conversions will be MUCH better! I also updated the link in the main thread.

    The issue was I had the "postprocessing" option enabled by default when it's supposed to be disabled by default. It's a dev option that's only used in experimental circumstances.

  6. 04-06-2020  #116

    Platinum Legend

    Credits
    2800
    Join Date
    Jun 2015
    Location
    Los Angeles
    Posts
    7,659
    Thanks Thanks Given 
    3,229
    Thanks Thanks Received 
    4,830
    Thanked in
    874 Posts
    Hot damn that was quick!

  7. 04-06-2020  #117

    Runner

    Credits
    0
    Join Date
    Aug 2010
    Posts
    33
    Thanks Thanks Given 
    3
    Thanks Thanks Received 
    3
    Thanked in
    3 Posts
    Quote Originally Posted by Anjok View Post
    Hmmm, I ran through my instructions on my other PC and I'm not having any issues with it on my end. There might be something else on your PC preventing it from working. I would recommend you uninstall everything and start from scratch. If you get the same issue, record your screen as the cmd opens and closes. From there, pause the recording on the cmd prompt and take a screenshot of the error so I can see exactly why it's failing.
    The fault I get is
    Traceback (most recent call last):
    File "C:\Users\rkean\Documents\VocalRemoverGUI\VocalRemo ver.py", line 22, in import torch
    File "C:\Users|rkean\AppData\Local\Programs\Python\Pytho n37\lib\site-packages\torch\_init_.py", line 81, in ctypes.CDLL(dll)
    File "C:\Users|rkean\AppData\Local\Programs\Python\Pytho n37\lib\site-packages\torch\_init_.py", line 364, in _init_ self. handle = dlopen(self._name, mode)
    DSError: [WinError 126] The specified module could not be found

  8. 04-06-2020  #118

    Platinum Legend

    Credits
    2800
    Join Date
    Jun 2015
    Location
    Los Angeles
    Posts
    7,659
    Thanks Thanks Given 
    3,229
    Thanks Thanks Received 
    4,830
    Thanked in
    874 Posts
    Quote Originally Posted by rkeane View Post
    The fault I get is
    Traceback (most recent call last):
    File "C:\Users\rkean\Documents\VocalRemoverGUI\VocalRemo ver.py", line 22, in import torch
    File "C:\Users|rkean\AppData\Local\Programs\Python\Pytho n37\lib\site-packages\torch\_init_.py", line 81, in ctypes.CDLL(dll)
    File "C:\Users|rkean\AppData\Local\Programs\Python\Pytho n37\lib\site-packages\torch\_init_.py", line 364, in _init_ self. handle = dlopen(self._name, mode)
    DSError: [WinError 126] The specified module could not be found
    Just curious if you had python installed before did you uninstall the version and reinstall and make sure the "install to path" was checked?

  9. 04-06-2020  #119

    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
    The fault I get is
    Traceback (most recent call last):
    File "C:\Users\rkean\Documents\VocalRemoverGUI\VocalRemo ver.py", line 22, in import torch
    File "C:\Users|rkean\AppData\Local\Programs\Python\Pytho n37\lib\site-packages\torch\_init_.py", line 81, in ctypes.CDLL(dll)
    File "C:\Users|rkean\AppData\Local\Programs\Python\Pytho n37\lib\site-packages\torch\_init_.py", line 364, in _init_ self. handle = dlopen(self._name, mode)
    DSError: [WinError 126] The specified module could not be found
    Your system isn't detecting PyTorch. Do you have a stand-alone GPU, or is it intel graphics?

    Quote Originally Posted by chilinvilin View Post
    Just curious if you had python installed before did you uninstall the version and reinstall and make sure the "install to path" was checked?
    This is also a good question^^^
    Last edited by Anjok; 04-06-2020 at 10:43.

  10. 04-06-2020  #120

    Runner

    Credits
    0
    Join Date
    Aug 2010
    Posts
    33
    Thanks Thanks Given 
    3
    Thanks Thanks Received 
    3
    Thanked in
    3 Posts
    Quote Originally Posted by Anjok View Post
    Your system isn't detecting PyTorch. Do you have a stand-alone GPU, or is it intel graphics?



    This is also a good question^^^
    sorry mate intel graphics
    i also uninstalled python tried installing to path and unchecked but added the script to system variables and everything still installed
    i have done a different url for torch.... pip install torch==1.5.0+cpu torchvision==0.6.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
    the only other thing that comes up is to update pip from 19.?? to 20.?? done that as well.....as i said a few days ago i had to reformat laptop and since then none of the vocal removers have worked...........i installed the GUI into my sons set up and it doesnt boot..........tried to do the cuda driver mentioned but it didnt install dunno if his drivers are more up to date than what i tried to put in


    Microsoft Windows [Version 10.0.18363.836]
    (c) 2019 Microsoft Corporation. All rights reserved.

    C:\Users\rkean>pip install torch==1.5.0+cu101 torchvision==0.6.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html
    Looking in links: https://download.pytorch.org/whl/torch_stable.html
    Collecting torch==1.5.0+cu101
    Downloading https://download.pytorch.org/whl/cu1...-win_amd64.whl (858.0MB)
    |████████████████████████████████| 858.0MB 2.6kB/s
    Collecting torchvision==0.6.0+cu101
    Downloading https://download.pytorch.org/whl/cu1...-win_amd64.whl (1.2MB)
    |████████████████████████████████| 1.2MB 595kB/s
    Collecting numpy (from torch==1.5.0+cu101)
    Downloading https://files.pythonhosted.org/packa...-win_amd64.whl (12.7MB)
    |████████████████████████████████| 12.7MB 3.3MB/s
    Collecting future (from torch==1.5.0+cu101)
    Downloading https://files.pythonhosted.org/packa...-0.18.2.tar.gz (829kB)
    |████████████████████████████████| 829kB 1.3MB/s
    Collecting pillow>=4.1.1 (from torchvision==0.6.0+cu101)
    Downloading https://files.pythonhosted.org/packa...-win_amd64.whl (2.0MB)
    |████████████████████████████████| 2.0MB 3.3MB/s
    Installing collected packages: numpy, future, torch, pillow, torchvision
    Running setup.py install for future ... done
    Successfully installed future-0.18.2 numpy-1.18.5 pillow-7.1.2 torch-1.5.0+cu101 torchvision-0.6.0+cu101
    WARNING: You are using pip version 19.2.3, however version 20.1.1 is available.
    You should consider upgrading via the 'python -m pip install --upgrade pip' command.

    C:\Users\rkean>pip install Pillow
    Requirement already satisfied: Pillow in c:\users\rkean\appdata\local\programs\python\pytho n37\lib\site-packages (7.1.2)
    WARNING: You are using pip version 19.2.3, however version 20.1.1 is available.
    You should consider upgrading via the 'python -m pip install --upgrade pip' command.

    C:\Users\rkean>pip install tqdm==4.30.0
    Collecting tqdm==4.30.0
    Downloading https://files.pythonhosted.org/packa...3-none-any.whl (47kB)
    |████████████████████████████████| 51kB 812kB/s
    Installing collected packages: tqdm
    Successfully installed tqdm-4.30.0
    WARNING: You are using pip version 19.2.3, however version 20.1.1 is available.
    You should consider upgrading via the 'python -m pip install --upgrade pip' command.

    C:\Users\rkean>pip install librosa==0.6.3
    Collecting librosa==0.6.3
    Downloading https://files.pythonhosted.org/packa...a-0.6.3.tar.gz (1.6MB)
    |████████████████████████████████| 1.6MB 1.3MB/s
    Collecting audioread>=2.0.0 (from librosa==0.6.3)
    Downloading https://files.pythonhosted.org/packa...d-2.1.8.tar.gz
    Requirement already satisfied: numpy>=1.8.0 in c:\users\rkean\appdata\local\programs\python\pytho n37\lib\site-packages (from librosa==0.6.3) (1.18.5)
    Collecting scipy>=1.0.0 (from librosa==0.6.3)
    Downloading https://files.pythonhosted.org/packa...-win_amd64.whl (30.9MB)
    |████████████████████████████████| 30.9MB 117kB/s
    Collecting scikit-learn!=0.19.0,>=0.14.0 (from librosa==0.6.3)
    Downloading https://files.pythonhosted.org/packa...-win_amd64.whl (6.8MB)
    |████████████████████████████████| 6.8MB 3.3MB/s
    Collecting joblib>=0.12 (from librosa==0.6.3)
    Downloading https://files.pythonhosted.org/packa...3-none-any.whl (298kB)
    |████████████████████████████████| 307kB 3.2MB/s
    Collecting decorator>=3.0.0 (from librosa==0.6.3)
    Downloading https://files.pythonhosted.org/packa...3-none-any.whl
    Collecting six>=1.3 (from librosa==0.6.3)
    Downloading https://files.pythonhosted.org/packa...3-none-any.whl
    Collecting resampy>=0.2.0 (from librosa==0.6.3)
    Downloading https://files.pythonhosted.org/packa...y-0.2.2.tar.gz (323kB)
    |████████████████████████████████| 327kB 6.4MB/s
    Collecting numba>=0.38.0 (from librosa==0.6.3)
    Downloading https://files.pythonhosted.org/packa...-win_amd64.whl (2.2MB)
    |████████████████████████████████| 2.2MB 3.3MB/s
    Collecting threadpoolctl>=2.0.0 (from scikit-learn!=0.19.0,>=0.14.0->librosa==0.6.3)
    Downloading https://files.pythonhosted.org/packa...3-none-any.whl
    Collecting llvmlite<=0.33.0.dev0,>=0.31.0.dev0 (from numba>=0.38.0->librosa==0.6.3)
    Downloading https://files.pythonhosted.org/packa...-win_amd64.whl (13.6MB)
    |████████████████████████████████| 13.6MB 3.2MB/s
    Requirement already satisfied: setuptools in c:\users\rkean\appdata\local\programs\python\pytho n37\lib\site-packages (from numba>=0.38.0->librosa==0.6.3) (41.2.0)
    Installing collected packages: audioread, scipy, threadpoolctl, joblib, scikit-learn, decorator, six, llvmlite, numba, resampy, librosa
    Running setup.py install for audioread ... done
    Running setup.py install for resampy ... done
    Running setup.py install for librosa ... done
    Successfully installed audioread-2.1.8 decorator-4.4.2 joblib-0.15.1 librosa-0.6.3 llvmlite-0.32.1 numba-0.49.1 resampy-0.2.2 scikit-learn-0.23.1 scipy-1.4.1 six-1.15.0 threadpoolctl-2.1.0
    WARNING: You are using pip version 19.2.3, however version 20.1.1 is available.
    You should consider upgrading via the 'python -m pip install --upgrade pip' command.

    C:\Users\rkean>pip install opencv-python
    Collecting opencv-python
    Downloading https://files.pythonhosted.org/packa...-win_amd64.whl (33.0MB)
    |████████████████████████████████| 33.1MB 3.3MB/s
    Requirement already satisfied: numpy>=1.14.5 in c:\users\rkean\appdata\local\programs\python\pytho n37\lib\site-packages (from opencv-python) (1.18.5)
    Installing collected packages: opencv-python
    Successfully installed opencv-python-4.2.0.34
    WARNING: You are using pip version 19.2.3, however version 20.1.1 is available.
    You should consider upgrading via the 'python -m pip install --upgrade pip' command.

    C:\Users\rkean>pip install numba==0.48.0
    Collecting numba==0.48.0
    Downloading https://files.pythonhosted.org/packa...-win_amd64.whl (2.1MB)
    |████████████████████████████████| 2.1MB 1.3MB/s
    Collecting llvmlite<0.32.0,>=0.31.0dev0 (from numba==0.48.0)
    Downloading https://files.pythonhosted.org/packa...-win_amd64.whl (13.6MB)
    |████████████████████████████████| 13.6MB 3.3MB/s
    Requirement already satisfied: setuptools in c:\users\rkean\appdata\local\programs\python\pytho n37\lib\site-packages (from numba==0.48.0) (41.2.0)
    Requirement already satisfied: numpy>=1.15 in c:\users\rkean\appdata\local\programs\python\pytho n37\lib\site-packages (from numba==0.48.0) (1.18.5)
    Installing collected packages: llvmlite, numba
    Found existing installation: llvmlite 0.32.1
    Uninstalling llvmlite-0.32.1:
    Successfully uninstalled llvmlite-0.32.1
    Found existing installation: numba 0.49.1
    Uninstalling numba-0.49.1:
    Successfully uninstalled numba-0.49.1
    Successfully installed llvmlite-0.31.0 numba-0.48.0
    WARNING: You are using pip version 19.2.3, however version 20.1.1 is available.
    You should consider upgrading via the 'python -m pip install --upgrade pip' command.

    C:\Users\rkean>pip install soundstretch
    Collecting soundstretch
    Downloading https://files.pythonhosted.org/packa...tch-1.2.tar.gz
    Requirement already satisfied: numpy in c:\users\rkean\appdata\local\programs\python\pytho n37\lib\site-packages (from soundstretch) (1.18.5)
    Requirement already satisfied: scipy in c:\users\rkean\appdata\local\programs\python\pytho n37\lib\site-packages (from soundstretch) (1.4.1)
    Installing collected packages: soundstretch
    Running setup.py install for soundstretch ... done
    Successfully installed soundstretch-1.2
    WARNING: You are using pip version 19.2.3, however version 20.1.1 is available.
    You should consider upgrading via the 'python -m pip install --upgrade pip' command.
    Last edited by rkeane; 04-06-2020 at 11:13. Reason: adding

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
  •