MarcosFRGames commited on
Commit
2c916b2
·
verified ·
1 Parent(s): 2469508

Update engines.json

Browse files
Files changed (1) hide show
  1. engines.json +21 -25
engines.json CHANGED
@@ -1,27 +1,23 @@
1
  [
2
- {
3
- "url": "https://huggingface.co/Novaciano/Qwen2.5-1.5B-NSFW_Amoral_Christmas-GGUF/resolve/main/Qwen2.5-1.5b-NSFW_Amoral_Christmas.gguf",
4
- "name": "qwen2.5-1.5b-nsfw-amoral-christmas",
5
- "n_batch": 64
6
- },
7
- {
8
- "url": "https://huggingface.co/Qwen/Qwen2.5-Coder-1.5B-Instruct-GGUF/resolve/main/qwen2.5-coder-1.5b-instruct-q4_k_m.gguf",
9
- "name": "qwen2.5-coder-1.5b-instruct",
10
- "n_batch": 64
11
- },
12
- {
13
- "url": "https://huggingface.co/Qwen/Qwen2.5-3B-Instruct-GGUF/resolve/main/qwen2.5-3b-instruct-q4_k_m.gguf",
14
- "name": "qwen2.5-3b-instruct",
15
- "n_batch": 32
16
- },
17
- {
18
- "url": "https://huggingface.co/itlwas/Hermes-3-Llama-3.2-3B-Q4_K_M-GGUF/resolve/main/hermes-3-llama-3.2-3b-q4_k_m.gguf",
19
- "name": "hermes-3-llama-3.2-3b",
20
- "n_batch": 32
21
- },
22
- {
23
- "url": "https://huggingface.co/Novaciano/Uncensored-1b-Creative_Writing_RP-GGUF/resolve/main/Uncensored-1b-Creative_Writing_RP.gguf",
24
- "name": "uncensored-1b-creative-writing-rp",
25
- "n_batch": 64
26
- }
27
  ]
 
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
  ]