Lumiere: Google Generates Full Videos with Space-Time Diffusion
Google Research introduces Lumiere, a text-to-video model that generates an entire clip at once. Its architecture aims to avoid the jumps and incoherent motion common when building video with AI.
Google Research has introduced Lumiere, an artificial intelligence model for creating video from text. Its main distinction lies in how it handles time: instead of first generating keyframes and then filling in the frames between them, it creates the entire clip using an architecture called Space-Time U-Net.
The approach targets one of the most visible problems facing video generators: keeping objects, people and backgrounds evolving coherently over several seconds. In demonstrations published by Google, Lumiere creates five-second videos at resolutions of up to 1,024 × 1,024 pixels.
Video is not a succession of independent photos
Diffusion models start with visual noise and progressively remove it over a series of steps until they form an image or video that matches the written instruction. This is the family of models that popularized image generation through tools such as Stable Diffusion.
Turning that process into video adds a significant challenge. It is not enough for each frame to look appealing on its own: a bicycle must retain its shape as it moves, a camera must move without distorting the scene, and an object that becomes hidden must reappear consistently.
Many earlier systems split up the work. They generated a handful of keyframes and used another stage to add frames between them or extend the video's duration and resolution. That approach reduces the computational cost, but it can introduce discontinuities: sudden changes in a subject's appearance, backgrounds that transform, or unnatural motion.
Lumiere handles space and time within a single network. The Space-Time U-Net simultaneously downsamples and reconstructs the video's visual and temporal information. Put simply, the model can study an action as a complete sequence, rather than as a collection of images that must be stitched together afterward.
Generating the clip at once does not mean diffusion is solved in a single computation: the system still refines the noise over multiple steps. The difference is that, during that refinement, it works with the video's entire duration.
From a sentence to animations and moving images
The work is not limited to text-to-video. Google shows that the same architecture can be adapted to several creative tasks through different conditioning methods.
Lumiere can animate a still image from a description, transform the style of an existing video, or fill in missing areas in a sequence. It can also create cinemagraphs—pieces in which most of the image remains still while only one specific region moves, such as steam rising from a cup or water flowing from a fountain.
These variations matter because practical use of generative video does not always involve requesting a scene from scratch. For a creator, agency or design team, it may be more useful to start with a photograph, modify an element in a clip, or add motion to material that has already been produced.
More coherence, but not yet a video camera
Lumiere's advance lies in its generation method, not in turning AI into an immediate replacement for filming. The research examples show brief, carefully selected scenes; they do not guarantee that the system will respond with the same precision to every instruction, maintain complex characters throughout long videos, or provide the exact control required by an audiovisual production.
Even so, the architecture focuses attention on a central limitation of this technology. AI-generated images have reached a high level of quality because each result is static. Video requires continuity: what appears matters, but so does what happens before and after.
Google Research places Lumiere in an active race to make that continuity more credible. If models can preserve motion, identity and composition for longer, generative video could move from eye-catching demonstrations to more useful tools for animation, advertising, visual prototyping and educational content.