daswer123 / xtts-api-server

A simple FastAPI Server to run XTTSv2
MIT License
372 stars 85 forks source link

Output folder #39

Closed Magicalore closed 9 months ago

Magicalore commented 9 months ago

Hi,

I'm trying to find the generated audio files from the Sillytavern conversation. I used the --output argument and input the output folder but no sound files are generated anywhere even if I input another folder. How could I find/create the folder where the wav audio files are generated? Thanks

daswer123 commented 9 months ago

Hi, Sillytavern uses an endpoint that does not save files, however you can use the --use-cache flag, it will save all generations

Magicalore commented 9 months ago

Nevermind, for some reason it works now thanks so much for your work! <3