Quote Originally Posted by Anjok View Post
***GUI BETA UPDATE***

================================================== =========================

Bug Fixes -

~The application no longer cuts name off of some filenames after conversions.
~ Application now accepts all file types compatible with ffmpeg
~ (please install ffmpeg prior to running anything other than a wav file)

Changes -

~ The application will now read model parameters from filename (if present)
~ For example, a model with the filename "MGM-LOWEND_sr32000_hl512_w512_nf2048" will automatically fill the SR, HOP LENGTH, WINDOW SIZE, & N_FFT values
~ If the filename was "MGM-LOWEND", the SR, HOP LENGTH, WINDOW SIZE, & N_FFT values will auto-populate with the defaults.
~ The application reads these values from the following portion of the file "_sr32000_hl512_w512_nf2048"

~ A new option called "Model Test Mode" has been added.
~ This option is meant to make it easier for users to test the results of different models without having to manually create new folders and/or change the filenames.
~ When it's selected, the application will automatically generate a new folder with the name of the selected model in the "Save to" path you have chosen.
~ The completed files will have the selected model name appended to it and be saved to the auto-generated folder.

Here's a list of the models (PLEASE DO NOT CHANGE THE NAME OF THE FIRST 2 MODELS LISTED AS THE PARAMETERS ARE SPECIFIED IN THE FILENAMES!):

- MGM-LOWEND_sr32000_hl512_w512_nf2048.pth - This model is good at capturing vocals on the low end of the spectrogram.
- MGM-44100-512_sr44100_hl512_w512_nf2048.pth - This is a multi-genre model that was trained with a hop length size of 512. It's debatably the best model of this group.
- MGM-44100-1024.pth - This is a multi-genre model trained with basic parameters.

Link: http://www.mediafire.com/file/q5xefq...v1102.zip/file

================================================== =========================

Here's the beta release for the Ultimate Vocal Remover GUI v4 with 3 brand new models!

Install Instructions:

1. Install Python via the following link and make sure to check the box that says "Add Python 3.6 to PATH" - https://www.python.org/ftp/python/3.....6.8-amd64.exe
2. Open the cmd prompt and run the following -

pip install Pillow
pip install tqdm==4.30.0
pip install librosa==0.6.3
pip install opencv-python
pip install numba==0.48.0
pip install SoundFile
pip install soundstretch
pip install torch==1.6.0+cu101 torchvision==0.7.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html

3. Download Ultimate Vocal Remover GUI v4 Beta here - http://www.mediafire.com/file/nybrcj...-BETA.zip/file
4. Extract the V4GUI-BETA folder to your documents from the zip file
5. Now go into the V4GUI-BETA folder and double click the VocalRemover_v4.py to verify it works
6. Create and place a shortcut for the VocalRemover_v4.py file to your desktop for easy access

***TROUBLESHOOTING***

- If the VocalRemover_v4.py file won't open under any circumstances, please do the following

1. Open the cmd prompt from the V4GUI-BETA directory
2. Run the following - python VocalRemover_v4.py
3. Copy and paste the error in the cmd prompt to the technical channel for further assistance
To my ears the new models sound like they give the same results as the last ones. The 44100-1024 doesn't auto set to that in the SR and HOP. It sets to 33075-384 but you can change it manually still. The other 2 auto set as intended.