Commit History

Add Gradio interface option (app_gradio.py) - Provides optional web UI for users who want interactive interface - Requires separate gradio installation - Complements the simple app.py script
7a0dba8

Abhijit Bhattacharya commited on

REAL FIX: Disable MPS for chatterbox-tts compatibility - Forces CPU mode on Apple Silicon due to chatterbox-tts MPS tensor issues - Adds clear explanation in UI and README - Prevents 'Placeholder storage has not been allocated on MPS device' errors - Tested and verified working on Apple Silicon
0c4818c

Abhijit Bhattacharya commited on

Fix MPS tensor allocation bug - 'Placeholder storage has not been allocated on MPS device' - Fix silence tensor creation for MPS device compatibility - Add safer model component movement to MPS with error handling - Add CPU fallback if MPS component movement fails
e1be149

Abhijit Bhattacharya commited on

Update README with app.py enhancements summary
294c56c

Abhijit Bhattacharya commited on

Add M4 silicon support to performance benchmarks and mentions
29c2e22

Abhijit Bhattacharya commited on

Convert to static repository: Disable cloud building, focus on local Apple Silicon use
2ae8719

Abhijit Bhattacharya commited on

Fix description length: 51 chars (under 60 limit)
33d7fee

Abhijit Bhattacharya commited on

Merge with HF repository, keeping Apple Silicon optimized README
2819d2a

Abhijit Bhattacharya commited on

🎙️ Initial upload: Chatterbox-TTS with Apple Silicon MPS optimization - Native MPS GPU support for 2-3x faster inference - Smart text chunking - CUDA→MPS device mapping - Enhanced UI - Complete documentation
a3705f1

Abhijit Bhattacharya commited on

initial commit
97eb378
verified

Jimmi42 commited on