Views
No views yet
$ docker run --gpus=all -e COQUI_TOS_AGREED=1 --rm -p 8000:80 ghcr.io/coqui-ai/xtts-streaming-server:latest-cuda121$ docker run --gpus=all -e COQUI_TOS_AGREED=1 --rm -p 8000:80 ghcr.io/coqui-ai/xtts-streaming-server:latest$ docker run -e COQUI_TOS_AGREED=1 --rm -p 8000:80 ghcr.io/coqui-ai/xtts-streaming-server:latest-cpu/path/to/model/folder contains the following files:config.jsonmodel.pthvocab.json$ docker run -v /path/to/model/folder:/app/tts_models --gpus=all -e COQUI_TOS_AGREED=1 --rm -p 8000:80 ghcr.io/coqui-ai/xtts-streaming-server:latest`COQUI_TOS_AGREED environment variable to 1 indicates you have read and agreed to
the terms of the CPML license. (Fine-tuned XTTS models also are under the CPML license)DOCKERFILE may be Dockerfile, Dockerfile.cpu, Dockerfile.cuda121, or your own custom Dockerfile.1$ git clone git@github.com:coqui-ai/xtts-streaming-server.git
2$ cd xtts-streaming-server/server
3$ docker build -t xtts-stream . -f DOCKERFILE
4$ docker run --gpus all -e COQUI_TOS_AGREED=1 --rm -p 8000:80 xtts-streamCOQUI_TOS_AGREED environment variable to 1 indicates you have read and agreed to
the terms of the CPML license. (Fine-tuned XTTS models also are under the CPML license)xtts-streaming-server if you haven't already$ git clone git@github.com:coqui-ai/xtts-streaming-server.git1$ cd xtts-streaming-server
2$ python -m pip install -r test/requirements.txt
3$ python demo.py1$ cd xtts-streaming-server/test
2$ python -m pip install -r requirements.txt
3$ python test_streaming.py