65c2ea3d50
- install: clone app source, create venv, install deps + torch + models - start: daemon uvicorn on 127.0.0.1 with auto-captured URL - reset: remove venv/cache/models but keep source - update: pull both launcher and app, then re-install - sanitized: no local env details, no TODO/DONE - icon.png included
9 lines
317 B
JSON
9 lines
317 B
JSON
{
|
|
"name": "multi-tts-server-launcher",
|
|
"version": "1.0.0",
|
|
"description": "Pinokio one-click launcher for Multi-TTS-Server (XTTS + F5-TTS + OpenAI-compatible API + MultiTTS Android export)",
|
|
"repository": "https://gitea.amakusa.ru/hermes/multi-tts-server-launcher",
|
|
"icon": "icon.png",
|
|
"license": "MIT"
|
|
}
|