awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
CompVis avatar

CompVis/stable-diffusion

0
View on GitHub↗
73,125 estrellas·10,599 forks·Jupyter Notebook·14 vistasommer-lab.com/research/latent-diffusion-models↗

Stable Diffusion

Stable Diffusion is a generative machine learning pipeline that synthesizes high-resolution visual content by performing iterative denoising within a compressed latent space. By mapping natural language embeddings into pixel outputs through conditioned probabilistic processes, the framework enables the generation of images from text prompts and the transformation of existing visual inputs based on semantic instructions.

The architecture utilizes a modular execution environment that decouples model loading, scheduler logic, and inference components to support diverse hardware configurations. It distinguishes itself through a symmetric encoder-decoder backbone that preserves spatial information during refinement, alongside integrated safety filters and invisible watermarking for generated outputs.

The system provides a comprehensive suite of tools for latent space generative modeling, including capabilities for inpainting, outpainting, and style transfer. These functions are exposed through standardized interfaces, allowing for the integration of advanced diffusion-based inference into broader software workflows.

Features

  • Cross-Attention Mechanisms - Aligns generated visual features with semantic input prompts by integrating text-derived embeddings into neural network layers.
  • Image Synthesis Models - Leverages denoising autoencoders within latent representations to synthesize detailed visual content efficiently.
  • Denoising Schedulers - Manages the progressive transformation of latent noise into coherent images through configurable step-wise variance reduction.
  • Latent Space Generative Models - Manipulates compressed latent representations to perform complex generative tasks on standard consumer hardware.
  • Text-to-Image Generators - Converts natural language embeddings into high-resolution pixel outputs through conditioned probabilistic diffusion processes.
  • Latent Diffusion Models - Executes iterative denoising inside a compressed latent space to produce high-fidelity visual results.
  • Text-to-Image Synthesis - Transforms natural language prompts into high-resolution imagery using sophisticated generative pipelines.
  • Generative Media Models - Maps pixel data into compact latent spaces to facilitate the synthesis of new visual media.
  • Model Inference and Serving - Coordinates model loading, hardware acceleration, and output processing to streamline production-ready inference.
  • Generative Image Engines - Applies guided noise injection and iterative refinement to generate high-resolution visual content.
  • Image Diffusion Models - Creates structured visual patterns by iteratively refining noise through a specialized generative machine learning pipeline.
  • Modular - Decouples model loading, scheduler logic, and inference execution into interchangeable components for flexible workflow integration.
  • Generative Model Integrations - Exposes modular interfaces that allow developers to embed iterative denoising inference capabilities directly into custom software.
  • Visión artificial - Latent diffusion models for text-to-image generation.
  • Foundation Models - Latent diffusion model for text-to-image generation.
  • Text to Image - Listed in the “Text to image” section of the Ailia Models awesome list.

Historial de estrellas

Gráfico del historial de estrellas de compvis/stable-diffusionGráfico del historial de estrellas de compvis/stable-diffusion

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Stable Diffusion

Proyectos open-source similares, clasificados según cuántas características comparten con Stable Diffusion.
  • lucidrains/dalle2-pytorchAvatar de lucidrains

    lucidrains/DALLE2-pytorch

    11,310Ver en GitHub↗

    This is a PyTorch implementation of a text-to-image model designed for synthesizing high-fidelity images from natural language descriptions. It utilizes a diffusion image generator to transform latent embeddings into visual data through an iterative denoising process. The system employs a two-stage latent mapping process, using a CLIP-based latent prior to map text embeddings to image embeddings before decoding them into pixels. It features a cascading diffusion decoder that produces high-resolution imagery by passing low-resolution outputs through a sequence of models at increasing scales.

    Pythonartificial-intelligencedeep-learningtext-to-image
    Ver en GitHub↗11,310
  • divamgupta/stable-diffusion-tensorflowAvatar de divamgupta

    divamgupta/stable-diffusion-tensorflow

    1,611Ver en 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
    Ver en GitHub↗1,611
  • hpcaitech/open-soraAvatar de hpcaitech

    hpcaitech/Open-Sora

    29,101Ver en GitHub↗

    Open-Sora is a video generation framework designed to produce cinematic sequences from text prompts and images. It functions as a generative system that transforms written descriptions or reference images into video content featuring realistic textures and lighting. The project includes a dedicated prompt engineering tool that uses large language models to expand simple user inputs into detailed descriptions. It also features a motion controller for adjusting movement intensity in generated sequences and evaluating motion levels in existing video files. The framework incorporates text-to-vid

    Python
    Ver en GitHub↗29,101
  • kwai-kolors/kolorsAvatar de Kwai-Kolors

    Kwai-Kolors/Kolors

    4,607Ver en 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
    Ver en GitHub↗4,607
Ver las 30 alternativas a Stable Diffusion→

Preguntas frecuentes

¿Qué hace compvis/stable-diffusion?

Stable Diffusion is a generative machine learning pipeline that synthesizes high-resolution visual content by performing iterative denoising within a compressed latent space. By mapping natural language embeddings into pixel outputs through conditioned probabilistic processes, the framework enables the generation of images from text prompts and the transformation of existing visual inputs based on semantic instructions.

¿Cuáles son las características principales de compvis/stable-diffusion?

Las características principales de compvis/stable-diffusion son: Cross-Attention Mechanisms, Image Synthesis Models, Denoising Schedulers, Latent Space Generative Models, Text-to-Image Generators, Latent Diffusion Models, Text-to-Image Synthesis, Generative Media Models.

¿Qué alternativas de código abierto existen para compvis/stable-diffusion?

Las alternativas de código abierto para compvis/stable-diffusion incluyen: lucidrains/dalle2-pytorch — This is a PyTorch implementation of a text-to-image model designed for synthesizing high-fidelity images from natural… divamgupta/stable-diffusion-tensorflow — This project provides a TensorFlow implementation of the Stable Diffusion model, serving as a generative engine for… hpcaitech/open-sora — Open-Sora is a video generation framework designed to produce cinematic sequences from text prompts and images. It… kwai-kolors/kolors — Kolors is a generative model implementation for synthesizing photorealistic images from natural language descriptions… nvlabs/sana — Sana is a framework for high-resolution image and video synthesis based on a linear diffusion transformer. It provides… tencent-hunyuan/hunyuandit — HunyuanDiT is a bilingual text-to-image generative model and diffusion transformer image generator. It uses a latent…