SWivid
deaca8d24c
v0.3.2 add flags and default values to socket_server.py
2024-12-18 20:32:20 +08:00
SWivid
84978268f0
v0.3.1
2024-12-17 07:59:59 +08:00
SWivid
61f28ee8a5
v0.3.0 custom model cfg, checkpointing for training, minor fix, etc.
2024-12-16 16:39:56 +08:00
SWivid
299f0aa8bc
v0.2.1 Fixed #545
2024-11-28 12:36:45 +08:00
SWivid
771007b462
v0.2.0. hydra config for training
2024-11-28 01:28:38 +08:00
ZhikangNiu
65a649c683
fix minor bug and rename config -> configs
2024-11-28 00:24:33 +08:00
SWivid
194bf1e853
formatting
2024-11-18 22:33:13 +08:00
SWivid
cb8ce3306d
update. compatibility with mps device #477 thanks to @aboutmydreams
2024-11-17 18:57:28 +08:00
SWivid
a23ec25b39
v0.1.1
2024-11-11 11:19:04 +08:00
SWivid
dcd9a19889
v0.1.0. Add custom model support for local deploy; add share model cards, etc.
2024-11-09 04:35:44 +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
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
8629c6f91f
initial updates for infer stuffs
2024-10-24 23:51:20 +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
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