Live data from Hacker News

Inflect-Micro-v2: complete voice in 9.36M parameters

huggingface.co

31–35 of 35 posts

Re: Inflect-Micro-v2: complete voice in 9.36M parameters

#31

Earlier quoted context omitted.

Nice! Strangely, "Nano" sounds a lot better than "Micro" to me. On my iPhone 14 Pro the page crashes after 2-3 plays. I wonder if it uses too much memory?

right. happens on my 13 too. memory leak confirmed, not sure yet what's causing it

unable to fix it. latest dev ort, dispoing tensors, restarting the session/worker. nothing, crashes every time.

defaulting to wasm on ios devices now

Re: Inflect-Micro-v2: complete voice in 9.36M parameters

#32

Earlier quoted context omitted.

wrote a web-demo, runs in your browser https://inflect-tts.geronimo-labs.com code: https://github.com/geronimi73/inflect-tts

Nice! Strangely, "Nano" sounds a lot better than "Micro" to me. On my iPhone 14 Pro the page crashes after 2-3 plays. I wonder if it uses too much memory?

also, i double checked, nano is nano and micro is micro. didnt fuck that up

Re: Inflect-Micro-v2: complete voice in 9.36M parameters

#33

I keep seeing tts stories here. Is it just an interesting subset of the llm world, or is there a huge use case I’m somehow missing?

I just built my own voice assistant with my Pebble Time 2 watch and it uses a VPS hosted TTS (Piper) and Hermes agent.

I learned about all of these projects on HN at one point or another.

Re: Inflect-Micro-v2: complete voice in 9.36M parameters

#34

Earlier quoted context omitted.

Nice! Strangely, "Nano" sounds a lot better than "Micro" to me. On my iPhone 14 Pro the page crashes after 2-3 plays. I wonder if it uses too much memory?

also, i double checked, nano is nano and micro is micro. didnt fuck that up

For me, the Micro model appears to waver in a very distracting way when it says “small voice.” The Nano model doesn’t.

Re: Inflect-Micro-v2: complete voice in 9.36M parameters

#35

Earlier quoted context omitted.

right. happens on my 13 too. memory leak confirmed, not sure yet what's causing it

unable to fix it. latest dev ort, dispoing tensors, restarting the session/worker. nothing, crashes every time. defaulting to wasm on ios devices now

Maybe try using https://www.npmjs.com/package/@jax-js/onnx ? It supports most ONNX ops and should be drop-in replacement, e.g., https://jax-js.com/d-fine

Disclaimer: I am the author

Post reply on HN