🎙️ Orpheus v1.1.0 — FastAPI TTS Server with Web UI & OpenAI-Compatible API
✨ What’s New
- 🧵 Long-form audio support with intelligent sentence batching + crossfade stitching
- 🔊 Improved audio quality via smarter token buffer alignment
- ⚙️ .env support for cleaner configuration (editable via the Web UI)
- 🖥️ Hardware auto-detection for GPU/CPU and adaptive optimisation
- 📊 Detailed performance reporting for audio generation
⚡ Quick Start
git clone https://github.com/Lex-au/Orpheus-FastAPI.git
cd Orpheus-FastAPI
# Create virtual environment
python -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
# Install PyTorch with CUDA support (adjust for your CUDA version)
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
# Install dependencies
pip install -r requirements.txt
# Start the server
python app.py