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
luosiallen avatar

luosiallen/latent-consistency-model

0
View on GitHub↗
4,616 stars·231 forks·Python·MIT·22 views

Latent Consistency Model

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 capabilities in image synthesis, including text-to-image and image-to-image generation. It provides tools for model adaptation, latent diffusion model distillation, and the creation of image variations that preserve original structural composition.

Features

  • Consistency - Implements consistency distillation to transform pre-trained diffusion models into high-quality, few-step generators.
  • Consistency Mapping Techniques - Learns a mapping that predicts the fixed point of a diffusion trajectory to bypass iterative denoising steps.
  • Style Adaptation - Allows the training of lightweight weights to inject specific visual styles without full network fine-tuning.
  • Consistency Models - Provides a framework for training consistency models that map noise to data for faster generation.
  • Few-Step Inference - Enables high-resolution image generation using a minimal number of iterations instead of typical hundreds.
  • Text-to-Image Generators - Generates high-resolution images from text prompts using an optimized few-step computational process.
  • Text-Guided Image Transformations - Transforms existing images into new versions based on text prompts while maintaining structural composition.
  • Text-to-Image Synthesis - Synthesizes detailed visual imagery from natural language prompts using optimized diffusion models.
  • Fast Image Generation - Accelerates visual synthesis by minimizing sampling steps to create high-resolution images quickly.
  • Weight Adapters - Provides a mechanism to train lightweight weight adapters to inject specific visual styles into frozen networks.
  • Diffusion Model Distillation - Converts pre-trained diffusion models into consistency models to significantly reduce the required inference steps.
  • Latent Space Encoders - Operates on compressed latent representations of images to reduce computational and memory overhead during diffusion.
  • Image-to-Image Translation - Maps existing images to new domains using text guidance to create transformed versions.
  • Cross-Attention Conditioning - Uses cross-attention conditioning to map textual tokens to spatial features for guided image generation.
  • Image Variation and Mixing - Produces new visual variations of an existing image using combined text guidance.
  • Model Adaptors - Provides tools to train lightweight adaptors that inject specific visual styles into large models without requiring full network fine-tuning.
  • Model Acceleration - Synthesizes high-resolution images with few-step inference.
  • Text to Image - Listed in the “Text to image” section of the Ailia Models awesome list.

Star history

Star history chart for luosiallen/latent-consistency-modelStar history chart for luosiallen/latent-consistency-model

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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

Projects sharing features with Latent Consistency Model

These projects share indexed features with Latent Consistency Model. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • kwai-kolors/kolorsKwai-Kolors avatar

    Kwai-Kolors/Kolors

    4,607View on GitHub↗

    Kolors is a generative model implementation for synthesizing photorealistic images from natural language descriptions and visual references. It utilizes a latent diffusion model framework to produce high-fidelity imagery, operating within a compressed latent space to improve generation efficiency and quality. The system functions as a multilingual image generator, interpreting text prompts in multiple languages to produce semantically accurate visual outputs. It includes a custom model training pipeline that uses low-rank adaptation to teach the model specific subjects or artistic styles from

    Python
    View on GitHub↗4,607
  • timothybrooks/instruct-pix2pixtimothybrooks avatar

    timothybrooks/instruct-pix2pix

    6,879View on GitHub↗

    Instruct-pix2pix is an instruction-based image model and PyTorch library designed to modify visual content by following natural language directions. It functions as a diffusion model image editor that applies human-written instructions to existing pictures rather than using traditional text-to-image prompts. The project provides a fine-tunable diffusion framework for adapting pre-trained checkpoints to specific image editing datasets. It includes a synthetic dataset generator that creates paired images and text triplets to train models on various image editing tasks. The system covers a rang

    Python
    View on GitHub↗6,879
  • openai/consistency_modelsopenai avatar

    openai/consistency_models

    6,492View on 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

    Python
    View on GitHub↗6,492
  • divamgupta/stable-diffusion-tensorflowdivamgupta avatar

    divamgupta/stable-diffusion-tensorflow

    1,611View on GitHub↗

    This project provides a TensorFlow implementation of the Stable Diffusion model, serving as a generative engine for creating and modifying visual content. It functions as a machine learning architecture that translates natural language descriptions into high-quality images by iteratively refining noise within a compressed latent space. The system enables a variety of generative tasks, including text-to-image synthesis, image inpainting to fill missing or masked regions, and image editing to transform existing visuals based on text prompts. Beyond static imagery, the framework supports the gen

    Python
    View on GitHub↗1,611
Compare all 30 related projects→

Frequently asked questions

What does luosiallen/latent-consistency-model do?

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.

What are the main features of luosiallen/latent-consistency-model?

The main features of luosiallen/latent-consistency-model are: Consistency, Consistency Mapping Techniques, Style Adaptation, Consistency Models, Few-Step Inference, Text-to-Image Generators, Text-Guided Image Transformations, Text-to-Image Synthesis.

Which projects share features with luosiallen/latent-consistency-model?

Projects with overlapping indexed features include: kwai-kolors/kolors — Kolors is a generative model implementation for synthesizing photorealistic images from natural language descriptions… timothybrooks/instruct-pix2pix — Instruct-pix2pix is an instruction-based image model and PyTorch library designed to modify visual content by… openai/consistency_models — This project is a framework for training and sampling generative models designed to produce high-quality images in few… divamgupta/stable-diffusion-tensorflow — This project provides a TensorFlow implementation of the Stable Diffusion model, serving as a generative engine for… huggingface/diffusers — Diffusers is a PyTorch-based library and generative AI framework used to build, train, and deploy diffusion pipelines… compvis/latent-diffusion — Latent Diffusion is a framework for high-resolution image synthesis that performs the denoising process within a…