Jobs Explorers

community
Activity Feed

AI & ML interests

None defined yet.

Recent Activity

victorย 
posted an update 6 days ago
view post
Post
4624
Want to share my enthusiasm for zai-org/GLM-5.1 here too ๐Ÿ”ฅ

I think we have it: our open source Claude Code = GLM-5.1 + Pi (https://pi.dev/) - Built a Three.js racing game to eval and it's extremely impressive. Thoughts:

- One-shot car physics with real drift mechanics (this is hard)

- My fav part: Awesome at self iterating (with no vision!) created 20+ Bun.WebView debugging tools to drive the car programmatically and read game state. Proved a winding bug with vector math without ever seeing the screen

- 531-line racing AI in a single write: 4 personalities, curvature map, racing lines, tactical drifting. Built telemetry tools to compare player vs AI speed curves and data-tuned parameters

- All assets from scratch: 3D models, procedural textures, sky shader, engine sounds, spatial AI audio!

- Can do hard math: proved road normals pointed DOWN via vector cross products, computed track curvature normalized by arc length to tune AI cornering speed

You are going to hear about this model a lot in the next months - open source let's go - and thanks z-ai๐Ÿš€๐Ÿš€
  • 4 replies
ยท
fffiloniย 
posted an update 9 days ago
view post
Post
3033
โœจ PASD Magnify is back on Hugging Face Spaces

fffiloni/PASD

PASD isnโ€™t recent, but still delivers strong results โ€” worth restoring rather than replacing.

Getting it to run again wasnโ€™t a simple dependency issue.
It relied on parts of diffusers that no longer exist, while moving to Gradio 6 forced a much newer HF stack โ€” and I couldnโ€™t modify the original source directly.

Recreating the old environment wasnโ€™t practical.
So I patched the downloaded code at runtime before import and made it compatible with todayโ€™s stack.

That ended up being the only approach that held without forking or freezing everything to outdated versions.

If youโ€™ve used it before (or are curious), feel free to give it another try.
fffiloniย 
posted an update 18 days ago
view post
Post
2850
โœ… Back up and running!

My TIGER app is now fully working again, with fixes and full compatibility with Gradio 6 ๐Ÿš€

It lets you:
- ๐ŸŽ™๏ธ Separate multiple speakers from an audio file
- ๐ŸŽฌ Extract each speaker directly from a video
- ๐ŸŽง Split audio into dialog, music, and sound effects (DnR)
- ๐ŸŽฅ Apply DnR separation directly on videos

All powered by lightweight TIGER models for fast and efficient speech separation.

Try it here ๐Ÿ‘‰ fffiloni/TIGER-audio-extraction
fffiloniย 
posted an update 19 days ago
view post
Post
2242
AniDoc is back ๐ŸŽ‰

Iโ€™ve fixed the Space and brought it back to life:
- โœ… Working again after being broken for a while
- โœ… Updated to Gradio 6
- โœ… Compatible with ZeroGPU
- โœ… Output videos now preserve original resolution and FPS

I also added advanced controls so you can experiment more (tracking, seed, motion, sketch).

Try it here: fffiloni/AniDoc
fffiloniย 
posted an update about 1 month ago
view post
Post
4126
I brought DALLยทE mini back to life ๐Ÿค–๐ŸŽจ

You can try it here:
fffiloni/dalle-mini-reboot

And I also built a batch version using Hugging Face Jobs (up to 50 images per prompt):
fffiloni/dalle-mini-via-jobs

The goal was to stay close to the original JAX/Flax pipeline, while integrating it with modern tooling (Gradio + Jobs).

It ended up being a fun way to revisit this model โ€” still weird, still fun ๐Ÿ˜„
  • 4 replies
ยท
fffiloniย 
posted an update about 1 month ago
view post
Post
493
A clearer demo for TADA (now multilingual) ๐Ÿ”Š๐ŸŒ

I improved the public demo for TADA โ€” a generative framework for speech modeling via textโ€“acoustic dual alignment.

TADA models speech as a joint sequence of text tokens and acoustic tokens, using a transformer backbone to keep text and audio synchronized during generation.

The original demo already exposed these mechanisms, but the workflow made the pipeline hard to understand.

This updated demo makes the process clearer:

โ€ข load the model
โ€ข prepare a reference voice (optionally with transcript or Whisper auto-transcription)
โ€ข generate speech conditioned on that reference

It also adds multilingual support.

Presets are included for a few languages, but the model supports more:

English, French, Spanish, German, Arabic, Mandarin Chinese, Italian, Japanese, Polish, Portuguese

Feel free to try different voices, accents, or languages and see how the alignment behaves.

๐Ÿ‘‰ fffiloni/tada-dual-alignment-tts-demo

Paper
TADA: A Generative Framework for Speech Modeling via Text-Acoustic Dual Alignment (2602.23068)
victorย 
posted an update 3 months ago
view post
Post
2724
Interesting article: use Claude Code to help open models write CUDA kernels (for eg) by turning CC traces into Skills. They made a library out of it ๐Ÿ‘€

https://huggingface.co/blog/upskill
victorย 
posted an update 4 months ago
view post
Post
3492
Nvidia is on a roll lately. Nemotron 3 Nano is my new fav local model, but here's the real flex: they published the entire evaluation setup. Configs, prompts, logs, all of it. This is how you do open models ๐Ÿ”ฅ

https://huggingface.co/blog/nvidia/nemotron-3-nano-evaluation-recipe

victorย 
posted an update 10 months ago
view post
Post
7633
Open Source Avengers, Assemble! Ask an expert AI agent team to solve complex problems together ๐Ÿ”ฅ

Consilium brings together multiple agents that debate and use live research (web, arXiv, SEC) to reach a consensus. You set the strategy, they find the answer.

Credit to @azettl for this awesome demo: Agents-MCP-Hackathon/consilium_mcp
  • 2 replies
ยท
victorย 
posted an update 12 months ago
view post
Post
5184
DIA TTS is just amazing - please share your funniest gens (here is mine) ๐Ÿ˜‚
nari-labs/Dia-1.6B
  • 1 reply
ยท
fffiloniย 
posted an update about 1 year ago
view post
Post
28162
I was thinking i need to step up my game on training Flux LoRas models, time to have some fun ! โ˜€๏ธ

Expect a new drop per week on aesthetics that catched my attention, here are 3 of them that worked really well !

fffiloni/cute-comic-800
fffiloni/carbo-800
fffiloni/oniric-750
  • 3 replies
ยท
victorย 
posted an update about 1 year ago
view post
Post
6540
Hey everyone, we've given https://hf.co/spaces page a fresh update!

Smart Search: Now just type what you want to doโ€”like "make a viral meme" or "generate music"โ€”and our search gets it.

New Categories: Check out the cool new filter bar with icons to help you pick a category fast.

Redesigned Space Cards: Reworked a bit to really show off the app descriptions, so you know what each Space does at a glance.

Random Prompt: Need ideas? Hit the dice button for a burst of inspiration.

Weโ€™d love to hear what you thinkโ€”drop us some feedback plz!
  • 6 replies
ยท
fffiloniย 
posted an update about 1 year ago
view post
Post
3606
Explain like i'm 5 the last take from @thomwolf on X about Dario's essay on DeepSeek:

โ€”โ€บ Open-source AI is like a big cookbook that everyone can read and improve. Instead of a few chefs keeping their recipes secret, anyone can cook, test, and invent new things.

If only one company controls AI, everything stops if they have a problemโ€”like when the internet goes down. With open-source, many people can help, making sure it keeps running smoothly.

AI isnโ€™t just a race between two countries; itโ€™s a team effort around the world. By sharing, we move faster and create safer technology for everyone.
โ€”
๐Ÿค—
victorย 
posted an update about 1 year ago
view post
Post
3821
Finally, an open-source AI that turns your lyrics into full songs is hereโ€”meet YuE! Unlike other tools that only create short clips, YuE can make entire songs (up to 5 minutes) with vocals, melody, and instruments all working together. Letsss go!

m-a-p/YuE-s1-7B-anneal-en-cot
victorย 
posted an update over 1 year ago
victorย 
posted an update over 1 year ago
view post
Post
2665
Perfect example of why Qwen/Qwen2.5-Coder-32B-Instruct is insane?

Introducing: AI Video Composer ๐Ÿ”ฅ
huggingface-projects/ai-video-composer

Drag and drop your assets (images/videos/audios) to create any video you want using natural language!

It works by asking the model to output a valid FFMPEG and this can be quite complex but most of the time Qwen2.5-Coder-32B gets it right (that thing is a beast). It's an update of an old project made with GPT4 and it was almost impossible to make it work with open models back then (~1.5 years ago), but not anymore, let's go open weights ๐Ÿš€.
victorย 
posted an update over 1 year ago
view post
Post
1906
Qwen2.5-72B is now the default HuggingChat model.
This model is so good that you must try it! I often get better results on rephrasing with it than Sonnet or GPT-4!!
fffiloniย 
posted an update over 1 year ago
victorย 
posted an update over 1 year ago