Spaces:
Running
on
Zero
Running
on
Zero
Sync from GitHub repo
Browse filesThis Space is synced from the GitHub repo: https://github.com/SWivid/F5-TTS. Please submit contributions to the Space there
src/f5_tts/infer/README.md
CHANGED
@@ -4,7 +4,7 @@ The pretrained model checkpoints can be reached at [🤗 Hugging Face](https://h
|
|
4 |
|
5 |
**More checkpoints with whole community efforts can be found in [SHARED.md](SHARED.md), supporting more languages.**
|
6 |
|
7 |
-
Currently support **30s for a single** generation, which is the **total length** (same logic if `fix_duration`) including both prompt and output audio. However, `infer_cli` and `infer_gradio` will automatically do chunk generation for longer text
|
8 |
|
9 |
To avoid possible inference failures, make sure you have seen through the following instructions.
|
10 |
|
|
|
4 |
|
5 |
**More checkpoints with whole community efforts can be found in [SHARED.md](SHARED.md), supporting more languages.**
|
6 |
|
7 |
+
Currently support **30s for a single** generation, which is the **total length** (same logic if `fix_duration`) including both prompt and output audio. However, `infer_cli` and `infer_gradio` will automatically do chunk generation for longer text. Long reference audio will be **clip short to ~12s**.
|
8 |
|
9 |
To avoid possible inference failures, make sure you have seen through the following instructions.
|
10 |
|