8000 Releases · SWivid/F5-TTS · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: SWivid/F5-TTS

1.1.5

05 Jun 23:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.4...1.1.5

1.1.4

04 May 20:07
Compare
Choose a tag to compare

Full Changelog: 1.1.3...1.1.4

1.1.3

04 May 17:54
Compare
Choose a tag to compare

Full Changelog: 1.1.0...1.1.3

  • v1.1.3 better gradio inference ui, with cherrypick, cache and load text from file support
  • v1.1.2 update data prepare script; fix speech edit; fix tensorrt-llm server code-switch inference
  • v1.1.1 add benchmark and trtllm offline code

Thanks to @yuekaizhang @fakerybakery @petermg @TBXark

1.1.0

03 Apr 06:53
Compare
Choose a tag to compare

Full Changelog: 1.0.8...1.1.0

1.0.8

24 Mar 23:55
Compare
Choose a tag to compare

Full Changelog: 1.0.3...1.0.8

  • v1.0.8 fix a fatal bug with log_samples since 37eb3b5 that may be the root cause of training instability and unknown performance degradation
  • v1.0.7 add no_zero_init v1 variant path to SHARED.md; add option in finetune gradio to save non-ema model weight
  • v1.0.6 improves docker usage and along with other documentation
  • v1.0.5 update finetune_gradio.py for clearer guidance
  • v1.0.4 fix finetune_gradio.py vocab extend operation with checkpoint in .safetensors format

1.0.3

16 Mar 18:50
Compare
Choose a tag to compare

Full Changelog: 1.0.0...1.0.3

  • v1.0.3 fix random seed and model loading in api.py #865
  • v1.0.2 pass the use_reentrant in torch.utils.checkpoint.checkpoint explicitly for compatibility with torch>=2.4 #859
  • v1.0.1 memory management for extra large batches with chunk inference #851

1.0.0

12 Mar 16:12
128f4e4
Compare
Choose a tag to compare

Full Changelog: 0.6.2...1.0.0

Major updates:

  • Add text padding mask for both filler tokens and padding tokens.
  • Zero-initialize adaptive layernorm in DiT.
  • Apply full Rotary Positional Embedding.

Thanks to everyone who has offered advice and support.

0.6.2

12 Mar 09:20
Compare
Choose a tag to compare
  • F5-TTS v0 stable version for filing.
  • Thanks again to everyone involved in this project.
0