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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • openai/consistency_modelsAvatar openai

    openai/consistency_models

    6,492Vezi pe 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
    Vezi pe GitHub↗6,492
  • luosiallen/latent-consistency-modelAvatar luosiallen

    luosiallen/latent-consistency-model

    4,616Vezi pe 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
    Vezi pe GitHub↗4,616
  • meituan-longcat/longcat-videoAvatar meituan-longcat

    meituan-longcat/LongCat-Video

    4,460Vezi pe GitHub↗

    LongCat-Video este o colecție de modele specializate pentru sinteza video, având o arhitectură bazată pe modele de limbaj mari (LLM) pentru crearea de videoclipuri de înaltă rezoluție din text, imagini sau secvențe existente. Include sisteme dedicate pentru generarea text-to-video, animația image-to-video și crearea de avatare vorbitoare. Proiectul oferă capabilități specifice pentru extinderea duratei clipurilor existente printr-un model de continuare video care prezice cadrele ulterioare. De asemenea, permite sincronizarea mișcărilor buzelor personajelor cu prompturi audio și text pentru a produce videoclipuri vorbite. Sistemul încorporează diverse tehnici de optimizare pentru a gestiona eficiența generării, inclusiv eșantionarea bazată pe distilare și cuantizarea pentru a reduce utilizarea memoriei și latența de inferență. Componentele structurale suplimentare acoperă compresia în spațiul latent și modelarea spațio-temporală pentru a menține consistența în timp și spațiu.

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

    Python
    Vezi pe GitHub↗4,460
  • tencent-hunyuan/hunyuanditAvatar Tencent-Hunyuan

    Tencent-Hunyuan/HunyuanDiT

    4,292Vezi pe GitHub↗

    HunyuanDiT is a bilingual text-to-image generative model and diffusion transformer image generator. It uses a latent diffusion system to synthesize high-resolution images from text prompts, with a specific focus on understanding and generating content from both Chinese and English language descriptions. The project features a multi-resolution transformer architecture and a bilingual embedding space to map different scripts into a shared semantic area. It supports iterative multi-turn image refinement, which translates conversational dialogue into updated prompts to progressively modify visual

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

    Jupyter Notebook
    Vezi pe GitHub↗4,292
  • hao-ai-lab/fastvideoAvatar hao-ai-lab

    hao-ai-lab/FastVideo

    3,743Vezi pe 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
    Vezi pe GitHub↗3,743
  1. Home
  2. Artificial Intelligence & ML
  3. Model Distillation Methods
  4. Diffusion Model Distillation

Explorează sub-etichetele

  • 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