Install F5-TTS on Windows with Conda

Опубликовано: 16 Июнь 2026
на канале: CVA4 AI
137
1

How to Install SWivid/F5-TTS on Windows with Conda

00:00 - Introduction
00:23 - Step 1. Install Miniconda
01:41 - Step 2. Create Conda Environment
02:34 - Step 3. Run the CLI Inference
03:13 - Step 3. Gradio app (web interface)

The commands used in the tutorial:

```bash
conda env create -f environment.yml
conda activate f5-tts

Run CLI Inference
f5-tts_infer-cli --model F5TTS_v1_Base --ref_audio "D:\f5-tts\ref_audio.wav" --ref_text "The piper was very glad to see the pig and said to Tom" --gen_text "Some text you want TTS model generate for you."

Launch a Gradio app (web interface)
f5-tts_infer-gradio
```
environment.yml
https://gist.github.com/cva4ai/a1d2c8...

GitHub: https://github.com/swivid/f5-tts
Hugging Face: https://hf.co/SWivid/F5-TTS
Paper: https://hf.co/papers/2410.06885
Demo: https://hf.co/spaces/mrfakename/E2-F5...
Tutorial: https://cva4.com/tuts/tts/f5-tts/
Audio samples: Coming soon

Environment:
conda 26.1.1
python 3.11.0
Qwen3-TTS-12Hz-1.7B-CustomVoice
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 software.
The audio in the video was created using text-to-speech (TTS) software.
The tutorial video has been fast-forward (Time-lapse/Skip) to moments when the installation process changes.

Thanks for watching!

© Copyright by CVA4 ☞ Please do not Reup
----
#f5-tts
#texttospeech
#aimodel