Abhijit Bhattacharya
🎙️ 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
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| env/ | |
| venv/ | |
| .venv/ | |
| pip-log.txt | |
| pip-delete-this-directory.txt | |
| .python-version | |
| # Virtual environments | |
| venv/ | |
| ENV/ | |
| env/ | |
| .venv/ | |
| # PyTorch | |
| *.pt | |
| *.pth | |
| *.ckpt | |
| # Gradio | |
| gradio_cached_examples/ | |
| flagged/ | |
| # Audio outputs | |
| outputs/ | |
| *.wav | |
| *.mp3 | |
| *.flac | |
| *.ogg | |
| # Models cache | |
| models/ | |
| .cache/ | |
| huggingface_hub/ | |
| # Logs | |
| *.log | |
| logs/ | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| # OS | |
| .DS_Store | |
| .DS_Store? | |
| ._* | |
| .Spotlight-V100 | |
| .Trashes | |
| ehthumbs.db | |
| Thumbs.db | |
| # Jupyter | |
| .ipynb_checkpoints | |
| *.ipynb | |
| # Temporary files | |
| tmp/ | |
| temp/ | |
| *.tmp | |
| # Environment variables | |
| .env | |
| .env.local | |
| # Build | |
| build/ | |
| dist/ | |
| *.egg-info/ | |