Rex Cheng commited on
Commit
78b4e6b
1 Parent(s): 636dd83

fix model lnks

Browse files
Files changed (1) hide show
  1. mmaudio/utils/download_utils.py +5 -6
mmaudio/utils/download_utils.py CHANGED
@@ -10,28 +10,27 @@ log = logging.getLogger()
10
  links = [
11
  {
12
  'name': 'mmaudio_small_16k.pth',
13
- 'url': 'https://databank.illinois.edu/datafiles/k6jve/download',
14
  'md5': 'af93cde404179f58e3919ac085b8033b',
15
  },
16
  {
17
  'name': 'mmaudio_small_44k.pth',
18
- 'url': 'https://databank.illinois.edu/datafiles/864ya/download',
19
  'md5': 'babd74c884783d13701ea2820a5f5b6d',
20
  },
21
  {
22
  'name': 'mmaudio_medium_44k.pth',
23
- 'url': 'https://databank.illinois.edu/datafiles/pa94t/download',
24
  'md5': '5a56b6665e45a1e65ada534defa903d0',
25
  },
26
  {
27
  'name': 'mmaudio_large_44k.pth',
28
- 'url': 'https://databank.illinois.edu/datafiles/4jx76/download',
29
  'md5': 'fed96c325a6785b85ce75ae1aafd2673'
30
  },
31
  {
32
  'name': 'mmaudio_large_44k_v2.pth',
33
- # 'url': 'https://huggingface.co/hkchengrex/MMAudio/resolve/main/weights/mmaudio_large_44k_v2.pth',
34
- 'url': 'https://databank.illinois.edu/datafiles/i1pd9/download',
35
  'md5': '01ad4464f049b2d7efdaa4c1a59b8dfe'
36
  },
37
  {
 
10
  links = [
11
  {
12
  'name': 'mmaudio_small_16k.pth',
13
+ 'url': 'https://huggingface.co/hkchengrex/MMAudio/resolve/main/weights/mmaudio_small_16k.pth',
14
  'md5': 'af93cde404179f58e3919ac085b8033b',
15
  },
16
  {
17
  'name': 'mmaudio_small_44k.pth',
18
+ 'url': 'https://huggingface.co/hkchengrex/MMAudio/resolve/main/weights/mmaudio_small_44k.pth',
19
  'md5': 'babd74c884783d13701ea2820a5f5b6d',
20
  },
21
  {
22
  'name': 'mmaudio_medium_44k.pth',
23
+ 'url': 'https://huggingface.co/hkchengrex/MMAudio/resolve/main/weights/mmaudio_medium_44k.pth',
24
  'md5': '5a56b6665e45a1e65ada534defa903d0',
25
  },
26
  {
27
  'name': 'mmaudio_large_44k.pth',
28
+ 'url': 'https://huggingface.co/hkchengrex/MMAudio/resolve/main/weights/mmaudio_large_44k.pth',
29
  'md5': 'fed96c325a6785b85ce75ae1aafd2673'
30
  },
31
  {
32
  'name': 'mmaudio_large_44k_v2.pth',
33
+ 'url': 'https://huggingface.co/hkchengrex/MMAudio/resolve/main/weights/mmaudio_large_44k_v2.pth',
 
34
  'md5': '01ad4464f049b2d7efdaa4c1a59b8dfe'
35
  },
36
  {