mirror of
https://github.com/SWivid/F5-TTS.git
synced 2025-12-12 15:50:07 -08:00
update read me for new arg
This commit is contained in:
@@ -86,6 +86,9 @@ Currently support 30s for a single generation, which is the **TOTAL** length of
|
||||
|
||||
Either you can specify everything in `inference-cli.toml` or override with flags. Leave `--ref_text ""` will have ASR model transcribe the reference audio automatically (use extra GPU memory). If encounter network error, consider use local ckpt, just set `ckpt_path` in `inference-cli.py`
|
||||
|
||||
for change model use --ckpt_file to specify the model you want to load,
|
||||
for change vocab.txt use --vocab_file to provide your vocab.txt file.
|
||||
|
||||
```bash
|
||||
python inference-cli.py \
|
||||
--model "F5-TTS" \
|
||||
|
||||
Reference in New Issue
Block a user