v0.1.2
resemble-ai/chatterboxv0.1.2Jun 13, 2025by manmay-nakhashi
AI Summary
This release adds significant performance and usability improvements including CPU MPS support, SafeTensors model format migration, optional Classifier-Free Guidance, and Min_P sampler support. The release also includes bug fixes, updated example scripts with sample audio files, and documentation improvements.
Key Highlights
- Added CPU MPS (Metal Performance Shaders) support for Apple Silicon Macs
- Migrated models from PyTorch (.pt) to SafeTensors format for better performance and security
- Made Classifier-Free Guidance (CFG) optional, giving users more control over inference
- Added Min_P Sampler support with modified sampler settings
- Fixed CUDA error #72 and updated example scripts with sample wavs and watermarking info
Breaking Changes
- Model format changed from .pt to .safetensors - existing .pt models may need to be re-converted
New Features
- CPU MPS support for Apple Silicon Macs
- SafeTensors model format support
- Optional Classifier-Free Guidance (CFG)
- Min_P Sampler and configurable sampler settings
- Updated example scripts with sample audio files
- Watermarking information and documentation
- Clarified OS and Python version requirements
- Adjusted dependencies
Full Release Notes
## What's Changed * Example for use in mac M* by @serome111 in https://github.com/resemble-ai/chatterbox/pull/40 * Update Readme Acknowledgements by @fatchord in https://github.com/resemble-ai/chatterbox/pull/57 * Feature: Add cpu mps support by @benpbolton in https://github.com/resemble-ai/chatterbox/pull/35 * Add discord to Readme by @TediPapajorgji in https://github.com/resemble-ai/chatterbox/pull/75 * update models from pt to safetensors by @manmay-nakhashi in https://github.com/resemble-ai/chatterbox/pull/81 * Apply CFG optionally by @jin9581 in https://github.com/resemble-ai/chatterbox/pull/80 * Fix CUDA error #72 by @fakerybakery in https://github.com/resemble-ai/chatterbox/pull/114 * Feature: Update example scripts, add example wavs, add info on watermarking, safetensor in VC model by @piotrkawa in https://github.com/resemble-ai/chatterbox/pull/82 * Update discord join link by @TediPapajorgji in https://github.com/resemble-ai/chatterbox/pull/131 * Clarify OS & Py version; Adjust dependencies by @JeremyCCHsu in https://github.com/resemble-ai/chatterbox/pull/138 * Enable usage of Min_P Sampler, modify other sampler settings by @askmyteapot in https://github.com/resemble-ai/chatterbox/pull/155 ## New Contributors * @serome111 made their first contribution in https://github.com/resemble-ai/chatterbox/pull/40 * @benpbolton made their first contribution in https://github.com/resemble-ai/chatterbox/pull/35 * @TediPapajorgji made their first contribution in https://github.com/resemble-ai/chatterbox/pull/75 * @jin9581 made their first contribution in https://github.com/resemble-ai/chatterbox/pull/80 * @fakerybakery made their first contribution in https://github.com/resemble-ai/chatterbox/pull/114 * @piotrkawa made their first contribution in https://github.com/resemble-ai/chatterbox/pull/82 * @askmyteapot made their first contribution in https://github.com/resemble-ai/chatterbox/pull/155 **Full Changelog**: https://github.com/resemble-ai/chatterbox/commits/v0.1.2