From 646f34b20fd233b1de813811343add64f0d1eca9 Mon Sep 17 00:00:00 2001 From: SWivid Date: Fri, 6 Jun 2025 07:08:59 +0800 Subject: [PATCH] v1.1.5 pypi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f499260..96a226d 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ conda activate f5-tts > ```bash > git clone https://github.com/SWivid/F5-TTS.git > cd F5-TTS -> # git submodule update --init --recursive # (optional, if need > bigvgan) +> # git submodule update --init --recursive # (optional, if use bigvgan as vocoder) > pip install -e . > ```