xtts-api-server
xtts-api-server copied to clipboard
A simple FastAPI Server to run XTTSv2
* Added route to upload sample into speakers folder, so you can upload new speakers using API * Added python-multipart to requirements ## Summary by CodeRabbit - **New Features** -...
> version: '3.4' > > services: > xttsapiserver: > image: xttsapiserver > env_file: .env > build: > context: .. > dockerfile: ./docker/Dockerfile > ports: > - "${HOST_PORT:-8020}:${CONTAINER_PORT:-8020}" > volumes: >...
I encountered multiple issues while installing the necessary packages and dependencies for my project. _The following problems were observed:_ **Missing `package.json`:** ``` npm WARN saveError ENOENT: no such file or...
Streaming does work with docker compose, but not with pipy install. Solution: Ignore the problem and add a warning to the readme. Full error: ``` 2024-09-29 09:59:19.193 | INFO |...
Method of Install: Docker Compose OS: Debian 12 Nvidia Driver Version: 560.35.03 CUDA Version: 12.6 Streaming works in Chromium, but not in Firefox (it goes silent) Solution: Ignore the problem...
I've got the XTTS server running and can see the voices and it works fine when using SillyTavern on my local computer, but when I move to my phone, I...
hey im trying to set up the deepspeed version of the server and have failed miserably do you have a specific python+torch+cuda version with a specific precompiled deepspeed wheel to...
`2024-09-09 18:52:54.294 | ERROR | xtts_api_server.server:tts_to_audio:317 - no wav files found in speakers/ INFO: 127.0.0.1:44580 - "POST /tts_to_audio/ HTTP/1.1" 500 Internal Server Error ` arch linux. I installed using pip,...
(venv) ➜ ~ python3 -m xtts_api_server /home/tchorniy/venv/lib/python3.10/site-packages/pydub/utils.py:170: RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg,...
Can I ignore these warnings? I can't find a deepspeed config anywhere and I'm not sure which script initialized deepspeed to make changes. 1. [2024-08-16 17:00:37,370] [WARNING] [config_utils.py:69:_process_deprecated_field] Config parameter...