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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
openai avatar

openai/consistency_modelsArchived

0
View on GitHub↗
6,492 stars·434 forks·Python·MIT·6 vues

Consistency Models

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.

The project covers a broad surface of generative AI development, including text-to-image sampling and image dataset preparation. It also features an evaluation suite for benchmarking generative quality using metrics such as Fréchet Inception Distance, Precision, Recall, and Inception Score.

Features

  • Consistency - Implements consistency distillation to transform diffusion models into fast, few-step image generators.
  • Consistency Models - Provides capabilities to train consistency models from scratch without the need for a pre-existing teacher model.
  • Quality Evaluators - Calculates quantitative metrics like FID and Inception Score to evaluate the quality and diversity of generated images.
  • Generative Image Models - Implements neural network architectures that transform random noise into structured images via optimized sampling.
  • Fast Image Generation - Reduces the number of sampling steps needed to create high-quality images using consistency models.
  • Noise-to-Image Generation - Transforms random Gaussian noise into structured visual data using a denoising diffusion and sampling process.
  • Single-Step Sampling - Enables the production of high-quality images in a single step by mapping ODE trajectories back to the origin.
  • Generative Fidelity Benchmarks - Benchmarks generative performance using FID, Precision, Recall, and Inception Score against sampled image batches.
  • Diffusion Model Distillation - Converts pre-trained diffusion models into faster versions by distilling their knowledge into a student model.
  • Teacher-Student Distillation - Transfers knowledge from slow, iterative diffusion teacher models to fast, efficient student generative models.
  • Model Distillation Tools - Offers tools for transforming pre-trained diffusion models into faster versions by distilling knowledge into a student model.
  • Generation Speed Optimizers - Optimizes inference speed by reducing the number of sampling steps required for image generation.
  • Training - Provides a method for training consistency models from scratch by enforcing consistency across different time steps.
  • Inference Speed Optimization - Reduces the temporal cost of image creation by training student models to mimic teacher models.
  • Generative AI Training - Supports developing and optimizing generative neural networks from scratch for visual content synthesis.
  • Diffusion Model Evaluators - Includes a suite of tools for measuring image quality using FID, Precision, Recall, and Inception Score benchmarks.
  • Generative Model Development - Facilitates the development of high-speed generative models through distillation and consistency training.
  • Image Set Sampling - Enables the creation of image sets from trained models by specifying samplers and step counts.
  • Text-to-Image Model Training - Supports the training of generative models that synthesize images, including configurable hyperparameters for neural network optimization.
  • Image Quality Metrics - Evaluates the performance of generative models using metrics like FID and Inception Score to measure visual fidelity.
  • Fréchet Inception Distances - Calculates Fréchet Inception Distance to measure the visual quality and diversity of generated images.

Historique des stars

Graphique de l'historique des stars pour openai/consistency_modelsGraphique de l'historique des stars pour openai/consistency_models

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Collections incluant Consistency Models

Sélections manuelles où Consistency Models apparaît.
  • IA et Machine Learning

Alternatives open source à Consistency Models

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Consistency Models.
  • luosiallen/latent-consistency-modelAvatar de luosiallen

    luosiallen/latent-consistency-model

    4,616Voir sur 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

    Python
    Voir sur GitHub↗4,616
  • openai/improved-diffusionAvatar de openai

    openai/improved-diffusion

    3,829Voir sur GitHub↗

    This project is a diffusion model framework for training and sampling from denoising probabilistic models to generate images from noise. It functions as a generative image model that creates visual content by iteratively refining random noise into coherent images. The system includes a distributed GPU trainer designed to scale complex neural network architectures across multiple graphics processing units. It also provides an image dataset preprocessor to prepare, scale, and standardize raw image collections for training. The framework covers model training and image generation, utilizing noi

    Python
    Voir sur GitHub↗3,829
  • huggingface/diffusion-models-classAvatar de huggingface

    huggingface/diffusion-models-class

    4,331Voir sur GitHub↗

    This project is an educational course and collection of training materials focused on generative diffusion models. It provides a curriculum and practical guides for training, fine-tuning, and deploying models capable of synthesizing images, audio, and video. The material covers specific implementation strategies including noise-based synthesis, iterative refinement, and latent space compression. It provides instruction on guiding generative outputs through conditional synthesis and prompt adherence optimization, as well as techniques for image inpainting and text-based editing. The project i

    Jupyter Notebook
    Voir sur GitHub↗4,331
  • lucidrains/imagen-pytorchAvatar de lucidrains

    lucidrains/imagen-pytorch

    8,415Voir sur GitHub↗

    This is a PyTorch-based implementation of diffusion models for synthesizing photorealistic images and video. It provides a framework for text-to-image and text-to-video generation, as well as unconditional image synthesis. The system utilizes a cascading diffusion pipeline to produce high-resolution imagery by passing low-resolution outputs through a sequence of super-resolution models. It also includes capabilities for image inpainting, allowing the reconstruction of masked or missing regions of visual media guided by surrounding context and text prompts. The project includes tools for diff

    Pythonartificial-intelligencedeep-learningimagination-machine
    Voir sur GitHub↗8,415
Voir les 30 alternatives à Consistency Models→

Questions fréquentes

Que fait openai/consistency_models ?

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.

Quelles sont les fonctionnalités principales de openai/consistency_models ?

Les fonctionnalités principales de openai/consistency_models sont : Consistency, Consistency Models, Quality Evaluators, Generative Image Models, Fast Image Generation, Noise-to-Image Generation, Single-Step Sampling, Generative Fidelity Benchmarks.

Quelles sont les alternatives open-source à openai/consistency_models ?

Les alternatives open-source à openai/consistency_models incluent : luosiallen/latent-consistency-model — This project is a framework for training consistency models and performing diffusion model distillation. It functions… openai/improved-diffusion — This project is a diffusion model framework for training and sampling from denoising probabilistic models to generate… huggingface/diffusion-models-class — This project is an educational course and collection of training materials focused on generative diffusion models. It… lucidrains/imagen-pytorch — This is a PyTorch-based implementation of diffusion models for synthesizing photorealistic images and video. It… meituan-longcat/longcat-video — LongCat-Video is a collection of specialized models for video synthesis, featuring a large language model based… mlfoundations/open_clip — Open CLIP is an open source framework for training and deploying Contrastive Language-Image Pre-training models. It…