Generate 3D object views from a single video by rendering the same object from multiple camera angles.
Create 360-degree orbital videos around objects captured in a single still image.
Build creative applications that turn 2D images or videos into multi-view 3D-like experiences.
Requires CUDA-capable GPU, large model downloads, and PyTorch/CUDA environment setup.
This repository, called "Generative Models by Stability AI," holds the official code and model checkpoints for a series of research generative models released by Stability AI. Generative models are AI systems that produce new content, in this case, mostly images and short videos, from inputs like single images or short clips. The repository serves as the place where researchers and developers download the models, run sample scripts, and reproduce or extend the results. The README walks through several specific releases. The most recent is Stable Video 4D 2.0, a video-to-4D model: given a short input video of an object, it synthesises new views of that object from different camera angles, producing a video that looks as if multiple cameras had recorded the same moving scene. An earlier version, Stable Video 4D, did the same job with different frame and view counts. Before that, SV3D took a single image of an object and produced a short orbital video of it from new viewpoints. For each release the README provides a quickstart command, instructions for downloading the model weights from Hugging Face, options for changing the number of sampling steps, the input video length, and the rendered camera elevation, plus tips for removing the background from real-world input videos and for running on GPUs with limited VRAM via smaller batch sizes or lower resolution. You would use this for research or experiments in novel-view synthesis or generative video, for example, turning a single product photo into a turntable video, or generating new camera angles of a captured clip. The code is written in Python. The full README is longer than what was provided.
Generated 2026-05-21 · Model: sonnet-4-6 · Verify against the repo before relying on details.