update read me for new arg

This commit is contained in:
unknown
2024-10-19 11:29:59 +03:00
parent 5663bac2a8
commit 60f1b31446

View File

@@ -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" \