Skip to content

Releases: bigsk1/voice-chat-ai

Checkpoints and XTTS-v2 models to add in project directory

18 Jun 01:31
Compare
Choose a tag to compare

Download both of these and add them to voice-chat-ai folder

voice-chat-ai/
β”œβ”€β”€ .gitignore
β”œβ”€β”€ .env
β”œβ”€β”€ README.md
β”œβ”€β”€ app.py
β”œβ”€β”€ requirements.txt
β”œβ”€β”€ cpu_requirements.txt
β”œβ”€β”€ checkpoints/
β”‚   β”œβ”€β”€ base_speakers
β”‚   β”œβ”€β”€ convertor
β”‚   
β”œβ”€β”€ XTTS-v2/
β”‚   β”œβ”€β”€ config.json
β”‚   β”œβ”€β”€ model.pth
β”‚   β”œβ”€β”€ ... (other XTTS model files)
β”œβ”€β”€ outputs/
β”‚   └── ... (generated audio files)