mirror of
https://github.com/Anjok07/ultimatevocalremovergui.git
synced 2025-02-13 09:22:32 +01:00
8 lines
164 B
Batchfile
8 lines
164 B
Batchfile
|
@echo off
|
||
|
|
||
|
set model=MGM-v5-Vocal_2Band-32000-BETA2
|
||
|
cd /d %~dp0
|
||
|
|
||
|
python inference.py -g 0 -m 2band_32000.json -w 352 -P models\%model%.pth -t -i %1
|
||
|
|
||
|
pause
|