SpleeterGui icon indicating copy to clipboard operation
SpleeterGui copied to clipboard

Spleeter generates nothing

Open Swronski opened this issue 2 years ago • 2 comments

I had Spleeter working on a Win 7 laptop. On Win 10 PC it says it runs but no output is produced. I have reinstalled, uninstalled, updated the update item in the menu, rebooted etc. There is nothing to upload because no output is produced. I do have a Python directory as indicated in the RoamingData directory. Thanks.

Swronski avatar Jun 06 '22 04:06 Swronski

You can try deleting the pre-trained model folders so spleeter will fetch them again on next run. Go to C:\Users\<yourname>\AppData\Roaming\SpleeterGUI\pretrained_models Delete the folders 2stems, 4stems & 5stems

Run Spleeter and see if that works.

Otherwise, There are some commands to try and see what the problem might be.

Press WindowsKey+R, type cmd Move to the spleetergui folder (replace with your windows account name) cd C:\Users\<yourname>\AppData\Roaming\SpleeterGUI

Here are some commands to get you started. Separate an mp3 file python\python.exe -m spleeter separate -o c:\temp\output -p spleeter:4stems c:\temp\song.mp3

Uninstall spleeter python\python -m pip uninstall spleeter spleeter-gpu tensorflow

Install spleeter python\python.exe -m pip install spleeter

boy1dr avatar Jun 06 '22 04:06 boy1dr

Thanks. I can't figure this out and after a few hours then and now, I think I will just use the other machine. Really cool software, thanks again.

Swronski avatar Jun 10 '22 02:06 Swronski