Darrell
Darrell
Just chiming in to say, would really like a docker image for this. Would it be possible to send the forwarder docker logs (e.g https://docs.datalust.co/docs/collecting-docker-container-logs) and have those forwarded? I...
I'm going to create a fork and investigate!
I have had a go at this in my fork. I managed to extend the Grammar, and Line Terminator tokens are now correctly detected. However, I am stuck on the...
Ahh nevermind - I have just made a break through on this. I can now see the way forward. Hopefully i should be able to submit a pull request to...
Have submitted PR for this.
This looks related: https://github.com/coqui-ai/TTS/issues/3264
Following steps solved it for me: 1. Delete contents of `%LOCALAPPDATA%\tts\tts_models--multilingual--multi-dataset--xtts_v2` 2. Open a command prompt in your text gen web Ui dir and run `cmd_windows.bat` which will put you...
Hmm I "solved" this by removing the `streaming_state` variable entirely from the script so it was several lines. I wonder if an upstream extension is able to remove it or...
I ended up architecting my app to address these points, and putting all the logic in a reusable library which I might open source in future. - A lock file...
Thanks for sharing @ApocDev I might use this as a temporary measure also to enable me to move on to other parts of the PoC. I'm curious, are you working...