product · inferred from evidence
better-chatterbox
A community-verified fork of chatterbox-tts that fixes CUDA-related issues by removing invalid tokens.
- CUDA error: device-side assert triggered when generating many audio files in a row
The device-side assert is not a VRAM problem: it comes from occasional invalid tokens in the generated sequence, and looping over many segments just gives it more chances to appear. The community-verified fix is the better-chatterbox fork o