daswer123 / xtts-api-server

A simple FastAPI Server to run XTTSv2
MIT License
292 stars 67 forks source link

GET / HTTP/1.1 404 Not Found #48

Open underscoreYTREWQ opened 5 months ago

underscoreYTREWQ commented 5 months ago

Not sure what is going wrong. I followed the setup instructions in the ReadMe, but when I click the lcoalhost link, the error shows up in the command line.


INFO:     Waiting for application startup.
INFO:     Application startup complete.
INFO:     Uvicorn running on http://localhost:8020 (Press CTRL+C to quit)
INFO:     ::1:59218 - "GET / HTTP/1.1" 404 Not Found```
Treno00 commented 5 months ago

This is API version NOT a WebUI, I believe what you are looking for is this: https://github.com/daswer123/xtts-webui

API is to use external software to use it, like SillyTavern, Oobabooga or even Game Engines WebUI is the one that you use via web browser

Also if you want to use API anyway, have a look here: http://localhost:8020/docs (when server is running)