mrfakename commited on
Commit
6a65b07
1 Parent(s): 5352edd

Sync from GitHub repo

Browse files

This Space is synced from the GitHub repo: https://github.com/SWivid/F5-TTS. Please submit contributions to the Space there

Files changed (1) hide show
  1. src/f5_tts/infer/README.md +1 -0
src/f5_tts/infer/README.md CHANGED
@@ -6,6 +6,7 @@ Currently support **30s for a single** generation, which is the **total length**
6
 
7
  To avoid possible inference failures, make sure you have seen through the following instructions.
8
 
 
9
  - Uppercased letters will be uttered letter by letter, so use lowercased letters for normal words.
10
  - Add some spaces (blank: " ") or punctuations (e.g. "," ".") to explicitly introduce some pauses.
11
  - Preprocess numbers to Chinese letters if you want to have them read in Chinese, otherwise in English.
 
6
 
7
  To avoid possible inference failures, make sure you have seen through the following instructions.
8
 
9
+ - Use reference audio <15s and leave some silence (e.g. 1s) at the end. Otherwise there is a risk of truncating in the middle of word, leading to suboptimal generation.
10
  - Uppercased letters will be uttered letter by letter, so use lowercased letters for normal words.
11
  - Add some spaces (blank: " ") or punctuations (e.g. "," ".") to explicitly introduce some pauses.
12
  - Preprocess numbers to Chinese letters if you want to have them read in Chinese, otherwise in English.