Skip to content

0.1.5

Choose a tag to compare

@Blackwood416Blackwood416 released this 04 Jun 20:31

Features:

  • Add inference support for Qwen3-TTS CustomVoice models and VoiceDesign model (now Aila support all 5 Qwen3-TTS models)
  • Add both API and CLI support for Qwen3-TTS CustomVoice&VoiceDesign models
  • Add inference support for Qwen3-ForceAligner-0.6B model
  • Add both API and CLI support for Qwen3-ForceAligner-0.6B model
  • Add bitsandbytes NF4 quantization support for Qwen3-ForceAligner-0.6B (weight is currently available on huggingface Qwen3-ForceAligner-0.6B-BNB-NF4)
  • Add streaming support for voice generation

Performance:

  • Improve TTS voice generation performance, achieved RTF < 1 on 0.6B models (May furtherly improve in future releases)

Improvements:

  • Improve CLI user experience. It is recommended to use PowerShell 7.0+ and with
$OutputEncoding = [System.Text.Encoding]::UTF8
[Console]::OutputEncoding = [System.Text.Encoding]::UTF8
[Console]::InputEncoding = [System.Text.Encoding]::UTF8

appended to your PowerShell Profile file(usually %USERPROFILE%\Documents\PowerShell\Microsoft.PowerShell_profile.ps1) or prepended to your commands

Changes:

  • aila_synthesize API changed to 7 params

Full Changelog: 0.1.4...0.1.5