I made an AI Image generation model under 50MB that runs entirely locally in your browser using WebGPU, generates an image in under 100ms, has only 24M parameters, it uses my custom GAN implementation also its open weights
Link in replies
Thanks @huggingface community for almost 50 likes!
Version 2 training is underway with much better consistency and fewer model collapses.
Will keep pushing what's possible for generative models using local WASM CPU inference!
https://t.co/ByRuybOOzO
Almost at 30 likes! #1 among music generation spaces this week
Thank you @huggingface@HuggingModels community!
HF space: https://t.co/ByRuybOOzO
Web app: https://t.co/OBFnl2Uu5y
Sharing your favorite songs just got incredibly easy with the new share button!
https://t.co/OBFnl2Uu5y
The best part? No actual song data is shared, only a simple seed is transmitted, yet the real-time playback will match perfectly every single time.
@jessu_js Antigravity de kullanılacak tek model 3.5 flashdır şuanda ekstra hızlı inference sunuyorlar tabi sadece hafif/front end işleri için web design da görsellik olarak 5.5 xhigh dan bile daha iyi
Generate endless real-time AI music directly in your browser
No sign-up. Free unlimited generations. Runs locally in your browser with transformers js
Tiny model: ~13M params, ~50MB. Runs in real time on almost any consumer CPU, even mobile.
Try it out
@earth_ish Thank you for the feedback! I’m aware of this issue, and I believe it comes from noise in the training data. This noise accumulates over time and becomes worse with each prediction, especially because the sequence lengths are quite short.
Generate endless real-time AI music directly in your browser
No sign-up. Free unlimited generations. Runs locally in your browser with transformers js
Tiny model: ~13M params, ~50MB. Runs in real time on almost any consumer CPU, even mobile.
Try it out
Infinite original songs. Generated live on your device.
NanoMaestro streams endless piano music right in your browser no sign-ups, no subscriptions, no downloads, and fully offline.
A tiny neural network creates every song in real time.
@muhammet_bsr Uygulama indirmeye gerek kalmadan tarayıcıda yapay zeka çalıştırmak daha bile zor, bu yüzden evet, kesinlikle uygulama yapılabilir. Farklı müzik tarzlarında da üretim üzerinde çalışıyorum. Sırada daha klasik barok parçalar var.
Generate endless real-time AI music directly in your browser
No sign-up. Free unlimited generations. Runs locally in your browser with transformers js
Tiny model: ~13M params, ~50MB. Runs in real time on almost any consumer CPU, even mobile.
Try it out
@FreeFairDOG@zxc68984008 Yes, this model is a 2-layer LSTM model and has no transformer architecture, which is actually very useful for this case. All it has to do is predict the next token (musical note), which has an easy to recognize pattern and does not need a complex neural network architecture.