mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-12 17:36:22 +01:00
16 lines
288 B
JSON
16 lines
288 B
JSON
{
|
|
"display_name": "TTS",
|
|
"loading_order": 10,
|
|
"requires": [],
|
|
"optional": [
|
|
"silero-tts",
|
|
"edge-tts",
|
|
"coqui-tts"
|
|
],
|
|
"js": "index.js",
|
|
"css": "style.css",
|
|
"author": "Ouoertheo#7264",
|
|
"version": "1.0.0",
|
|
"homePage": "None"
|
|
}
|