Skip to content

Checkpoints and XTTS-v2 models to add in project directory

Latest
Compare
Choose a tag to compare
@bigsk1 bigsk1 released this 18 Jun 01:31
· 19 commits to main since this release

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)
β”œβ”€β”€ samantha/
β”‚   β”œβ”€β”€ samantha.txt
β”‚   β”œβ”€β”€ prompts.json
β”‚   └── samantha.wav
β”œβ”€β”€ wizard/
β”‚   β”œβ”€β”€ wizard.txt
β”‚   β”œβ”€β”€ prompts.json
β”‚   └── wizard.wav