edwko commited on
Commit
c4d46a4
·
verified ·
1 Parent(s): b7d9437

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -6,7 +6,6 @@ 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/blob/main/outetts/wav_tokenizer/model.py) 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
 
10
  The model is split into:
11
  - `encoder/`: Handles audio encoding