mirror of https://github.com/coqui-ai/TTS.git
add newly released models under .model.json
This commit is contained in:
parent
7cada1a949
commit
1ad838bc83
|
@ -12,9 +12,9 @@
|
||||||
"ljspeech":{
|
"ljspeech":{
|
||||||
"tacotron2-DDC": {
|
"tacotron2-DDC": {
|
||||||
"description": "Tacotron2 with Double Decoder Consistency.",
|
"description": "Tacotron2 with Double Decoder Consistency.",
|
||||||
"github_rls_url": "",
|
"github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/untagged-f1622e6df45e9f07b766/tts_models--en--ljspeech--tacotron2-DDC.zip",
|
||||||
"default_vocoder": "vocoder_models/en/ljspeech/multiband-melgan",
|
"default_vocoder": "vocoder_models/en/ljspeech/hifigan_v2",
|
||||||
"commit": "",
|
"commit": "bae2ad0f",
|
||||||
"author": "Eren Gölge @erogol",
|
"author": "Eren Gölge @erogol",
|
||||||
"license": "",
|
"license": "",
|
||||||
"contact":"egolge@coqui.com"
|
"contact":"egolge@coqui.com"
|
||||||
|
@ -46,15 +46,6 @@
|
||||||
"author": "Eren Gölge @erogol",
|
"author": "Eren Gölge @erogol",
|
||||||
"license": "MPL",
|
"license": "MPL",
|
||||||
"contact":"egolge@coqui.com"
|
"contact":"egolge@coqui.com"
|
||||||
},
|
|
||||||
"align-tts":{
|
|
||||||
"description": "AlignTTS models as explain in https://arxiv.org/abs/2003.01950",
|
|
||||||
"github_rls_url": "",
|
|
||||||
"default_vocoder": "vocoder_models/en/ljspeech/multiband-melgan",
|
|
||||||
"commit": "",
|
|
||||||
"author": "Eren Gölge @erogol",
|
|
||||||
"license": "",
|
|
||||||
"contact":"egolge@coqui.com"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -140,14 +131,6 @@
|
||||||
"author": "Eren Gölge @erogol",
|
"author": "Eren Gölge @erogol",
|
||||||
"license": "MPL",
|
"license": "MPL",
|
||||||
"contact":"egolge@coqui.com"
|
"contact":"egolge@coqui.com"
|
||||||
},
|
|
||||||
"hifigan_v1":{
|
|
||||||
"description": "HiFiGAN_v1 universal vocoder from https://arxiv.org/abs/2010.05646.",
|
|
||||||
"github_rls_url": "",
|
|
||||||
"commit": "4132240",
|
|
||||||
"author": "@jik876",
|
|
||||||
"license": "MIT",
|
|
||||||
"contact":""
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -166,15 +149,14 @@
|
||||||
"author": "Eren Gölge @erogol",
|
"author": "Eren Gölge @erogol",
|
||||||
"license": "MPL",
|
"license": "MPL",
|
||||||
"contact":"egolge@coqui.com"
|
"contact":"egolge@coqui.com"
|
||||||
}
|
},
|
||||||
},
|
"hifigan_v2":{
|
||||||
"sam":{
|
"description": "HiFiGAN_v2 LJSpeech vocoder from https://arxiv.org/abs/2010.05646.",
|
||||||
"hifigan":{
|
"github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/untagged-fb45647fd183a241dda1/vocoder_model--en--ljspeech-hifigan_v2.zip",
|
||||||
"github_rls_url": "",
|
"commit": "bae2ad0f",
|
||||||
"commit": "",
|
"author": "@erogol",
|
||||||
"author": "Eren Gölge @erogol",
|
"license": "",
|
||||||
"license": "Apache 2.0",
|
"contact": "egolge@coqui.ai"
|
||||||
"contact":"egolge@coqui.com"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue