This commit is contained in:
SWivid
2024-12-22 11:09:29 +08:00
parent ae4717a2ea
commit 3e73553bd9
3 changed files with 1 additions and 8 deletions

View File

@@ -46,12 +46,6 @@ cd F5-TTS
# git submodule update --init --recursive # (optional, if need bigvgan)
pip install -e .
```
If initialize submodule, you should add the following code at the beginning of `src/third_party/BigVGAN/bigvgan.py`.
```python
import os
import sys
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
```
### 3. Docker usage
```bash