awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • magic-research/magic-animatemagic-research 的头像

    magic-research/magic-animate

    10,908在 GitHub 上查看↗

    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
    在 GitHub 上查看↗10,908
  • skyworkai/skyreels-v2SkyworkAI 的头像

    SkyworkAI/SkyReels-V2

    6,356在 GitHub 上查看↗

    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
    在 GitHub 上查看↗6,356
  • tencent-hunyuan/hunyuanvideo-1.5Tencent-Hunyuan 的头像

    Tencent-Hunyuan/HunyuanVideo-1.5

    4,440在 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

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

    Pythonimage-to-videotext-to-videovideo-generation
    在 GitHub 上查看↗4,440
  • hao-ai-lab/fastvideohao-ai-lab 的头像

    hao-ai-lab/FastVideo

    3,743在 GitHub 上查看↗

    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
    在 GitHub 上查看↗3,743
  1. Home
  2. Artificial Intelligence & ML
  3. GPU-Accelerated Inference
  4. Multi-GPU Video Inference Accelerators

探索子标签

  • 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.