Commit Graph

64 Commits

Author SHA1 Message Date
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