Commit Graph

35 Commits

Author SHA1 Message Date
jpgallegoar
2056f5de41 Format 2024-10-26 19:11:55 +02:00
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
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
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
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
SWivid
f69a60287b finish infer dependencies; update readmes 2024-10-25 03:48:53 +08: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
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
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
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