Skip to content

Releases: 2noise/ChatTTS

v0.1.1

04 Jul 05:31
Compare
Choose a tag to compare

New

  • Apple MPS GPU (Experimental, off by default) (#261, #472) by @rasonyang
  • Replacement of rare characters (Chinese characters) (#350) by @6drf21e
  • local loading mode, renamed original local to custom (#361) by @fumiama
  • Core supports streaming inference (#360) by @Ox0400
  • WebUI supports streaming inference (#380) by @v3ucn
  • User customizable logger (#398) by @fumiama
  • CMD supports batch inference (#366) by @Ox0400
  • Customizable DVAE coef parameter (#405) by @fumiama
  • download_models unload API (4dd1f88) by @fumiama
  • Normalizer changed to registration type, users can register interfaces that meet the requirements (#420) by @fumiama
  • Improved type annotations, all dict parameters changed to dataclass for easy auto-completion when calling (#422) by @fumiama
  • Interruptable inference process, which will return the currently inferred part (#433) by @fumiama
  • Experimental: NVIDIA TransformerEngine support (#496) by @fumiama
  • Infer parameter show_tqdm (3836db8) by @fumiama
  • Experimental: flash_attention_2 support (c109089) by @fumiama

Fixed

Optimized

Dependencies

  • Relaxed dependency restrictions for easier installation

新增

修复

优化

依赖

  • 放宽依赖限制使安装更容易