--- language: en license: cc-by-4.0 library_name: coqui-tts tags: - tts - text-to-speech - vits - vctk pipeline_tag: text-to-speech --- # Coqui VCTK VITS (English) Multi-speaker English VITS model. Mirror of the Coqui TTS community model `tts_models/en/vctk/vits`, trained on the CSTR VCTK corpus (University of Edinburgh, CC BY 4.0). ## Files - `model.pth` — VITS weights - `config.json` — model config - `speaker_ids.json` — VCTK speaker ID mapping ## Usage Load with coqui-tts by passing `model_path=model.pth` and `config_path=config.json`.