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
·

5 repositorios

Awesome GitHub RepositoriesDiffusion Model Distillation

The process of converting a pre-trained diffusion model into a faster version via student-teacher distillation.

Distinct from Teacher-Student Distillation: Distinct from Teacher-Student Distillation: specifically applied to the domain of diffusion models and their sampling acceleration.

Explore 5 awesome GitHub repositories matching artificial intelligence & ml · Diffusion Model Distillation. Refine with filters or upvote what's useful.

Awesome Diffusion Model Distillation GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • openai/consistency_modelsAvatar de openai

    openai/consistency_models

    6,492Ver en GitHub↗

    This project is a framework for training and sampling generative models designed to produce high-quality images in few steps. It provides implementations for image generation models that transform random noise into structured visual data through an optimized sampling process. The system specializes in accelerating image generation through consistency distillation and consistency training. It includes tools to transform pre-trained diffusion models into faster versions by distilling knowledge from a teacher model into a student model, as well as methods to train consistency models from scratch

    Converts pre-trained diffusion models into faster versions by distilling their knowledge into a student model.

    Python
    Ver en GitHub↗6,492
  • luosiallen/latent-consistency-modelAvatar de luosiallen

    luosiallen/latent-consistency-model

    4,616Ver en GitHub↗

    This project is a framework for training consistency models and performing diffusion model distillation. It functions as a few-step text-to-image generator and an image-to-image transformation tool designed to produce high-resolution visuals from text prompts or existing images. The system focuses on converting pre-trained diffusion models into consistency models to reduce the number of required inference steps. It enables the training of lightweight model adaptors to inject specific visual styles into large models without requiring full network fine-tuning. The project covers broad capabili

    Converts pre-trained diffusion models into consistency models to significantly reduce the required inference steps.

    Python
    Ver en GitHub↗4,616
  • meituan-longcat/longcat-videoAvatar de meituan-longcat

    meituan-longcat/LongCat-Video

    4,460Ver en GitHub↗

    LongCat-Video es una colección de modelos especializados para síntesis de video, que cuenta con una arquitectura basada en modelos de lenguaje grandes para crear videos de alta resolución a partir de texto, imágenes o secuencias existentes. Incluye sistemas dedicados para la generación de texto a video, animación de imagen a video y la creación de avatares parlantes. El proyecto proporciona capacidades específicas para extender la duración de clips existentes a través de un modelo de continuación de video que predice los fotogramas subsiguientes. También permite la sincronización de los movimientos labiales de los personajes con audio y prompts de texto para producir videos hablados. El sistema incorpora varias técnicas de optimización para gestionar la eficiencia de la generación, incluyendo muestreo basado en destilación y cuantización para reducir el uso de memoria y la latencia de inferencia. Los componentes estructurales adicionales cubren la compresión en el espacio latente y el modelado espacio-temporal para mantener la consistencia a través del tiempo y el espacio.

    Employs diffusion model distillation to reduce inference steps and accelerate video generation.

    Python
    Ver en GitHub↗4,460
  • 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.

    Provides a model distillation pipeline to reduce sampling steps and accelerate image generation inference.

    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

    Implements student-teacher distillation specifically to accelerate diffusion-based video generation models.

    Pythondiffusersdiffusion-modelsdistillation
    Ver en GitHub↗3,743
  1. Home
  2. Artificial Intelligence & ML
  3. Model Distillation Methods
  4. Diffusion Model Distillation

Explorar subetiquetas

  • Sparse-Distillation StrategiesDistillation methods that specifically employ sparse attention patterns to accelerate diffusion models. **Distinct from Diffusion Model Distillation:** Combines sparsity constraints with diffusion distillation, whereas general diffusion distillation focuses on step reduction