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
·

5 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • openai/consistency_modelsAvatar von openai

    openai/consistency_models

    6,492Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,492
  • luosiallen/latent-consistency-modelAvatar von luosiallen

    luosiallen/latent-consistency-model

    4,616Auf GitHub ansehen↗

    Dieses Projekt ist ein Framework für das Training von Consistency-Modellen und die Destillation von Diffusionsmodellen. Es fungiert als Few-Step-Text-to-Image-Generator und als Image-to-Image-Transformationstool, das darauf ausgelegt ist, hochauflösende Visualisierungen aus Text-Prompts oder vorhandenen Bildern zu erzeugen. Das System konzentriert sich auf die Konvertierung vortrainierter Diffusionsmodelle in Consistency-Modelle, um die Anzahl der erforderlichen Inferenzschritte zu reduzieren. Es ermöglicht das Training leichtgewichtiger Modell-Adaptoren, um spezifische visuelle Stile in große Modelle zu injizieren, ohne ein vollständiges Netzwerk-Fine-Tuning zu erfordern. Das Projekt deckt breite Funktionen in der Bildsynthese ab, einschließlich Text-to-Image- und Image-to-Image-Generierung. Es bietet Tools für Modelladaption, Latent-Diffusion-Modell-Destillation und die Erstellung von Bildvariationen, die die ursprüngliche strukturelle Komposition bewahren.

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

    Python
    Auf GitHub ansehen↗4,616
  • meituan-longcat/longcat-videoAvatar von meituan-longcat

    meituan-longcat/LongCat-Video

    4,460Auf GitHub ansehen↗

    LongCat-Video ist eine Sammlung spezialisierter Modelle für die Videosynthese, die auf einer Large-Language-Model-Architektur basiert, um hochauflösende Videos aus Text, Bildern oder bestehenden Sequenzen zu erstellen. Es enthält dedizierte Systeme für Text-to-Video-Generierung, Image-to-Video-Animation und die Erstellung sprechender Avatare. Das Projekt bietet spezifische Funktionen zur Verlängerung bestehender Clips durch ein Video-Continuation-Modell, das nachfolgende Frames vorhersagt. Es ermöglicht zudem die Synchronisation von Lippenbewegungen mit Audio- und Text-Prompts, um sprechende Videos zu produzieren. Das System integriert verschiedene Optimierungstechniken zur Steuerung der Generierungseffizienz, einschließlich destillationsbasiertem Sampling und Quantisierung, um Speicherverbrauch und Inferenzlatenz zu reduzieren. Zusätzliche strukturelle Komponenten decken die Kompression im latenten Raum und die räumlich-zeitliche Modellierung ab, um die Konsistenz über Zeit und Raum hinweg zu wahren.

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

    Python
    Auf GitHub ansehen↗4,460
  • tencent-hunyuan/hunyuanditAvatar von Tencent-Hunyuan

    Tencent-Hunyuan/HunyuanDiT

    4,292Auf GitHub ansehen↗

    HunyuanDiT ist ein zweisprachiges Text-zu-Bild-Generativmodell und ein Diffusions-Transformer-Bildgenerator. Es verwendet ein latentes Diffusionssystem, um hochauflösende Bilder aus Text-Prompts zu synthetisieren, mit einem besonderen Fokus auf das Verständnis und die Generierung von Inhalten aus chinesischen und englischen Beschreibungen. Das Projekt zeichnet sich durch eine Multi-Resolution-Transformer-Architektur und einen zweisprachigen Embedding-Raum aus, um verschiedene Schriften in einen gemeinsamen semantischen Bereich abzubilden. Es unterstützt iterative, mehrstufige Bildverfeinerungen, bei denen Konversationsdialoge in aktualisierte Prompts übersetzt werden, um visuelle Inhalte schrittweise zu modifizieren. Das System umfasst Funktionen für automatisierte Bildbeschriftungen, strukturelle Bildvorgaben zur Layout-Kontrolle sowie das Fine-Tuning von Modellgewichten, um den Generator an spezifische Datensätze oder künstlerische Stile anzupassen. Performance-Optimierungen beinhalten Model-Distillation zur Beschleunigung der Inferenz sowie Unterstützung für die Ausführung auf Hardware mit geringem Videospeicher.

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

    Jupyter Notebook
    Auf GitHub ansehen↗4,292
  • 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

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

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

Unter-Tags erkunden

  • 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