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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

110 Repos

Awesome GitHub RepositoriesVideo Generation

Platforms and frameworks for creating and editing video content using AI.

Explore 110 awesome GitHub repositories matching part of an awesome list · Video Generation. Refine with filters or upvote what's useful.

Awesome Video Generation GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • lllyasviel/framepackAvatar von lllyasviel

    lllyasviel/FramePack

    17,028Auf GitHub ansehen↗

    FramePack is a neural video synthesis engine and generation framework designed to produce long, temporally consistent video sequences. It functions as a diffusion model optimizer, providing a suite of techniques to manage the computational demands of high-parameter video models while maintaining visual stability during extended generation tasks. The system distinguishes itself through a hierarchical approach to frame prediction, which plans distant anchor frames before filling in intermediate content to prevent cumulative temporal drift. By utilizing constant-length context compression and to

    Context-packing for next-frame prediction models.

    Python
    Auf GitHub ansehen↗17,028
  • thudm/cogvideoAvatar von THUDM

    THUDM/CogVideo

    12,792Auf GitHub ansehen↗

    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

    Large-scale text-to-video generation model.

    Python
    Auf GitHub ansehen↗12,792
  • guoyww/animatediffAvatar von guoyww

    guoyww/AnimateDiff

    12,144Auf GitHub ansehen↗

    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

    Personalized image animation without specific tuning.

    Python
    Auf GitHub ansehen↗12,144
  • magic-research/magic-animateAvatar von magic-research

    magic-research/magic-animate

    10,908Auf GitHub ansehen↗

    Magic Animate is a diffusion model video generator designed for human image animation. It transforms a static human photo into a temporally consistent video by mapping movements from a reference motion clip, acting as a tool to create realistic animations from a single image. The system ensures visual stability and minimizes flicker through temporal attention injection and motion-controlled noise scheduling. To accelerate the generation of high-resolution video, it includes a distributed GPU inference engine that splits model workloads across multiple graphics cards. The project covers a com

    Temporally consistent human image animation.

    Python
    Auf GitHub ansehen↗10,908
  • hvision-nku/storydiffusionAvatar von HVision-NKU

    HVision-NKU/StoryDiffusion

    6,430Auf GitHub ansehen↗

    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

    Consistent self-attention for long-range video generation.

    Jupyter Notebook
    Auf GitHub ansehen↗6,430
  • ailab-cvc/videocrafterAvatar von ailab-cvc

    ailab-cvc/videocrafter

    5,063Auf GitHub ansehen↗

    Videocrafter ist ein latentes Diffusionsmodell, das für die KI-Videosynthese entwickelt wurde. Es fungiert sowohl als Text-zu-Video- als auch als Bild-zu-Video-Generierungssystem, das hochwertige Videosequenzen aus beschreibenden Text-Prompts oder statischen Bildeingaben synthetisiert. Das Modell nutzt ein diffusionsbasiertes neuronales Netzwerk, um Eingaben in animierte Inhalte umzuwandeln, wobei visuelle Konsistenz und zeitliche Kohärenz über die generierten Sequenzen hinweg sichergestellt werden. Dies ermöglicht die Erstellung benutzerdefinierter Videoclips und die Animation statischer Bilder in flüssige Bewegungen.

    High-quality video diffusion model.

    Python
    Auf GitHub ansehen↗5,063
  • showlab/tune-a-videoAvatar von showlab

    showlab/Tune-A-Video

    4,364Auf GitHub ansehen↗

    Tune-A-Video ist ein Text-zu-Video-Diffusionsframework, das entwickelt wurde, um vortrainierte Text-zu-Bild-Diffusionsmodelle in Videogeneratoren umzuwandeln. Es nutzt einen räumlich-zeitlichen Aufmerksamkeitsmechanismus und das Training mit einzelnen Text-Video-Paaren, um die Synthese bewegter Sequenzen aus Text-Prompts zu ermöglichen. Das Projekt bietet Tools für One-Shot-Videopersonalisierung, die es ermöglichen, ein Modell auf ein einzelnes Referenzvideo abzustimmen, um spezifische Charaktere oder künstlerische Stile über neue Generationen hinweg zu bewahren. Es fungiert zudem als Videoeditor, der Subjekte, Hintergründe und Stile durch Noise-Sampling-Prompt-Guidance und Inversion modifiziert. Das Framework deckt mehrere Kernfunktionsbereiche ab, einschließlich der Extraktion struktureller Führung zur Bewahrung des Layouts und der Bewegung von Quellvideos sowie räumlich-zeitlicher Inhaltskonsistenz, um visuelle Elemente über Frames hinweg stabil zu halten. Diese Prozesse ermöglichen eine personalisierte Videosynthese und die Modifikation visueller Inhalte durch geführtes Sampling.

    One-shot tuning for text-to-video generation.

    Python
    Auf GitHub ansehen↗4,364
  • picsart-ai-research/text2video-zeroAvatar von Picsart-AI-Research

    Picsart-AI-Research/Text2Video-Zero

    4,244Auf GitHub ansehen↗

    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

    Zero-shot video generation from image models.

    Pythonvideo-editingvideo-generation
    Auf GitHub ansehen↗4,244
  • sandai-org/magi-1Avatar von SandAI-org

    SandAI-org/MAGI-1

    3,711Auf GitHub ansehen↗

    MAGI-1 is an autoregressive video generation model designed to synthesize high-resolution video sequences from text prompts and image references. It functions as a generative system for text-to-video, image-to-video, and video-to-video transformations. The model utilizes an autoregressive architecture that treats spatio-temporal patches as a sequence of discrete tokens to maintain temporal motion. It employs a variational autoencoder to compress the spatial and temporal dimensions of video data and uses distillation-based step scaling to allow for inference budget control. The system integra

    Autoregressive video generation at scale.

    Pythonautoregressivediffusion-modelsvideo-generation
    Auf GitHub ansehen↗3,711
  • ali-vilab/vaceAvatar von ali-vilab

    ali-vilab/VACE

    3,645Auf GitHub ansehen↗

    VACE is a set of software tools and frameworks for reference-guided video generation, diffusion-based editing, and video-to-video translation. It provides utilities to produce new video content and modify existing sequences by using reference materials to guide visual style, subject matter, and composition. The framework enables video-to-video translation and synthesis, allowing for the update of visual styles and depth. It also functions as a video editor for modifying properties and content through reference-guided transformations. The system covers localized video editing and inpainting,

    All-in-one video creation and editing framework.

    Pythonvideo-editingvideo-generation
    Auf GitHub ansehen↗3,645
  • doubiiu/dynamicrafterAvatar von Doubiiu

    Doubiiu/DynamiCrafter

    3,001Auf GitHub ansehen↗

    ECCV 2024, Oral DynamiCrafter: Animating Open-domain Images with Video Diffusion Priors

    Animating images with video diffusion priors.

    Pythonimage-animationimage-to-videovideo-generation
    Auf GitHub ansehen↗3,001
  • tencent/mimicmotionAvatar von Tencent

    Tencent/MimicMotion

    2,612Auf GitHub ansehen↗

    High-Quality Human Motion Video Generation with Confidence-aware Pose Guidance

    Human motion video generation with pose guidance.

    Pythondiffusion-modelsvideo-generation
    Auf GitHub ansehen↗2,612
  • opengvlab/internvideoAvatar von OpenGVLab

    OpenGVLab/InternVideo

    2,292Auf GitHub ansehen↗

    ECCV2024 Video Foundation Models & Data for Multimodal Understanding

    Large-scale dataset for multimodal video understanding.

    Pythonaction-recognitionbenchmarkcontrastive-learning
    Auf GitHub ansehen↗2,292
  • alpha-vllm/lumina-t2xAvatar von Alpha-VLLM

    Alpha-VLLM/Lumina-T2X

    2,250Auf GitHub ansehen↗

    Lumina-T2X is a unified framework for Text to Any Modality Generation

    Flow-based diffusion for any modality and duration.

    Pythonaigcdiffusiondiffusion-model
    Auf GitHub ansehen↗2,250
  • nus-hpc-ai-lab/videosysAvatar von NUS-HPC-AI-Lab

    NUS-HPC-AI-Lab/VideoSys

    2,026Auf GitHub ansehen↗

    VideoSys: An easy and efficient system for video generation

    Real-time generation using pyramid attention broadcast.

    Python
    Auf GitHub ansehen↗2,026
  • vchitect/latteAvatar von Vchitect

    Vchitect/Latte

    1,943Auf GitHub ansehen↗

    TMLR 2025 Latte: Latent Diffusion Transformer for Video Generation.

    Latent diffusion transformer for video generation.

    Python
    Auf GitHub ansehen↗1,943
  • dreamoving/dreamoving-projectAvatar von dreamoving

    dreamoving/dreamoving-project

    1,792Auf GitHub ansehen↗

    Official implementation of DreaMoving

    Human video generation framework.

    Auf GitHub ansehen↗1,792
  • microsoft/i-codeAvatar von microsoft

    microsoft/i-Code

    1,706Auf GitHub ansehen↗

    The ambition of the i-Code project is to build integrative and composable multimodal Artificial Intelligence. The "i" stands for integrative multimodal learning.

    Any-to-any generation via composable diffusion.

    Jupyter Notebook
    Auf GitHub ansehen↗1,706
  • picsart-ai-research/streamingt2vAvatar von Picsart-AI-Research

    Picsart-AI-Research/StreamingT2V

    1,632Auf GitHub ansehen↗

    CVPR 2025 StreamingT2V: Consistent, Dynamic, and Extendable Long Video Generation from Text

    Consistent long video generation from text.

    Pythonlong-video-generation
    Auf GitHub ansehen↗1,632
  • sczhou/upscale-a-videoAvatar von sczhou

    sczhou/Upscale-A-Video

    1,467Auf GitHub ansehen↗

    CVPR 2024 Upscale-A-Video: Temporal-Consistent Diffusion Model for Real-World Video Super-Resolution

    Temporal-consistent video super-resolution.

    Pythonaigc-enhancementdeflickervideo-diffusion-model
    Auf GitHub ansehen↗1,467
Vorherige12345…6Nächste
  1. Home
  2. Part of an Awesome List
  3. AI & Machine Learning
  4. Video Generation