aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhistoria <historiavg@proton.me>2026-08-25 03:42:28 -0400
committerhistoria <historiavg@proton.me>2026-08-25 03:42:28 -0400
commit0cc01d1da0a629e104202053feb0bb0db91d578d (patch)
tree8c52b151cc3457002043d6d499968d34349d7f5f /README.md
parentd6460459ee95d8c2298b029fa4b2dc266e80a0cc (diff)
downloadtts-audiobook-generator-0cc01d1da0a629e104202053feb0bb0db91d578d.tar.gz
feat(tui): simultaneous build and model download
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a6001a1..3a6419b 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ cd tts-audiobook-generator
python audiobook.py
```
-4. When the TUI comes up, go to `Configure Backends > Install Backend`. Install `audio.cpp`, which supports numerous TTS models. It will automatically be cloned and built in the venv (this will take a while) — the clone, build, and model downloads all run inside the TUI with a status and progress bar, so you're never dropped to the console.
+4. When the TUI comes up, go to `Configure Backends > Install Backend`. Install `audio.cpp`, which supports numerous TTS models. It will automatically be cloned and built in the venv (this will take a while) — the clone runs in the TUI, and after you pick your models the build and the model downloads run **simultaneously** in a split view (with a status and progress bar for each), so you're never dropped to the console. If a download fails or is interrupted, `Configure Backends > Download Missing Models` re-runs it.
5. Choose TTS models to install. `Qwen3-TTS` is a popular. Pick the `Base` model if you're cloning voices or `CustomVoice` for built-in TTS.