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
meituan-longcat avatar

meituan-longcat/LongCat-Video

0
View on GitHub↗
4,460 stars·708 forks·Python·MIT·26 views

LongCat Video

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.

The system incorporates various optimization techniques to manage generation efficiency, including distillation-based sampling and quantization to reduce memory usage and inference latency. Additional structural components cover latent-space compression and spatial temporal modeling to maintain consistency across time and space.

Features

  • Text-to-Video Generators - Synthesizes high-resolution motion video content from natural language descriptions.
  • Video Diffusion Models - Uses video diffusion models to transform random noise into high-resolution video sequences.
  • Talking Head Generators - Creates realistic speaking videos by synchronizing facial and lip movements with audio.
  • Video Generation - Features a large language model based architecture for high-resolution video synthesis.
  • Temporal Sequence Extension - Extends the duration of existing video clips by generating consistent subsequent frames.
  • Text-to-Video Generators - Implements a deep learning system to transform natural language descriptions into video.
  • Long-form Generation - Produces extended video sequences by predicting and generating subsequent frames.
  • Video Continuation Tools - Provides a model that extends existing video clips by predicting subsequent frames.
  • Image-to-Video Animators - Transforms static images into motion video sequences through visual analysis.
  • Lip Synchronization Engines - Synchronizes character lip movements with audio and text prompts to produce speaking videos.
  • Latent Space Compression - Encodes high-resolution frames into compact latent representations to lower computational costs.
  • Diffusion Model Distillation - Employs diffusion model distillation to reduce inference steps and accelerate video generation.
  • Weight Quantization - Uses weight quantization to reduce the memory footprint and accelerate video generation inference.
  • Temporal Token Streams - Processes video frames as temporal token streams to maintain consistency across time and space.
  • Video Generation Optimizations - Optimizes AI video synthesis through distillation-based sampling and weight quantization.
  • Autoregressive Frame Denoisers - Implements autoregressive frame denoising to predict subsequent video segments for temporal coherence.
  • Inference Speed Optimization - Reduces generation latency and memory usage through distillation and quantization.

Star history

Star history chart for meituan-longcat/longcat-videoStar history chart for meituan-longcat/longcat-video

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

Frequently asked questions

What does meituan-longcat/longcat-video do?

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.

What are the main features of meituan-longcat/longcat-video?

The main features of meituan-longcat/longcat-video are: Text-to-Video Generators, Video Diffusion Models, Talking Head Generators, Video Generation, Temporal Sequence Extension, Long-form Generation, Video Continuation Tools, Image-to-Video Animators.

Which projects share features with meituan-longcat/longcat-video?

Projects with overlapping indexed features include: antgroup/echomimic_v2 — EchoMimic V2 is an AI video generation pipeline and computer vision animation model designed to produce synthetic… nvlabs/sana — Sana is a framework for high-resolution image and video synthesis based on a linear diffusion transformer. It provides… thudm/cogvideo — CogVideo is a generative video framework that uses diffusion models and transformer-based architectures to synthesize… guoyww/animatediff — AnimateDiff is a latent diffusion video generator and text-to-video diffusion framework. It converts existing… hvision-nku/storydiffusion — StoryDiffusion is a generative AI system designed for consistent character image and video generation. It utilizes a… hpcaitech/open-sora — Open-Sora is a video generation framework designed to produce cinematic sequences from text prompts and images. It…

Projects sharing features with LongCat Video

These projects share indexed features with LongCat Video. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • nvlabs/sanaNVlabs avatar

    NVlabs/Sana

    8,310View on GitHub↗

    Sana is a framework for high-resolution image and video synthesis based on a linear diffusion transformer. It provides a toolkit for the training, fine-tuning, and execution of text-to-image and text-to-video models, as well as a video generative world model capable of simulating physical environments with precise spatial control. The project is distinguished by its use of linear complexity layers to handle high resolutions and its support for long-form, minute-length video generation in real time. It implements a two-stage inference paradigm that separates structural generation from visual t

    Python
    View on GitHub↗8,310
  • antgroup/echomimic_v2antgroup avatar

    antgroup/echomimic_v2

    4,597View on GitHub↗

    EchoMimic V2 is an AI video generation pipeline and computer vision animation model designed to produce synthetic human animations. It functions as a generative framework that creates semi-body videos by aligning a static reference image with pose movements extracted from a driving video. The system utilizes a diffusion-based generation process combined with latent space compression and a temporal attention mechanism to ensure smooth transitions between frames. It maintains consistent person identity through reference-based encoding and guides spatial placement via pose-driven motion conditio

    Pythonaudio-driven-body-animationaudio-driven-portrait-animationsaudio-driven-talking-face
    View on GitHub↗4,597
  • thudm/cogvideoTHUDM avatar

    THUDM/CogVideo

    12,792View on GitHub↗

    CogVideo is a generative video framework that uses diffusion models and transformer-based architectures to synthesize high-resolution video clips. It functions as both a text-to-video and image-to-video generator, converting textual descriptions or static images into temporal visual sequences. The system integrates large language model capabilities to expand short user prompts into detailed descriptions for better visual alignment. It supports the animation of static images through latent seeding and provides the ability to extend the length of existing video sequences. The project includes

    Python
    View on GitHub↗12,792
  • 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
Compare all 30 related projects→

Curated searches featuring LongCat Video

Hand-picked collections where LongCat Video appears.
  • local AI video generation pipeline