mirror of
https://github.com/Anjok07/ultimatevocalremovergui.git
synced 2025-02-17 19:19:15 +01:00
Delete windows-batch-files directory
This commit is contained in:
parent
3864f2ef71
commit
35d23656f0
@ -1,8 +0,0 @@
|
|||||||
@echo off
|
|
||||||
|
|
||||||
set model=MGM-v5-2Band-32000-BETA1
|
|
||||||
cd /d %~dp0
|
|
||||||
|
|
||||||
python inference.py -g 0 -m 2band_32000.json -w 352 -P models\%model%.pth -t -i %1
|
|
||||||
|
|
||||||
pause
|
|
@ -1,8 +0,0 @@
|
|||||||
@echo off
|
|
||||||
|
|
||||||
set model=MGM-v5-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
|
|
@ -1,8 +0,0 @@
|
|||||||
@echo off
|
|
||||||
|
|
||||||
set model=MGM-v5-3Band-44100-BETA
|
|
||||||
cd /d %~dp0
|
|
||||||
|
|
||||||
python inference.py -g 0 -m 3band_44100.json -w 352 -P models\%model%.pth -t -i %1
|
|
||||||
|
|
||||||
pause
|
|
@ -1,8 +0,0 @@
|
|||||||
@echo off
|
|
||||||
|
|
||||||
set model=MGM-v5-4Band-44100-BETA1
|
|
||||||
cd /d %~dp0
|
|
||||||
|
|
||||||
python inference.py -g 0 -m 4band_44100.json -w 352 -P models\%model%.pth -t -i %1
|
|
||||||
|
|
||||||
pause
|
|
@ -1,8 +0,0 @@
|
|||||||
@echo off
|
|
||||||
|
|
||||||
set model=MGM-v5-4Band-44100-BETA2
|
|
||||||
cd /d %~dp0
|
|
||||||
|
|
||||||
python inference.py -g 0 -m 4band_44100.json -w 352 -P models\%model%.pth -t -i %1
|
|
||||||
|
|
||||||
pause
|
|
@ -1,8 +0,0 @@
|
|||||||
@echo off
|
|
||||||
|
|
||||||
set model=MGM-v5-KAROKEE-32000-BETA1
|
|
||||||
cd /d %~dp0
|
|
||||||
|
|
||||||
python inference.py -g 0 -m 2band_32000.json -w 352 -P models\%model%.pth -t -i %1
|
|
||||||
|
|
||||||
pause
|
|
@ -1,8 +0,0 @@
|
|||||||
@echo off
|
|
||||||
|
|
||||||
set model=MGM-v5-KAROKEE-32000-BETA2-AGR
|
|
||||||
cd /d %~dp0
|
|
||||||
|
|
||||||
python inference.py -g 0 -m 2band_32000.json -w 352 -P models\%model%.pth -t -i %1
|
|
||||||
|
|
||||||
pause
|
|
@ -1,8 +0,0 @@
|
|||||||
@echo off
|
|
||||||
|
|
||||||
set model=MGM-v5-MIDSIDE-44100-BETA1
|
|
||||||
cd /d %~dp0
|
|
||||||
|
|
||||||
python inference.py -g 0 -m 3band_44100_mid.json -w 352 -P models\%model%.pth -t -i %1
|
|
||||||
|
|
||||||
pause
|
|
@ -1,8 +0,0 @@
|
|||||||
@echo off
|
|
||||||
|
|
||||||
set model=MGM-v5-MIDSIDE-44100-BETA2
|
|
||||||
cd /d %~dp0
|
|
||||||
|
|
||||||
python inference.py -g 0 -m 3band_44100_mid.json -w 352 -P models\%model%.pth -t -i %1
|
|
||||||
|
|
||||||
pause
|
|
@ -1,8 +0,0 @@
|
|||||||
@echo off
|
|
||||||
|
|
||||||
set model=MGM-v5-Vocal_2Band-32000-BETA1
|
|
||||||
cd /d %~dp0
|
|
||||||
|
|
||||||
python inference.py -g 0 -m 2band_32000.json -w 352 -P models\%model%.pth -t -i %1
|
|
||||||
|
|
||||||
pause
|
|
@ -1,8 +0,0 @@
|
|||||||
@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
|
|
Loading…
x
Reference in New Issue
Block a user