How to Install OmniVoice TTS on Windows with Conda
00:00 - Introduction
00:25 - Step 1. Install Miniconda
01:40 - Step 2. Create Conda Environment
02:52 - Step 3. Create a Python Script
04:52 - Launch the local web UI
The commands used in the tutorial:
```bash
conda env create -f environment.yml
conda activate omnivoice
python omnivoice_tts_test.py
```
environment.yml (for Windows with CUDA 12.6)
https://gist.github.com/cva4ai/d7f5a1...
omnivoice_tts_test.py
https://gist.github.com/cva4ai/ba9ac2...
GitHub: https://github.com/k2-fsa/OmniVoice
Hugging Face: https://hf.co/k2-fsa/OmniVoice
Paper: https://arxiv.org/abs/2604.00688
Demo: https://hf.co/spaces/k2-fsa/OmniVoice
Tutorial: https://cva4.com/tuts/tts/omnivoice/
Audio samples: Coming soon
Environment:
conda 26.1.1
python 3.10.0
CUDA Version: 12.6
NVIDIA-SMI Driver Version: 560.94
NVIDIA GeForce GTX 1060 3GB
Windows 11 Pro 25H2
Note:
The video's opening sequence was created by Seedance AI.
This video was screen recorded using OBS Studio 32.1.2.
The audio was generated using Text-to-Speech (TTS) software.
The tutorial has been fast-forwarded (time-lapse) to key moments of the installation process.
Thanks for watching!
© Copyright by CVA4 ☞ Please do not Reup
----
#omnivoice
#texttospeech
#aimodel