Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ This is a streamlined interface version of [WavTokenizer-large-speech-75token](h
|
|
6 |
|
7 |
- Reduced model size from 1.75GB to ~330MB by keeping only necessary components for inference
|
8 |
- Split interface (82MB encoder, 248MB decoder)
|
9 |
-
- Simplified integration with just [one .py](https://github.com/edwko/OuteTTS) file
|
10 |
|
11 |
The model is split into:
|
12 |
- `encoder/`: Handles audio encoding
|
|
|
6 |
|
7 |
- Reduced model size from 1.75GB to ~330MB by keeping only necessary components for inference
|
8 |
- Split interface (82MB encoder, 248MB decoder)
|
9 |
+
- Simplified integration with just [one .py](https://github.com/edwko/OuteTTS/blob/main/outetts/wav_tokenizer/model.py) file
|
10 |
|
11 |
The model is split into:
|
12 |
- `encoder/`: Handles audio encoding
|