SillyTavern/public/scripts/extensions/tts/manifest.json

16 lines
288 B
JSON
Raw Normal View History

2023-07-20 19:32:15 +02:00
{
"display_name": "TTS",
"loading_order": 10,
"requires": [],
"optional": [
"silero-tts",
"edge-tts",
"coqui-tts"
2023-07-20 19:32:15 +02:00
],
"js": "index.js",
"css": "style.css",
"author": "Ouoertheo#7264",
"version": "1.0.0",
"homePage": "None"
}