Generating lots of TTS segments in a loop, e.g. chapters of a book, intermittently crashed with CUDA error: device-side assert triggered on around 10% of prompts. A community member diagnosed it: each generation has a small chance of producing invalid tokens, and many generations in a row make the crash likely. Their fork, better-chatterbox on the fix-cuda-issue branch, strips the invalid tokens, and multiple users confirmed it fixed the crashes, with one reporting a full day of book generation without a single failure.