Pj12 commited on
Commit
69ad1a1
·
verified ·
1 Parent(s): 1b0482d

Update Model.py

Browse files
Files changed (1) hide show
  1. Model.py +6 -0
Model.py CHANGED
@@ -539,4 +539,10 @@ models = {
539
  'https://huggingface.co/RareSirMix/AIModelRehosting/resolve/main/MelBandRoformer4StemFTLarge.yaml',
540
  'https://huggingface.co/SYH99999/MelBandRoformer4StemFTLarge/resolve/main/MelBandRoformer4StemFTLarge.ckpt',
541
  ],
 
 
 
 
 
 
542
  }
 
539
  'https://huggingface.co/RareSirMix/AIModelRehosting/resolve/main/MelBandRoformer4StemFTLarge.yaml',
540
  'https://huggingface.co/SYH99999/MelBandRoformer4StemFTLarge/resolve/main/MelBandRoformer4StemFTLarge.ckpt',
541
  ],
542
+ 'MSCNet Tran':
543
+ [
544
+ 'scnet',
545
+ 'https://github.com/ZFTurbo/Music-Source-Separation-Training/releases/download/v1.0.14/config_musdb18_scnet_tran.yaml',
546
+ 'https://github.com/ZFTurbo/Music-Source-Separation-Training/releases/download/v1.0.14/model_scnet_tran_sdr_8.9272.ckpt',
547
+ ],
548
  }