Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
1
2
4
Gregory Croisdale
gcrois
Follow
21world's profile picture
1 follower
ยท
0 following
https://gregory.croisdale.us
reGregably
gcrois
AI & ML interests
HCI | Accessibility
Recent Activity
reacted
to
Xenova
's
post
with ๐ฅ
9 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! ๐คฏ
liked
a model
8 months ago
Xenova/distilgpt2
upvoted
a
paper
about 1 year ago
Drivable 3D Gaussian Avatars
View all activity
Organizations
gcrois
's activity
All
Models
Datasets
Spaces
Papers
Collections
Community
Posts
Upvotes
Likes
liked
a model
8 months ago
Xenova/distilgpt2
Text Generation
โข
Updated
Oct 8, 2024
โข
652
โข
2
liked
3 models
about 2 years ago
nitrosocke/Arcane-Diffusion
Text-to-Image
โข
Updated
May 16, 2023
โข
1.09k
โข
752
nitrosocke/archer-diffusion
Text-to-Image
โข
Updated
May 16, 2023
โข
692
โข
217
nitrosocke/disco-elysium
Updated
Oct 28, 2022
โข
66