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.
Home / Companies / Hugging Face
All Hugging Face items under Companies on AIFIRST News, newest first. 4 items.
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.
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.
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.
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.