Stability-AI/generative-models

Generative Models by Stability AI

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 28 minutes ago
Added to GitGenius on April 3rd, 2024
Created on June 22nd, 2023
Open Issues & Pull Requests: 339 (+0)
Number of forks: 3,101
Total Stargazers: 27,268 (+0)
Total Subscribers: 274 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 53.2 days
Mean response time: 115.9 days
90th percentile: 324.1 days
Tracked items: 110

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 6% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 247
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 718 days
Stale 30+ days: 245
Stale 90+ days: 239

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Detailed Description

The Stability AI generative models repository is a comprehensive research and development framework for advanced generative AI systems, primarily written in Python. The repository serves as the official implementation hub for Stability AI's cutting-edge models spanning image synthesis, video generation, and 3D asset creation.

The repository's most recent major release is Stable Video 4D 2.0, announced in May 2025, which represents an enhanced video-to-4D diffusion model designed for high-fidelity novel-view video synthesis and 4D asset generation. SV4D 2.0 generates 48 frames at 576x576 resolution from 12-frame input videos, producing 12 video frames across 4 camera views. The model demonstrates improvements over its predecessor SV4D in output fidelity, motion sharpness, and spatio-temporal consistency, while also generalizing better to real-world videos and eliminating dependency on reference multi-view generation from the first frame. The implementation supports autoregressive generation for longer videos and includes practical features for low VRAM environments through configurable frame encoding and decoding parameters.

Prior to SV4D 2.0, the repository released Stable Video 4D in July 2024, a video-to-4D diffusion model that generates 40 frames from 5 context frames and 8 reference views at 576x576 resolution. This model introduced a novel sampling method for generating longer 21-frame novel-view videos while maintaining temporal consistency. The repository also contains SV3D, released in March 2024, an image-to-video model for novel multi-view synthesis that generates 21 frames from single images. SV3D exists in two variants: SV3D_u for unconditioned orbital video generation and SV3D_p for camera-conditioned generation along specified paths.

Additional models in the repository include SDXL-Turbo, released in November 2023, described as a lightning-fast text-to-image model with accompanying technical documentation on adversarial diffusion distillation. The repository provides practical inference scripts and demo applications, including streamlit-based interfaces for interactive model testing and standalone Python scripts for batch processing.

The repository demonstrates active maintenance and community engagement, though with notable response latencies. The repository's contributor network overlaps with major open-source projects including Microsoft's VSCode and TypeScript repositories, as well as the Rust language repository, indicating cross-pollination with broader software development communities.

The codebase emphasizes practical usability through comprehensive documentation of model downloads, inference parameters, and optimization techniques for various hardware constraints. Users can configure sampling steps, camera elevations and azimuths, background removal, and memory usage parameters to adapt models to specific use cases and computational resources.