Add Multilingual TTS Support with ChatterboxMultilingualTTS#80
Open
4-alok wants to merge 2 commits intodevnen:mainfrom
Open
Add Multilingual TTS Support with ChatterboxMultilingualTTS#804-alok wants to merge 2 commits intodevnen:mainfrom
4-alok wants to merge 2 commits intodevnen:mainfrom
Conversation
- Upgrade to ChatterboxMultilingualTTS from GitHub (supports 23 languages) - Add MPS device compatibility fixes for Apple Silicon Macs - Fix attention implementation issues with SDPA on MPS devices - Update config to enable multilingual support with English as default language - Enhance UI with model selection and language controls - Add graceful fallback for missing multilingual support - Update server API to handle language_id parameter - Fix torch.load map_location for non-CUDA devices - Add comprehensive documentation for multilingual setup Now working with multilingual model on Mac, supporting 23 languages including Hindi, Arabic, Chinese, French, German, etc. Default language set to English while maintaining full multilingual capabilities.
This was referenced Dec 15, 2025
|
perfect. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Multilingual TTS Support Enhancement
This PR adds comprehensive multilingual text-to-speech capabilities to the Chatterbox TTS Server, enabling support for 23 languages including Hindi, Arabic, Chinese, French, German, and more.
✨ Key Features Added
🔄 Multilingual Model Integration
ChatterboxMultilingualTTSfrom GitHub repository🍎 Apple Silicon Compatibility
torch.loadmap_location handling for non-CUDA devices🎛️ Enhanced User Interface
🔧 Technical Improvements
/tts,/v1/audio/speech) to handlelanguage_idparameter📚 Documentation & Setup
🔧 Configuration Changes
The PR introduces new configuration options: