Spaces:
Configuration error
Configuration error
Commit History
reorganize inference scripts with shared funcs
03a20e0
Merge branch 'main' of github.com:SWivid/F5-TTS into main
073092d
rewrite without einx & einops; clean up
28b46d3
Load model once in the beginning.
765a2ae
chigkim
commited on
Use default fp16 inference
554f318
fix. address #179
69850fa
REorganized cli output to be less verbose.
8831701
chigkim
commited on
fix address #178
a016d6f
add new arg for vocab_file and ckpt_file to easy load any model
5663bac
unknown
commited on
Multivoice
cfa9382
Chi Kim
commited on
update inference-cli with features in gradio
48bae45
Update inference-cli.py add load vocos from local path
830a2fe
unverified
Zhikang Niu
commited on
Added -f to read text from a file.
ca8b596
Chi Kim
commited on
address #75
f2b892a
redirect to split hf ckpt repos
e54fee3
address #74
372f6ab
minor fix
1cec6dd
Merge pull request #72 from chigkim/cli
18736b7
unverified
Yushen CHEN
commited on
Fixed not saving output file when remove_silence is false.
0f5fd5e
Chi Kim
commited on
fix inference-cli; clean-up
9d2b8cb
Inference commandline interface.
d393827
Chi Kim
commited on