Skip to content

Releases: remsky/Kokoro-FastAPI

Release v0.5.0

Choose a tag to compare

@github-actions github-actions released this 06 Jun 21:26
d54895b

Curated summary: CHANGELOG.md

What's Changed

  • fix(webui): bounded buffer to resolve 10 minute crashout, player stat… by @remsky in #471
  • feat(api): add POST /dev/unload to release model from GPU VRAM by @sageframe-no-kaji in #474
  • fix(audio): implement audio source swapping for stream playback/seeking by @remsky in #475

New Contributors

Full Changelog: v0.4.0...v0.5.0

Release v0.4.0

Choose a tag to compare

@github-actions github-actions released this 25 May 14:29
41b2d18

Curated summary: CHANGELOG.md

What's Changed

  • feat(gpu): adds clear cu128 opt-in via compose, setup for Blackwell /… by @remsky in #466
  • fix(audio): drop WAV close()-time junk trailer that caused chunk-end click #463 by @remsky in #467
  • chore(docker): add oci metadata, copy VERSION for web ui, prebuilt image for tts-client tests by @remsky in #468
  • fix(rocm): persist MIOpen cache and add FIND_MODE=2 default +warmup script by @remsky in #469

Full Changelog: v0.3.0...v0.4.0

Release v0.3.0

Choose a tag to compare

@github-actions github-actions released this 15 May 03:21

What's Changed

New Contributors

Full Changelog: v0.2.3...v0.3.0

Release v0.2.4-master

Choose a tag to compare

@github-actions github-actions released this 13 Dec 23:31

What's Changed

  • Fix custom phenomes and make them much more robust by @fireblade2534 in #350
  • Update PyTorch to 2.7.1+cu128 for RTX 50 Series GPU Support by @MiggiV2 in #354
  • Smaller docker image by @faltiska in #361
  • Use torch 2.8 for compatibility with 50 series by @garciadias in #390
  • feat: add configurable logging level with environment variable support by @ryan-steed-usa in #404
  • Fix(cpu/docker): install Rust for appuser, set PATH, and increase uv timeouts to stabilize build by @nRanzo in #383
  • build: add cmake to fix pyopenjtalk dependency and sync CI deps with Docker by @ryan-steed-usa in #412
  • Use #!/usr/bin/env bash in start-gpu.sh for better compatibility by @basnijholt in #419
  • build: add support to override docker-bake.hcl variables with GitHub Action Environment Variables by @ryan-steed-usa in #413
  • Pr 420 by @remsky in #429
  • Improve build times by parallelising the various Docker targets by @kprinssu in #420

New Contributors

Full Changelog: v0.2.4...v0.2.4-master

Release v0.2.4

Choose a tag to compare

@github-actions github-actions released this 18 Jun 22:27
6b1e9d9

What's Changed

New Contributors

Full Changelog: v0.2.3...v0.2.4

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 07 Mar 05:26
a578d22

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.2.3pre

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 13 Feb 09:49

Fixes

  • speak not engaging reliably on the CPU image as a fallback
  • audio quality bumped up by adjusting compression settings, bug with webui format selection
  • advanced normalization settings added @fireblade2534

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 10 Feb 05:59

What's Changed

  • adjustment to improve compatibility with espeak-loader dependency on misaki #127
  • added v1/models dummy endpoint for compatibility #144
  • fixed issue with duplicates captions, swapping to a stream on audio + tempfile download at completion for caption files #139
  • fixed some problems in the build system and model download system by @fireblade2534 in #131

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@remsky remsky released this 07 Feb 11:23
  • Complete Model Overhaul:
    • Upgraded to Kokoro v1.0 model architecture, deprecated V0.19 support
    • Integration with hexgrad/kokoro and hexgrad/misaki packages
    • Pre-installed all multi-language support from Misaki:
      • English (en), Japanese (ja), Korean (ko), Chinese (zh), Vietnamese (vi)
      • Note: This will likely controlled via env variable in upcoming versions
    • All voice packs included for supported languages, along with the original versions
  • Enhanced Audio Generation Features:
    • Per-word timestamped caption generation
    • Phoneme generation, Phoneme-Based Audio Generation (510 token cap)
  • Web UI Improvements:
    • Weighted voice mixing
    • Text file upload support
    • Improved text editor, user interface changes

What's Changed

  • Combine Voices endpoint now returns a .pt file, with generation combinations generated on the fly otherwise
  • Bumping PyTorch version to 2.6.0, CUDA 12.4
  • Adjustments to Docker workflows + Incorporating Docker Bake

Contributors

Full Changelog: v0.1.4...v0.2.0

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 31 Jan 09:06
8156b29
  • Changes to simplify streaming/async inference pathways still somewhat in progress.
  • WebUI added as a lighter-weight alternative to the Gradio UI
  • More of the configuration variables are exposed, temporary file management settings
  • Added new debug endpoints for system and storage information (threads, sessions, etc)
  • Significant restructuring towards concurrency, decoupling inference workflows, more flexibility

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.4