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

luosiallen/latent-consistency-model

0
View on GitHub↗
4,616 stars·231 forks·Python·MIT·9 vues

Latent Consistency Model

Ce projet est un framework pour entraîner des modèles de cohérence et effectuer la distillation de modèles de diffusion. Il fonctionne comme un générateur texte-vers-image en quelques étapes et un outil de transformation image-vers-image conçu pour produire des visuels haute résolution à partir de prompts textuels ou d'images existantes.

Le système se concentre sur la conversion de modèles de diffusion pré-entraînés en modèles de cohérence pour réduire le nombre d'étapes d'inférence requises. Il permet l'entraînement d'adaptateurs de modèles légers pour injecter des styles visuels spécifiques dans de grands modèles sans nécessiter un fine-tuning complet du réseau.

Le projet couvre de larges capacités en synthèse d'image, incluant la génération texte-vers-image et image-vers-image. Il fournit des outils pour l'adaptation de modèles, la distillation de modèles de diffusion latente et la création de variations d'images qui préservent la composition structurelle originale.

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.

Historique des stars

Graphique de l'historique des stars pour luosiallen/latent-consistency-modelGraphique de l'historique des stars pour luosiallen/latent-consistency-model

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

Alternatives open source à Latent Consistency Model

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Latent Consistency Model.
  • kwai-kolors/kolorsAvatar de Kwai-Kolors

    Kwai-Kolors/Kolors

    4,607Voir sur 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
    Voir sur GitHub↗4,607
  • timothybrooks/instruct-pix2pixAvatar de timothybrooks

    timothybrooks/instruct-pix2pix

    6,879Voir sur 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
    Voir sur GitHub↗6,879
  • openai/consistency_modelsAvatar de openai

    openai/consistency_models

    6,492Voir sur 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
    Voir sur GitHub↗6,492
  • divamgupta/stable-diffusion-tensorflowAvatar de divamgupta

    divamgupta/stable-diffusion-tensorflow

    1,611Voir sur 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
    Voir sur GitHub↗1,611
Voir les 30 alternatives à Latent Consistency Model→

Questions fréquentes

Que fait luosiallen/latent-consistency-model ?

Ce projet est un framework pour entraîner des modèles de cohérence et effectuer la distillation de modèles de diffusion. Il fonctionne comme un générateur texte-vers-image en quelques étapes et un outil de transformation image-vers-image conçu pour produire des visuels haute résolution à partir de prompts textuels ou d'images existantes.

Quelles sont les fonctionnalités principales de luosiallen/latent-consistency-model ?

Les fonctionnalités principales de luosiallen/latent-consistency-model sont : Consistency, Consistency Mapping Techniques, Style Adaptation, Consistency Models, Few-Step Inference, Text-to-Image Generators, Text-Guided Image Transformations, Text-to-Image Synthesis.

Quelles sont les alternatives open-source à luosiallen/latent-consistency-model ?

Les alternatives open-source à luosiallen/latent-consistency-model incluent : 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…