Commit Graph

206 Commits

Author SHA1 Message Date
jpgallegoar
a8bb34bde2 Format 2024-10-26 19:00:07 +02:00
jpgallegoar
4eb305418d Added Insert button on Multi-Speech tab 2024-10-26 18:58:43 +02:00
lpscr
c1a9986a15 gradio finetune fix last per step and add note (#284)
* fix path

* change name

* change name

* fix path

* fix last per steps and add notes

* change order tab add note in vocab check tab

* add note in reduse checkpoint tab

* note in reduse checkpoint tab update
2024-10-26 17:57:04 +08:00
Yushen CHEN
6c623447b8 Merge pull request #280 from justinjohn0306/main
Add speed control to F5-TTS inference CLI
2024-10-26 13:28:35 +08:00
Justin John
be090b0d0a Cleanup 2024-10-26 10:48:48 +05:30
Justin John
ed179067df Add speed control to F5-TTS inference CLI
- Added support for the --speed argument to control the speed of generated audio.
- Updated the CLI to accept a speed parameter with a default value of 1.0.
- Adjusted the infer_process to apply the speed factor during TTS generation.
2024-10-26 10:45:11 +05:30
Yushen CHEN
e963929b8e Merge pull request #277 from justinjohn0306/main
fix path in finetune_gradio for finetune-cli
2024-10-26 10:12:18 +08:00
Justin John
bfcb73688e fix path in finetune_gradio for finetune-cli 2024-10-26 07:16:32 +05:30
SWivid
75d1ceba56 fix auto-reset microphone 2024-10-26 04:32:56 +08:00
SWivid
29b5a4784f auto revert to microphone ready 2024-10-26 04:04:44 +08:00
SWivid
7f826e0261 minor fix for infer_gradio.py 2024-10-26 03:49:34 +08:00
SWivid
f93a9ebfaf Update infer_gradio.py 2024-10-26 03:36:35 +08:00
SWivid
cc5ded275c fix space demo 2024-10-26 03:15:34 +08:00
SWivid
54d557789e fix add @gpu_decorator for space demo 2024-10-26 02:59:19 +08:00
lpscr
0676df5982 fix path in finetune-cli working with new update (#270)
* fix path
* change name
2024-10-26 01:52:55 +08:00
Yushen CHEN
7d0db1580b Merge pull request #269 from eleijonmarck/patch-1
Update README: must be lowercase docker
2024-10-26 01:48:17 +08:00
Eric Leijonmarck
4d95921899 Update README.md 2024-10-25 17:19:32 +01:00
jpgallegoar
984933f155 Fixed formatting 2024-10-25 14:23:12 +02:00
jpgallegoar
17080078d3 Improved Multi-Speech 2024-10-25 14:20:21 +02:00
SWivid
76f56979ff merge podcast and multistyle 2024-10-25 17:49:18 +08:00
lpscr
33d903be45 fix path finetune gradio (#262)
* fix path
* change name
2024-10-25 16:50:55 +08:00
cocktailpeanut
6a104b4025 add train interface (#258)
* add train interface
* Update README.md
* Update pyproject.toml
2024-10-25 13:44:38 +08:00
Yushen CHEN
de369b8b86 Merge pull request #256 from rsxdalv/prebuild-docker
add dockerfile build
2024-10-25 13:31:12 +08:00
Roberts Slisans
2bdd53b060 add dockerfile build 2024-10-25 01:31:11 +03:00
Yushen CHEN
0207b1943c Merge pull request #253 from HaileyStorm/patch-1
Update pyproject.toml - Specify required Gradio version
2024-10-25 03:57:12 +08:00
SWivid
f69a60287b finish infer dependencies; update readmes 2024-10-25 03:48:53 +08:00
Hailey Collet
86e1e1e9b8 Update pyproject.toml - Specify required Gradio version
Specify required Gradio version to avoid errors with the Progress object. Earlier versions will give the error:
```
File ".../F5-TTS/model/utils_infer.py", line 268, in infer_batch_process
    text_list = [ref_text + gen_text]
TypeError: can only concatenate str (not "Progress") to str
```
I am pretty sure the PR which changed this behavior is https://github.com/gradio-app/gradio/pull/5693, which was merged for 3.45.2. Certainly, you get the above error with 3.36.1 and it works with 3.45.2.
2024-10-24 12:20:38 -06:00
SWivid
adca73b4d0 fix rel path for pip pkg usage 2024-10-25 00:58:29 +08:00
SWivid
041c3391d2 fix vocab path for pip pkg infer 2024-10-25 00:42:01 +08:00
SWivid
0022231357 tweak main readme for better redirection 2024-10-25 00:19:02 +08:00
SWivid
9f5328d95d update infer_gradio credit 2024-10-25 00:16:24 +08:00
SWivid
8629c6f91f initial updates for infer stuffs 2024-10-24 23:51:20 +08:00
SWivid
da500b5b92 minor fix for finetune_gradio.py 2024-10-24 20:58:26 +08:00
SWivid
e78110e1fd tweak api.py 2024-10-24 20:55:31 +08:00
SWivid
a846ae670d finish train dependencies 2024-10-24 20:40:26 +08:00
SWivid
ba4b04ba55 finish eval dependencies; update infer_gradio with chat feature 2024-10-24 18:39:02 +08:00
SWivid
254e5e6d30 update finetune-cli -gradio 2024-10-24 15:23:55 +08:00
SWivid
b4abb3cbd6 update infer_gradio 2024-10-24 13:51:06 +08:00
Yushen CHEN
ff690b7ffb Add back /data for local editable use case 2024-10-24 01:26:14 +08:00
SWivid
c1ba121dce tweak 2024-10-24 01:23:53 +08:00
SWivid
d3951b93a7 tweak 2024-10-24 01:19:01 +08:00
SWivid
8e0edfcf8f final structure. prepared to solve dependencies 2024-10-24 00:55:41 +08:00
SWivid
8ed1beac1e make a structure first 2024-10-24 00:07:14 +08:00
Yushen CHEN
213adf4e6f Delete tests directory 2024-10-23 23:12:22 +08:00
SWivid
d8638a6c32 . 2024-10-23 23:05:25 +08:00
Yushen CHEN
c4eee0f96b convert to pkg, reorganize repo (#228)
* group files in f5_tts directory

* add setup.py

* use global imports

* simplify demo

* add install directions for library mode

* fix old huggingface_hub version constraint

* move finetune to package

* change imports to f5_tts.model

* bump version

* fix bad merge

* Update inference-cli.py

* fix HF space

* reformat

* fix utils.py vocab.txt import

* fix format

* adapt README for f5_tts package structure

* simplify app.py

* add gradio.Dockerfile and workflow

* refactored for pyproject.toml

* refactored for pyproject.toml

* added in reference to packaged files

* use fork for testing docker image

* added in reference to packaged files

* minor tweaks

* fixed inference-cli.toml path

* fixed inference-cli.toml path

* fixed inference-cli.toml path

* fixed inference-cli.toml path

* refactor eval_infer_batch.py

* fix typo

* added eval_infer_batch to scripts

---------

Co-authored-by: Roberts Slisans <rsxdalv@gmail.com>
Co-authored-by: Adam Kessel <adam@rosi-kessel.org>
Co-authored-by: Roberts Slisans <roberts.slisans@gmail.com>
2024-10-23 21:07:59 +08:00
lpscr
32c3ee7701 fix tts_api after clear in memory (#216) 2024-10-22 19:56:16 +08:00
SWivid
608e224f9d minor fix for api.py device 2024-10-22 18:53:38 +08:00
SWivid
8d18494d07 Update README.md. onnx version by DakeQQ 2024-10-22 18:33:13 +08:00
SWivid
198d44db65 minor fix 2024-10-22 17:54:54 +08:00