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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 repositorios

Awesome GitHub RepositoriesInference Acceleration

Optimization techniques to reduce the computational cost and time of diffusion model sampling.

Distinct from Diffusion Models: Focuses on sampling speed and step reduction specifically for diffusion processes.

Explore 9 awesome GitHub repositories matching artificial intelligence & ml · Inference Acceleration. Refine with filters or upvote what's useful.

Awesome Inference Acceleration GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • instantx-research/instantidAvatar de instantX-research

    instantX-research/InstantID

    11,955Ver en GitHub↗

    InstantID is a diffusion-based identity preservation framework designed for zero-shot image generation. It allows for the synthesis of images featuring a specific person's facial identity using a single reference photo without requiring additional model training or fine-tuning. The project distinguishes itself through the use of consistency model distillation to accelerate inference, reducing the number of steps needed to produce high-quality results. It combines identity-preserving feature extraction with multi-modal prompt integration to merge visual embeddings from a reference image with t

    Reduces the time and computational steps required for high-quality image generation using consistency models.

    Python
    Ver en GitHub↗11,955
  • nvlabs/sanaAvatar de NVlabs

    NVlabs/Sana

    8,310Ver en 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

    Accelerates model exploration by sampling large numbers of candidates using low-precision quantization to filter for high-contrast seeds.

    Python
    Ver en GitHub↗8,310
  • open-mmlab/mmagicAvatar de open-mmlab

    open-mmlab/mmagic

    7,434Ver en GitHub↗

    mmagic is a multimodal training pipeline and framework for generative AI, focusing on visual synthesis and restoration. It provides the infrastructure to build and train models for tasks such as text-to-image and text-to-video generation, 3D-aware content synthesis, and high-fidelity image translation using diffusion models and generative adversarial networks. The project distinguishes itself through specialized capabilities for generative model personalization, including techniques for fine-tuning subjects and styles. It also supports advanced visual manipulations such as latent space interp

    Accelerates diffusion model sampling by merging redundant tokens in the vision transformer.

    Jupyter Notebookaigccomputer-visiondeep-learning
    Ver en GitHub↗7,434
  • moonintheriver/diffsingerAvatar de MoonInTheRiver

    MoonInTheRiver/DiffSinger

    4,804Ver en GitHub↗

    DiffSinger es un sintetizador vocal de IA y generador de audio neuronal diseñado para producir canto y habla de alta fidelidad. Funciona como un sistema de texto a voz y una herramienta de síntesis de voz cantada basada en difusión que transforma texto y tono en audio audible. El sistema utiliza un mecanismo de difusión superficial y refinamiento iterativo de ruido para generar interpretaciones vocales realistas. Incorpora plugins de muestreo especializados y solucionadores numéricos para acelerar la inferencia y reducir el tiempo requerido para generar voces sintéticas. El proyecto cubre el modelado acústico, la síntesis de mel-espectrogramas y la reconstrucción de vocoder neuronal para convertir texto en formas de onda de audio en el dominio del tiempo. También incluye capacidades para la mejora vocal sintética para mejorar la calidad sónica de las grabaciones.

    Optimizes inference speed by employing specialized numerical solvers to reduce the number of diffusion iterations.

    Pythonaaai2022diffusion-modeldiffusion-speedup
    Ver en GitHub↗4,804
  • tencent-hunyuan/hunyuanvideo-1.5Avatar de Tencent-Hunyuan

    Tencent-Hunyuan/HunyuanVideo-1.5

    4,440Ver en 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

    Reduces video generation time through step distillation, cache inference, and sparse attention techniques.

    Pythonimage-to-videotext-to-videovideo-generation
    Ver en GitHub↗4,440
  • tencent-hunyuan/hunyuanditAvatar de Tencent-Hunyuan

    Tencent-Hunyuan/HunyuanDiT

    4,292Ver en GitHub↗

    HunyuanDiT es un modelo generativo bilingüe de texto a imagen y un generador de imágenes de transformador de difusión. Utiliza un sistema de difusión latente para sintetizar imágenes de alta resolución a partir de prompts de texto, con un enfoque específico en la comprensión y generación de contenido a partir de descripciones en chino e inglés. El proyecto presenta una arquitectura de transformador de resolución múltiple y un espacio de incrustación bilingüe para mapear diferentes scripts en un área semántica compartida. Admite el refinamiento iterativo de imágenes en múltiples turnos, lo que traduce el diálogo conversacional en prompts actualizados para modificar progresivamente el contenido visual. El sistema incluye capacidades para el subtitulado automático de imágenes, restricciones estructurales de imagen para el control del diseño y ajuste fino de los pesos del modelo para adaptar el generador a conjuntos de datos o estilos artísticos específicos. Las optimizaciones de rendimiento incluyen la destilación del modelo para la aceleración de la inferencia y el soporte para la ejecución en hardware con poca memoria de video.

    Implements step-distillation techniques to reduce the number of sampling steps and accelerate image generation.

    Jupyter Notebook
    Ver en GitHub↗4,292
  • hao-ai-lab/fastvideoAvatar de hao-ai-lab

    hao-ai-lab/FastVideo

    3,743Ver en 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

    Reduces inference latency and denoising steps through distillation and sparse attention for faster video production.

    Pythondiffusersdiffusion-modelsdistillation
    Ver en GitHub↗3,743
  • sandai-org/magi-1Avatar de SandAI-org

    SandAI-org/MAGI-1

    3,711Ver en GitHub↗

    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

    Utilizes distillation-based step scaling to reduce the number of sampling steps required for high-quality video generation.

    Pythonautoregressivediffusion-modelsvideo-generation
    Ver en GitHub↗3,711
  • thu-ml/turbodiffusionAvatar de thu-ml

    thu-ml/TurboDiffusion

    3,339Ver en GitHub↗

    TurboDiffusion is a video diffusion inference engine and generator designed to create high-resolution videos from text prompts and images. It provides a runtime environment for executing optimized diffusion model checkpoints with a focus on reducing latency and GPU memory usage. The project features a specialized training framework for aligning sparse-linear attention models with pretrained full-attention models. This system includes capabilities for sparse attention parameter merging and sparse-linear model alignment to reduce computational costs during inference while maintaining output qua

    Reduces generation time and the number of inference steps through attention acceleration and timestep distillation.

    Pythonai-infraconsistency-modeldiffusion-models
    Ver en GitHub↗3,339
  1. Home
  2. Artificial Intelligence & ML
  3. Generative AI Resources
  4. Diffusion & Visual Synthesis Models
  5. Generative AI Models
  6. Diffusion Models
  7. Inference Acceleration

Explorar subetiquetas

  • Seed Exploration AccelerationTechniques for rapidly sampling candidates to identify high-quality initial seeds using low precision. **Distinct from Inference Acceleration:** Focuses on seed discovery and candidate filtering, while [f14_mt2] is general sampling speed reduction.
  • Step-Distilled AcceleratorsAccelerators that reduce diffusion model sampling steps through distillation, cache inference, and sparse attention. **Distinct from Inference Acceleration:** Distinct from Inference Acceleration: specifically targets step distillation and cache techniques for diffusion models rather than general inference optimization.