HomePeopleCompaniesAI ModelsOpen SourceAgentsResearchApps
AllAnthropicOpenAIGoogle DeepMindMeta AIMicrosoft AINVIDIAMistral AIxAICohereHugging FaceElevenLabs

Home / Companies / Hugging Face

Companies / Hugging Face 4 items

All Hugging Face items under Companies on AIFIRST News, newest first. 4 items.

Anima-3.8B with Qwen-3.5 4B released

lylogummy released Anima-3.8B paired with Qwen-3.5 4B, a new image-video generation model available on Hugging Face. A dedicated ComfyUI custom node is provided for integration into standard generation workflows.

/23 Aug 2026/reddit

Trained a 1.2B game music generator from scratch

A developer trained a 1.2B parameter diffusion transformer game music generator from scratch on a cloud H100 over 8 days, using the VAE from Stable Audio 3. The model, named Localsong, generates instrumental game music and is publicly available on Hugging Face.

/23 Aug 2026/reddit

AI-Researcher: self-hosted dashboard aggregating AI news from about 60 sources

AI-Researcher is a self-hosted Python 3.11 dashboard that pulls AI news from roughly 60 sources including RSS, Reddit, Hacker News, arXiv, Hugging Face, GitHub, Google News, and X. It deduplicates and clusters items with optional nomic-embed-text embeddings and ranks them with engagement normalization that weights corroboration across sources. A local Ollama model summarizes the high-priority items. All processing is local with no mandatory third-party API keys. The repository had 4 commits and 0 stars when checked.

/22 Aug 2026/GitHub

Shoehorn: hardware-aware mixed-precision quantization that runs in the browser

Shoehorn is a locally run, browser-based tool that quantizes language models with hardware-aware mixed precision, assigning a precision level per tensor rather than applying a preset and targeting about 99.99% of available memory. It scans popular Hugging Face models to work out what fits a given machine and writes standard GGUF v3 files for llama.cpp. It supports macOS on Apple Silicon, Linux on x86-64, and Windows on x86-64. The quantizer core is written from scratch in Rust.

/18 Aug 2026/HN