HF Mirror
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
HF Mirror PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
1
9
Philippe Tremblay
philtrem
Follow
0 followers
Β·
6 following
AI & ML interests
None yet
Recent Activity
reacted
to
Xenova
's
post
with π₯
6 days ago
Introducing Kokoro.js, a new JavaScript library for running Kokoro TTS, an 82 million parameter text-to-speech model, 100% locally in the browser w/ WASM. Powered by π€ Transformers.js. WebGPU support coming soon! π npm i kokoro-js π Try it out yourself: https://huggingface.co/spaces/webml-community/kokoro-web Link to models/samples: https://huggingface.co/onnx-community/Kokoro-82M-ONNX You can get started in just a few lines of code! ```js import { KokoroTTS } from "kokoro-js"; const tts = await KokoroTTS.from_pretrained( "onnx-community/Kokoro-82M-ONNX", { dtype: "q8" }, // fp32, fp16, q8, q4, q4f16 ); const text = "Life is like a box of chocolates. You never know what you're gonna get."; const audio = await tts.generate(text, { voice: "af_sky" }, // See `tts.list_voices()` ); audio.save("audio.wav"); ``` Huge kudos to the Kokoro TTS community, especially taylorchu for the ONNX exports and Hexgrad for the amazing project! None of this would be possible without you all! π€ The model is also extremely resilient to quantization. The smallest variant is only 86 MB in size (down from the original 326 MB), with no noticeable difference in audio quality! π€―
updated
a model
3 months ago
philtrem/gemma-4-26b-a4b-it-MLX-4bit
published
a model
3 months ago
philtrem/gemma-4-26b-a4b-it-MLX-4bit
View all activity
Organizations
models
1
philtrem/gemma-4-26b-a4b-it-MLX-4bit
5B
β’
Updated
Apr 2
β’
3
β’
2
datasets
0
None public yet