Rare find

Voicebox. Turn written text into natural-sounding speech.

github.com/lucidrains/voicebox-pytorch

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

October 2024
  • redirect
January 2024
  • Release —0.5.0
  • add a post layernorm for the gateloop layers, in case it is causing i…
  • Release —0.4.12
  • revert heinsen gateloop, unstable, patch
  • Revert "use heinsen sequence for gateloop"
December 2023
  • Release —0.4.11
  • use heinsen sequence for gateloop
  • Release —0.4.10
  • 0.4.10
  • Merge pull request #40 from lucasnewman/unconditional-generation-fixes
  • Fix unconditional generation.
November 2023
  • Release —0.4.9
  • address a potential issue with convs and masking
  • Release —0.4.8
  • 0.4.8
  • Merge pull request #39 from lucasnewman/conditioning-fixes
  • Fix conditioning to allow speech in-filling.
  • Release —0.4.7
  • bump
  • Merge pull request #38 from lucasnewman/fix-ode-sampling-step
  • Don't explicity set the step size -- derive it from the number of ste…
  • Release —0.4.6
  • save on unnecessary gradient synchronizations
  • Release —0.4.5
  • turn off mixed precision when applying rotary
  • Release —0.4.4
  • 0.4.4
  • Merge pull request #37 from lucasnewman/null-cond-no-grad
  • Disable gradients for null conditioning when CFG is enabled.