awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
lucidrains avatar

lucidrains/video-diffusion-pytorch

0
View on GitHub↗
1,385 stars·140 forks·Python·MIT·29 views

Video Diffusion Pytorch

This project is a research-oriented PyTorch framework designed for the implementation and training of generative video diffusion models. It provides a modular toolkit that extends standard image-based diffusion techniques into three dimensions, enabling the synthesis of coherent video sequences through iterative denoising processes.

The framework distinguishes itself by utilizing factored space-time attention, which decomposes high-dimensional video data into separate spatial and temporal layers to maintain motion consistency while managing computational complexity. It supports multi-modal training by processing static images and video sequences simultaneously, and it incorporates text-conditioned latent guidance to steer the generation process according to specific natural language descriptions.

The library includes comprehensive pipelines for managing the end-to-end training of these models, covering dataset ingestion, parameter optimization, and periodic sample exporting. It is structured to support deep learning research into temporal modeling and the alignment of generative outputs with semantic prompts.

Features

  • Video Diffusion Models - Implements space-time factored diffusion models for training and generating coherent video sequences from text and images.
  • Diffusion Model Training - Manages the training pipeline for video models by adjusting batching, precision, and optimization settings.
  • Text-to-Video Generators - Directs the output of video models using natural language prompts to ensure alignment with user descriptions.
  • Text-to-Video Generators - Directs video content creation using text embeddings to ensure output aligns with user-provided prompts.
  • AI Motion Video Synthesis - Creates realistic and coherent video sequences by extending diffusion models into three dimensions.
  • AI Research Tools - Provides a collection of deep learning modules for extending image-based diffusion into three-dimensional video synthesis.
  • Attention Factorization - Decomposes high-dimensional video data into separate spatial and temporal attention layers to maintain motion consistency.
  • Deep Learning Libraries - Offers a research-oriented codebase with modular components for building and optimizing generative video models.
  • Latent Conditioning Mechanisms - Injects natural language embeddings into the diffusion process to steer the generation of visual content toward specific semantic descriptions.
  • Model Training Pipelines - Provides end-to-end pipelines for training video models, including batching, precision settings, and performance evaluation.
  • Iterative Denoising Pipelines - Generates video content by repeatedly applying a learned model to remove noise from a sequence until a coherent output emerges.
  • Multi-Modal Training - Processes static images and video sequences simultaneously to ensure temporal consistency during training.
  • Gaussian Noise Diffusion - Refines random noise into structured video frames by learning to reverse a fixed Markov chain of Gaussian transitions.
  • Tensor Processing Pipelines - Treats video sequences as volumetric data blocks to capture motion across time using multi-dimensional tensor processing.

Star history

Star history chart for lucidrains/video-diffusion-pytorchStar history chart for lucidrains/video-diffusion-pytorch

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Video Diffusion Pytorch

These projects share indexed features with Video Diffusion Pytorch. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • meituan-longcat/longcat-videomeituan-longcat avatar

    meituan-longcat/LongCat-Video

    4,460View on GitHub↗

    LongCat-Video is a collection of specialized models for video synthesis, featuring a large language model based architecture for creating high-resolution videos from text, images, or existing sequences. It includes dedicated systems for text-to-video generation, image-to-video animation, and the creation of talking avatars. The project provides specific capabilities for extending the length of existing clips through a video continuation model that predicts subsequent frames. It also enables the synchronization of character lip movements with audio and text prompts to produce speaking videos.

    Python
    View on GitHub↗4,460
  • picsart-ai-research/text2video-zeroPicsart-AI-Research avatar

    Picsart-AI-Research/Text2Video-Zero

    4,244View on GitHub↗

    Text2Video-Zero is a text-to-video diffusion model and framework designed to synthesize temporally consistent video sequences from textual prompts. It functions as a zero-shot video generator, repurposing pre-trained image diffusion models to create video content without requiring additional training on video datasets. The system includes a conditional video synthesizer that allows for guided generation using depth, edge, or pose maps to control structural layout and movement. It also provides text-based video editing capabilities to modify the style or content of existing video clips through

    Pythonvideo-editingvideo-generation
    View on GitHub↗4,244
  • lucidrains/imagen-pytorchlucidrains avatar

    lucidrains/imagen-pytorch

    8,415View on GitHub↗

    This is a PyTorch-based implementation of diffusion models for synthesizing photorealistic images and video. It provides a framework for text-to-image and text-to-video generation, as well as unconditional image synthesis. The system utilizes a cascading diffusion pipeline to produce high-resolution imagery by passing low-resolution outputs through a sequence of super-resolution models. It also includes capabilities for image inpainting, allowing the reconstruction of masked or missing regions of visual media guided by surrounding context and text prompts. The project includes tools for diff

    Pythonartificial-intelligencedeep-learningimagination-machine
    View on GitHub↗8,415
  • tencent-hunyuan/hunyuanvideo-1.5Tencent-Hunyuan avatar

    Tencent-Hunyuan/HunyuanVideo-1.5

    4,440View on GitHub↗

    HunyuanVideo-1.5 is a video generation foundation model and text-to-video diffusion framework. It utilizes a latent video diffusion model and a spatio-temporal transformer architecture to generate high-definition video sequences from text descriptions and images. The project enables cinematic camera control for directing pans and tilts and provides image-to-video animation capabilities. It supports visual style adaptation through low-rank adaptation tuning and uses a language model for prompt refinement to improve visual alignment. The model covers high-resolution video upscaling via a super

    Pythonimage-to-videotext-to-videovideo-generation
    View on GitHub↗4,440
Compare all 30 related projects→

Curated searches featuring Video Diffusion Pytorch

Hand-picked collections where Video Diffusion Pytorch appears.
  • AI Text and Image Video Generators

Frequently asked questions

What does lucidrains/video-diffusion-pytorch do?

This project is a research-oriented PyTorch framework designed for the implementation and training of generative video diffusion models. It provides a modular toolkit that extends standard image-based diffusion techniques into three dimensions, enabling the synthesis of coherent video sequences through iterative denoising processes.

What are the main features of lucidrains/video-diffusion-pytorch?

The main features of lucidrains/video-diffusion-pytorch are: Video Diffusion Models, Diffusion Model Training, Text-to-Video Generators, AI Motion Video Synthesis, AI Research Tools, Attention Factorization, Deep Learning Libraries, Latent Conditioning Mechanisms.

Which projects share features with lucidrains/video-diffusion-pytorch?

Projects with overlapping indexed features include: meituan-longcat/longcat-video — LongCat-Video is a collection of specialized models for video synthesis, featuring a large language model based… picsart-ai-research/text2video-zero — Text2Video-Zero is a text-to-video diffusion model and framework designed to synthesize temporally consistent video… lucidrains/imagen-pytorch — This is a PyTorch-based implementation of diffusion models for synthesizing photorealistic images and video. It… tencent-hunyuan/hunyuanvideo-1.5 — HunyuanVideo-1.5 is a video generation foundation model and text-to-video diffusion framework. It utilizes a latent… thu-ml/turbodiffusion — TurboDiffusion is a video diffusion inference engine and generator designed to create high-resolution videos from text… hvision-nku/storydiffusion — StoryDiffusion is a generative AI system designed for consistent character image and video generation. It utilizes a…