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
·

4 Repos

Awesome GitHub RepositoriesMulti-GPU Video Inference Accelerators

Systems that distribute video generation workloads across multiple GPUs to reduce inference time for large-scale outputs.

Distinct from GPU-Accelerated Inference: Distinct from GPU-Accelerated Inference: specifically distributes video generation workloads across multiple GPUs, not general inference acceleration.

Explore 4 awesome GitHub repositories matching artificial intelligence & ml · Multi-GPU Video Inference Accelerators. Refine with filters or upvote what's useful.

Awesome Multi-GPU Video Inference Accelerators GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • 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

    Distributes video generation workloads across multiple GPUs to reduce inference time for high-resolution output.

    Python
    Auf GitHub ansehen↗10,908
  • skyworkai/skyreels-v2Avatar von SkyworkAI

    SkyworkAI/SkyReels-V2

    6,356Auf GitHub ansehen↗

    SkyReels-V2 is a video generation system that creates, extends, and refines video clips from text descriptions, images, or both. It operates as a diffusion-based video generation model that can produce videos of any duration by denoising frames sequentially, with each new frame conditioned on the ones that came before it. The system supports generating videos from scratch using text prompts, starting from a single image and producing subsequent frames, or constraining both the first and last frames to match user-provided images. What distinguishes SkyReels-V2 is its combination of infinite-le

    Distributes video generation workloads across multiple GPUs to reduce inference time for large-scale outputs.

    Python
    Auf GitHub ansehen↗6,356
  • tencent-hunyuan/hunyuanvideo-1.5Avatar von Tencent-Hunyuan

    Tencent-Hunyuan/HunyuanVideo-1.5

    4,440Auf GitHub ansehen↗

    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

    Accelerates video generation by using step distillation, cache inference, and sparse attention to reduce creation time.

    Pythonimage-to-videotext-to-videovideo-generation
    Auf GitHub ansehen↗4,440
  • hao-ai-lab/fastvideoAvatar von hao-ai-lab

    hao-ai-lab/FastVideo

    3,743Auf GitHub ansehen↗

    FastVideo is a comprehensive system for accelerated video generation, serving as a video generation inference engine, a video diffusion training framework, and a modular pipeline orchestrator. It provides a distributed transformer optimizer and a distillation toolkit designed to reduce denoising steps and model complexity to increase frame rates. The project distinguishes itself through specialized acceleration techniques, including joint distillation and sparse attention training. It implements low-step video generation and weight quantization to FP8 or FP4 precision to increase throughput a

    Provides an accelerated runtime for producing AI videos via optimized attention and distributed GPU processing.

    Pythondiffusersdiffusion-modelsdistillation
    Auf GitHub ansehen↗3,743
  1. Home
  2. Artificial Intelligence & ML
  3. GPU-Accelerated Inference
  4. Multi-GPU Video Inference Accelerators

Unter-Tags erkunden

  • Step-Distilled AcceleratorsAccelerators that reduce diffusion model sampling steps through distillation, cache inference, and sparse attention. **Distinct from Multi-GPU Video Inference Accelerators:** Distinct from Multi-GPU Video Inference Accelerators: focuses on algorithmic step reduction rather than hardware distribution across GPUs.