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

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Picsart-AI-Research avatar

Picsart-AI-Research/Text2Video-Zero

0
View on GitHub↗
4,244 stars·387 forks·Python·10 viewstext2video-zero.github.io↗

Text2Video Zero

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 natural language instructions.

To manage computational requirements, the project implements GPU memory-optimized inference. This is achieved through techniques such as token merging and frame chunking to reduce VRAM usage during the generation process.

Features

  • Zero-Shot Adaptation - Repurposes pre-trained image diffusion models to generate temporally consistent video frames without needing video-specific training data.
  • Text-to-Video Generators - Synthesizes dynamic video clips from natural language descriptions using generative diffusion models.
  • Cross-Frame Attention Layers - Implements specialized attention mechanisms that share maps across frames to ensure temporal consistency in video sequences.
  • Latent Diffusion Models - Operates within a compressed latent space to synthesize high-resolution video frames while reducing computational overhead.
  • Video Diffusion Models - Implements a diffusion model that generates temporally consistent videos by denoising latent representations.
  • Video Synthesis - Converts textual prompts into temporally consistent video sequences through a generative diffusion process.
  • Iterative Denoising Pipelines - Refines random noise into coherent video frames through an iterative denoising pipeline guided by text embeddings.
  • Video Generation - Synthesizes video content based on visual guides or specific requirements to control the final appearance.
  • Zero-Shot Video Generators - Provides a framework for creating videos from text by repurposing pre-existing image models without additional training.
  • Zero-Shot Video Synthesis - Generates temporally consistent videos by repurposing image diffusion models without requiring video-specific training data.
  • Diffusion Model Memory Optimizers - Optimizes GPU memory usage during video generation to enable inference on consumer-grade hardware.
  • GPU Memory Optimizers - Optimizes VRAM usage during video generation through techniques like token merging and frame chunking.
  • Condition Map Conditioning - Integrates depth, pose, and edge maps as spatial guidance inputs to control the structural layout of generated videos.
  • Inference Memory Optimizations - Lowers GPU memory requirements during the generation process using frame chunking and token merging.
  • Guided Generation - Generates videos by combining text prompts with pose, edge, or depth maps for precise structural control.
  • Prompt-Based Video Editors - Provides a prompt-based interface to modify existing video content using natural language instructions.
  • Video Editing - Provides tools for modifying the style and content of existing video sequences using natural language instructions.
  • Token Merging - Reduces GPU memory consumption during inference by merging redundant visual tokens in the transformer sequence.
  • Generative Video Editing - Transforms existing video sequences using generative AI to modify style and content while maintaining consistency.
  • Video Generation - Zero-shot video generation from image models.
  • Audio and Subtitle Tools - AI model for zero-shot text-to-video generation.

Star history

Star history chart for picsart-ai-research/text2video-zeroStar history chart for picsart-ai-research/text2video-zero

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

Open-source alternatives to Text2Video Zero

Similar open-source projects, ranked by how many features they share with Text2Video Zero.
  • ailab-cvc/videocrafterailab-cvc avatar

    ailab-cvc/videocrafter

    5,063View on GitHub↗

    Videocrafter is a latent diffusion model designed for AI video synthesis. It functions as both a text-to-video and image-to-video generation system, synthesizing high-quality video sequences from descriptive text prompts or static image inputs. The model utilizes a diffusion-based neural network to transform inputs into animated content, ensuring visual consistency and temporal coherence throughout the generated sequences. This allows for the creation of custom video clips and the animation of static images into fluid motion.

    Python
    View on GitHub↗5,063
  • lightricks/comfyui-ltxvideoLightricks avatar

    Lightricks/ComfyUI-LTXVideo

    3,840View on GitHub↗

    ComfyUI-LTXVideo is a generative framework and ComfyUI custom node extension for synthesizing high-fidelity video. It utilizes a latent diffusion and transformer-based system to create cinematic clips from text, image, and audio inputs, providing a modular interface for precise control over subject behavior and temporal consistency. The tool distinguishes itself with production-grade capabilities, including the generation of High Dynamic Range video in linear formats such as ARRI LogC3. It supports multimodal synchronization for audio-driven animation and lip-syncing, and allows for the creat

    Pythoncomfyuidiffusion-modelsdit
    View on GitHub↗3,840
  • hvision-nku/storydiffusionHVision-NKU avatar

    HVision-NKU/StoryDiffusion

    6,430View on GitHub↗

    StoryDiffusion is a generative AI system designed for consistent character image and video generation. It utilizes a pluggable cross-attention module to inject shared character representations into pretrained diffusion models, allowing for visual identity stability across multiple images and scenes without retraining the base model. The project features a video generation pipeline that produces temporally coherent sequences from text prompts or condition images. It employs a latent space motion interpolator to predict intermediate frames and semantic motion, enabling long-range video generati

    Jupyter Notebook
    View on GitHub↗6,430
  • guoyww/animatediffguoyww avatar

    guoyww/AnimateDiff

    12,144View on GitHub↗

    AnimateDiff is a latent diffusion video generator and text-to-video diffusion framework. It converts existing text-to-image diffusion models into animation generators by applying specialized motion modules, allowing for the creation of video sequences without modifying the original base model. The project provides an image-to-video animation framework that uses sparse RGB images, sketches, or structural keyframe constraints to guide generation. It further distinguishes itself with a motion adapter system that injects cinematic camera movements, such as zooming, panning, and tilting, into anim

    Python
    View on GitHub↗12,144
See all 30 alternatives to Text2Video Zero→

Frequently asked questions

What does picsart-ai-research/text2video-zero do?

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.

What are the main features of picsart-ai-research/text2video-zero?

The main features of picsart-ai-research/text2video-zero are: Zero-Shot Adaptation, Text-to-Video Generators, Cross-Frame Attention Layers, Latent Diffusion Models, Video Diffusion Models, Video Synthesis, Iterative Denoising Pipelines, Video Generation.

What are some open-source alternatives to picsart-ai-research/text2video-zero?

Open-source alternatives to picsart-ai-research/text2video-zero include: ailab-cvc/videocrafter — Videocrafter is a latent diffusion model designed for AI video synthesis. It functions as both a text-to-video and… lightricks/comfyui-ltxvideo — ComfyUI-LTXVideo is a generative framework and ComfyUI custom node extension for synthesizing high-fidelity video. It… hvision-nku/storydiffusion — StoryDiffusion is a generative AI system designed for consistent character image and video generation. It utilizes a… guoyww/animatediff — AnimateDiff is a latent diffusion video generator and text-to-video diffusion framework. It converts existing… thudm/cogvideo — CogVideo is a generative video framework that uses diffusion models and transformer-based architectures to synthesize… hpcaitech/open-sora — Open-Sora is a video generation framework designed to produce cinematic sequences from text prompts and images. It…