File size: 446 Bytes
b6a8c95
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Download [CPU](https://huggingface.co/SWivid/F5-TTS/tree/main/F5TTS_Base) or [GPU](https://huggingface.co/SWivid/E2-TTS/tree/main/E2TTS_Base) and place under model/
```
model/
    F5-TTS-ONNX/
        F5_Preprocess.ort
    	F5_Transformer.ort
    	F5_Decode.ort
```
Inference with gpu option
```
model/
    F5-TTS-ONNX/
        F5_Preprocess.onnx
    	F5_Transformer.onnx
    	F5_Decode.onnx
```
ONNX Github: https://github.com/DakeQQ/F5-TTS-ONNX