MarcosFRGames commited on
Commit
da5bb45
·
verified ·
1 Parent(s): 13c6a1a

Update engines.json

Browse files
Files changed (1) hide show
  1. engines.json +22 -21
engines.json CHANGED
@@ -1,23 +1,24 @@
1
  [
2
- {
3
- "id": "tts-1",
4
- "name": "facebook/mms-tts-spa",
5
- "language": "es",
6
- "type": "transformers",
7
- "description": "Meta Massively Multilingual Speech - Español"
8
- },
9
- {
10
- "id": "tts-2",
11
- "name": "microsoft/speecht5_tts",
12
- "vocoder": "microsoft/speecht5_hifigan",
13
- "type": "transformers",
14
- "description": "SpeechT5 con HiFi-GAN"
15
- },
16
- {
17
- "id": "tts-3",
18
- "name": "coqui/XTTS-v2",
19
- "language": "es",
20
- "type": "tts",
21
- "description": "XTTS v2 - Voz expresiva multilingüe"
22
- }
 
23
  ]
 
1
  [
2
+ {
3
+ "id": "xtts-v2",
4
+ "name": "XTTS-v2 Español",
5
+ "url": "https://huggingface.co/coqui/XTTS-v2/resolve/main/model.pth",
6
+ "type": "coqui",
7
+ "description": "XTTS v2 - Voz expresiva multilingüe"
8
+ },
9
+ {
10
+ "id": "speecht5-es",
11
+ "name": "SpeechT5 Español",
12
+ "url": "https://huggingface.co/microsoft/speecht5_tts/resolve/main/pytorch_model.bin",
13
+ "vocoder_url": "https://huggingface.co/microsoft/speecht5_hifigan/resolve/main/pytorch_model.bin",
14
+ "type": "speecht5",
15
+ "description": "SpeechT5 con HiFi-GAN para español"
16
+ },
17
+ {
18
+ "id": "mms-tts-spa",
19
+ "name": "MMS TTS Español",
20
+ "url": "https://huggingface.co/facebook/mms-tts-spa/resolve/main/pytorch_model.bin",
21
+ "type": "transformers",
22
+ "description": "Meta Massively Multilingual Speech - Español"
23
+ }
24
  ]