Skip to content

0.7.6

Compare
Choose a tag to compare
@daswer123 daswer123 released this 21 Dec 00:37
· 44 commits to main since this release

0.7.6

  1. A new endpoint has been added that allows you to get streaming audio.
  2. Streaming integration in SillyTavern SillyTavern/SillyTavern#1623.

Thanks to @Cohee1207 for all the changes in this update

0.7.5

  1. Simplified loading custom models, now you need to create a models folder in the root and put your model in this folder, in the models folder there should be 3 files model.pth, vocab.json, config.json

Specify with a flag the name of the folder with your model, for example -v warcraft3

  1. Removed an unnecessary warning

0.7.4

  1. Connect Pypi and github https://pypi.org/project/xtts-api-server/

0.7.3

  1. Added a --listen flag, this makes it easier to understand and use outside the local pc
  2. Now you don't have to use -t , the script will try to automatically detect your local ip address and use it for the preview

0.7.2

  1. Fixed the error that occurred if you specify the path to the speaker file

0.7.1

  1. Added check for old format of model records, e.g. 2.0.2, they will be automatically brought to the correct form, e.g. from 2.0.2 to v2.0.2

0.7.0

  1. You can load a custom model, for this you just need to create a folder in the models folder and put there 3 files vocab.json config.json model.pth after that you need to specify the name of this folder using the -v "Model Name" flag.
  2. You can specify the path to a text file as an input, to do this, pass the path to the file with the .txt ending to the text field
  3. Now you can cache the results so that you don't have to wait for a new generation when you make another request, use the new --use-cache flag to do this