mirror of
https://github.com/SWivid/F5-TTS.git
synced 2025-12-12 15:50:07 -08:00
v0.3.4
This commit is contained in:
@@ -19,7 +19,6 @@ WORKDIR /workspace
|
||||
RUN git clone https://github.com/SWivid/F5-TTS.git \
|
||||
&& cd F5-TTS \
|
||||
&& git submodule update --init --recursive \
|
||||
&& sed -i '7iimport sys\nsys.path.append(os.path.dirname(os.path.abspath(__file__)))' src/third_party/BigVGAN/bigvgan.py \
|
||||
&& pip install -e . --no-cache-dir
|
||||
|
||||
ENV SHELL=/bin/bash
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "f5-tts"
|
||||
version = "0.3.3"
|
||||
version = "0.3.4"
|
||||
description = "F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching"
|
||||
readme = "README.md"
|
||||
license = {text = "MIT License"}
|
||||
|
||||
Reference in New Issue
Block a user