SANA is an efficiency-oriented codebase developed by NVIDIA Labs for high-resolution image and video generation, providing complete training and inference pipelines. The repository implements a family of models including SANA, SANA-1.5, SANA-Sprint, SANA-Video, SANA-WM, SANA-Streaming, and Sol-RL, all built around the core concept of linear diffusion transformers for efficient synthesis. The project has achieved significant academic recognition, with papers accepted as oral presentations at ICLR 2025 and ICLR 2026, as well as highlights at ICCV 2025 and acceptance at ICML 2025.
The repository centers on linear transformer architectures as an alternative to standard diffusion models, enabling efficient generation at high resolutions. SANA-Video, released in October 2025, supports both text-to-video and text-image-to-video generation with a 5-second linear DiT video model, and has been integrated into the Hugging Face diffusers library. SANA-WM represents a 2.6 billion parameter controllable world model supporting 720p, 1-minute video generation with 6-degree-of-freedom camera control, positioning it as a baseline for world modeling and embodied AI applications. SANA-Streaming, released in June 2026, is a 2B model for real-time streaming video editing at 720p resolution for up to one-minute videos, marking a pioneering approach to streaming editing workflows.
The codebase includes Sol-RL, which provides reinforcement learning infrastructure with NVFP4 rollout capabilities and BF16 training support, offering complete training recipes for SANA, FLUX.1, and SD3.5-L models bundled with post-training datasets. The project has established partnerships with major frameworks, including integration with SGLang for high-performance serving with OpenAI-compatible APIs and collaboration with Cosmos-RL to provide complete RL infrastructure for post-training SANA models using state-of-the-art algorithms like Diffusion-NFT and Flow-GRPO.
According to GitGenius activity tracking across 247 issues and pull requests, the repository maintains a median response latency of 11.2 hours with a mean of 118.3 hours, indicating active community engagement. The most frequently applied issue labels are Answered (115 instances), fixed (24), and bug (12), reflecting a well-maintained codebase. Primary contributors include lawrence-cj with 611 tracked events, yujincheng08 with 53 events, and nitinmukesh with 51 events. The repository shares overlapping contributors with major projects including Hugging Face diffusers, PyTorch, and Hugging Face transformers, indicating deep integration within the broader deep learning ecosystem.
The codebase is classified across multiple technical domains including neural architecture search, deep learning, neural networks, architecture optimization, and scalable high-performance systems. The project emphasizes system-algorithm design and model discovery, with topics spanning diffusion models, linear transformers, text-to-image generation, text-to-video synthesis, streaming video, reinforcement learning, and world models. Multiple deployment options are available, including demos on dedicated hardware configurations, Hugging Face spaces, Replicate API services, and community integrations through ComfyUI. The project maintains active community engagement through a Discord server and comprehensive documentation accessible through its official website.