Introduction to 3D Gaussian Splatting
A Hugging Face blog post introduces 3D Gaussian Splatting, a technique for real-time novel view synthesis and 3D scene reconstruction. The method represents scenes as collections of 3D Gaussians rather than implicit neural fields, enabling fast rendering. The post serves as an educational overview of the technique's mechanics and applications.
Related guides (2)
Related events (8)
3D Asset Generation: AI for Game Development #3
This Hugging Face blog post covers AI-driven 3D asset generation techniques relevant to game development workflows. It is part of a series exploring practical ML applications in game creation pipelines. The post likely surveys current tools and models for generating 3D content from text or image inputs.
Practical 3D Asset Generation: A Step-by-Step Guide
A Hugging Face blog post providing a practical walkthrough of AI-based 3D asset generation workflows. The guide covers step-by-step techniques for generating 3D content using machine learning models. This represents applied multimodal/generative AI work targeting creative and game development use cases.
Introduction to ggml
This Hugging Face blog post introduces ggml, a C-based tensor library that underpins popular inference runtimes like llama.cpp and whisper.cpp. It explains ggml's design philosophy, quantization support, and how it enables efficient on-device inference for large language models. The post serves as an educational overview for developers looking to understand or build on the ggml ecosystem.
Introducing Würstchen: Fast Diffusion for Image Generation
Hugging Face introduces Würstchen, a latent diffusion architecture designed for fast and efficient image generation. The model operates in a highly compressed latent space, reducing computational requirements significantly compared to standard diffusion models. It is being integrated into the Diffusers library, making it accessible for the broader community.
Hugging Face demonstrates agent chaining two Spaces to build a 3D Paris gallery
A Hugging Face blog post describes an agent that autonomously chains two Hugging Face Spaces to generate a 3D gallery of Paris, illustrating multi-step tool use and Space-to-Space orchestration. The demo showcases how agents can compose existing hosted ML tools without custom infrastructure. This is a practical capability demonstration relevant to the agent-tool ecosystem.
VQ-Diffusion: Vector Quantized Diffusion Models on Hugging Face
This Hugging Face blog post introduces VQ-Diffusion, a text-to-image generation approach that combines vector quantization with diffusion models. The method operates in a discrete latent space defined by a VQ-VAE codebook, applying the diffusion process to token sequences rather than continuous pixel or latent representations. The post likely covers integration into the Hugging Face diffusers ecosystem and demonstrates generation capabilities.
Build Awesome Datasets for Video Generation
Hugging Face published a blog post on constructing high-quality datasets for video generation models. The post likely covers data collection, preprocessing, and curation pipelines relevant to training video diffusion or generation systems. This is a practical tooling and methodology guide aimed at practitioners working on video AI.
IVGT: Implicit Visual Geometry Transformer for Neural Scene Representation
IVGT is a new neural architecture that implicitly models continuous 3D geometry from unposed multi-view images without requiring explicit pointmap regression. It learns a continuous neural scene representation in a canonical coordinate system, supporting SDF-based surface queries and color prediction via lightweight decoders. The model is trained with multi-dataset joint optimization using 2D supervision and 3D geometric regularization, achieving strong generalization across mesh reconstruction, novel view synthesis, depth/normal estimation, and camera pose estimation tasks.

