Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
353.1
TFLOPS
1
1
141
Carsen Klock
PRO
carsenk
Follow
dlss's profile picture
John6666's profile picture
21world's profile picture
4 followers
ยท
40 following
carsenklock
metaspartan
AI & ML interests
Don't be afraid of AI, be afraid of ignoring it.
Recent Activity
liked
a model
about 4 hours ago
onnx-community/Janus-Pro-1B-ONNX
reacted
to
Xenova
's
post
with ๐ฅ
about 8 hours 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 dataset
10 days ago
bespokelabs/Bespoke-Stratos-17k
View all activity
Organizations
spaces
4
Sort:ย Recently updated
Runtime error
AutoTrain Advanced
๐
Runtime error
AutoTrain Advanced
๐
Runtime error
Stabilityai Stable Cascade
๐
Sleeping
Stabilityai Stable Diffusion 2 1
๐ฆ
models
13
Sort:ย Recently updated
carsenk/llama3.2_1b_2025_uncensored_v2
Text Generation
โข
Updated
19 days ago
โข
824
โข
4
carsenk/llama3.2_1b_2025_uncensored
Text Generation
โข
Updated
Jan 1
โข
1.05k
โข
2
carsenk/llama3.2_3b_122824_uncensored
Text Generation
โข
Updated
Dec 31, 2024
โข
422
โข
2
carsenk/phi3.5_mini_exp_825_uncensored
Text Generation
โข
Updated
Aug 29, 2024
โข
255
โข
2
carsenk/exp_825
Text Generation
โข
Updated
Aug 25, 2024
โข
103
โข
1
carsenk/exp_824
Text Generation
โข
Updated
Aug 25, 2024
โข
3
โข
1
carsenk/flippa-v6
Updated
Aug 24, 2024
โข
4
โข
1
carsenk/ck-lora
Updated
Aug 15, 2024
โข
3
carsenk/flippa-v4
Updated
Mar 5, 2024
โข
2
carsenk/flippa-v1
Updated
Mar 5, 2024
โข
4
Expand 13 models
datasets
None public yet