mirror of https://github.com/coqui-ai/TTS.git
new japanese model placeholder in `.models.json`
This commit is contained in:
parent
401fbd8978
commit
bd434636a9
|
@ -149,6 +149,17 @@
|
|||
"needs_phonemizer": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"jp":{
|
||||
"kokoro":{
|
||||
"tacotron2-DDC":{
|
||||
"github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/v0.0.15/tts_models--jp--kokoro--tacotron2-DDC.zip",
|
||||
"default_vocoder": "vocoder_models/universal/libri-tts/fullband-melgan",
|
||||
"author": "@kaiidams",
|
||||
"commit": "401fbd89",
|
||||
"needs_phonemizer": false
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"vocoder_models":{
|
||||
|
|
Loading…
Reference in New Issue