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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 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·22 views

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.

Star history

Star history chart for openai/consistency_modelsStar history chart for openai/consistency_models

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Consistency Models

Similar open-source projects, ranked by how many features they share with Consistency Models.
  • luosiallen/latent-consistency-modelluosiallen avatar

    luosiallen/latent-consistency-model

    4,616View on 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
    View on GitHub↗4,616
  • openai/improved-diffusionopenai avatar

    openai/improved-diffusion

    3,829View on 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
    View on GitHub↗3,829
  • huggingface/diffusion-models-classhuggingface avatar

    huggingface/diffusion-models-class

    4,331View on 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
    View on GitHub↗4,331
  • lucidrains/imagen-pytorchlucidrains avatar

    lucidrains/imagen-pytorch

    8,415View on 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
    View on GitHub↗8,415
See all 30 alternatives to Consistency Models→

Frequently asked questions

What does openai/consistency_models do?

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.

What are the main features of openai/consistency_models?

The main features of openai/consistency_models are: Consistency, Consistency Models, Quality Evaluators, Generative Image Models, Fast Image Generation, Noise-to-Image Generation, Single-Step Sampling, Generative Fidelity Benchmarks.

What are some open-source alternatives to openai/consistency_models?

Open-source alternatives to openai/consistency_models include: 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…

Curated searches featuring Consistency Models

Hand-picked collections where Consistency Models appears.
  • AI & Machine Learning