BTT to AI
AI-Generative Server
make venv
make install
# Load ./venv/bin/activate
make run
Text to Speech
curl -X POST http://localhost:8080?lang=en
-H "Content-Type: application/json"
-d '{"category":"speech","text":"Content"}'
Text to Image
curl -X POST http://localhost:8080
-H "Content-Type: application/json"
-d '{"category":"image","height":1920,"width":1080,"text":"Content"}'