VLLM Port of the Chatterbox TTS model

3 Open Issues Need Help Last updated: Sep 13, 2025

Open Issues Need Help

View All on GitHub
enhancement help wanted

VLLM Port of the Chatterbox TTS model

Python

AI Summary: Replace the current Hugging Face-based model downloading and loading mechanism with a more robust and production-ready solution for downloading, storing, and loading the model weights in the Chatterbox TTS vLLM port. This involves implementing a more traditional model management system, potentially including features like caching and version control.

Complexity: 4/5
enhancement good first issue

VLLM Port of the Chatterbox TTS model

Python

AI Summary: The task requires implementing learned speech positional embeddings in a vLLM port of the Chatterbox TTS model. This involves finding a method to obtain the position offset from the start of the first decoded token within the vLLM framework, addressing current instabilities at the end of generated audio snippets.

Complexity: 4/5
bug help wanted

VLLM Port of the Chatterbox TTS model

Python