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
·
Stability-AI avatar

Stability-AI/generative-models

0
View on GitHub↗
27,189 stars·3,096 forks·Python·MIT·22 views

Generative Models

This is a framework for training and sampling diffusion models to generate high-fidelity images, video, and 4D assets. It provides a modular environment for managing generative AI training pipelines, including the handling of datasets, noise sampling, and loss weighting to stabilize the creation of synthetic content.

The project features a modular model configuration system that uses YAML-based assembly to define network submodules and conditioners. It also includes a dedicated toolset for AI image watermarking, allowing for the embedding and detection of invisible markers to verify the origin of generated media.

The system supports text-to-image generation and novel-view video synthesis, transforming single input videos into consistent 4D assets. Capabilities cover latent diffusion sampling using customizable numerical solvers, as well as conditioning mechanisms that use external embedders to steer the generative process.

Features

  • Diffusion Models - Provides a comprehensive framework for training and sampling diffusion models to generate high-fidelity images, video, and 4D assets.
  • Latent Diffusion Models - Implements high-fidelity content generation by iteratively removing noise within compressed latent spaces.
  • Input Standardization Conditioners - Standardizes input types like vectors and sequences through a single conditioner to guide model generation.
  • Text-to-Image Generators - Produces synthetic high-resolution images based on natural language text prompts or existing image inputs.
  • Media Synthesis from Text - Generates high-fidelity images and video from textual or latent descriptions using diffusion architectures.
  • Generative Model Training Tools - Provides a modular environment for configuring networks and pipelines to train diffusion models.
  • External Embedder Conditioning - Steers the generative process using external embedders that process text and class labels.
  • Training Datasets - Provides systems for processing large-scale image and label datasets for generative model training.
  • Latent Conditioning Mechanisms - Implements mechanisms for injecting spatial or semantic guidance into the latent space of diffusion models.
  • Model Training Pipelines - Ships a comprehensive workflow for sourcing datasets, configuring networks, and training diffusion models.
  • Modular Agent Assembly - Uses a modular system to assemble network submodules and conditioners via YAML definitions.
  • Diffusion Process Conditioners - Implements a standardized conditioner to process diverse input types into vectors for steering the generative process.
  • Noise Level Sampling Strategies - Provides a system for managing noise level sampling and loss weighting to stabilize generative training.
  • Noise-Aware Loss Weighting - Provides modular loss weighting that decouples noise level sampling from loss calculation to stabilize training.
  • Training Pipelines - Offers a modular environment for managing datasets, noise sampling, and loss weighting in training pipelines.
  • Generative Training Data Pipelines - Ships a map-style data pipeline to efficiently feed large-scale image and label pairs into the training loop.
  • Numerical Diffusion Solvers - Provides customizable mathematical solvers to transform noise into images via discretized time-steps.
  • Model Architecture Configurations - Implements a YAML-based assembly process to define network submodules and conditioners without manual boilerplate code.
  • Diffusion Sampling Methods - Provides customizable numerical solvers and discretization methods to generate final outputs from the diffusion model.
  • Novel View Synthesis Engines - Transforms single input videos into consistent 4D assets by generating novel camera views and frames.
  • Model Component Assembly - Uses YAML-based assembly to define and instantiate model submodules without modifying the core source code.
  • AI Content Watermarking - Implements a dedicated system for embedding and detecting invisible markers in AI-generated imagery.
  • AI Watermark Detection Tools - Includes a dedicated utility for detecting invisible markers embedded in images to verify model origin.
  • Invisible Watermarks - Integrates subtle, invisible markers into generated pixel data to verify the origin of synthetic content.
  • Synthetic Media Provenance Verification - Includes a toolset to identify embedded markers in generated images to verify the model of origin.
  • Diffusion Model Research - High-resolution image synthesis using latent diffusion.
  • Foundation Models - Core generative model repository from Stability AI.
  • Generative Media Tools - Generative models for image and video.
  • Model Acceleration - Adversarial diffusion distillation for rapid image synthesis.
  • Generation - Listed in the “Generation” section of the Awesome Diffusion Models awesome list.

Star history

Star history chart for stability-ai/generative-modelsStar history chart for stability-ai/generative-models

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 Generative Models

Similar open-source projects, ranked by how many features they share with Generative Models.
  • huggingface/diffusershuggingface avatar

    huggingface/diffusers

    33,872View on GitHub↗

    Diffusers is a PyTorch-based library and generative AI framework used to build, train, and deploy diffusion pipelines for producing multi-modal media. It provides a suite of tools for generating images, video, and audio from natural language descriptions, as well as specialized systems for text-to-image generation. The project differentiates itself through a modular architecture that separates noise schedulers, pretrained model blocks, and pipeline compositions. This structure allows for the construction of custom generation workflows and the ability to swap individual components of the diffu

    Pythondeep-learningdiffusionflux
    View on GitHub↗33,872
  • stability-ai/stablecascadeStability-AI avatar

    Stability-AI/StableCascade

    6,548View on GitHub↗

    StableCascade is a generative AI system and latent diffusion framework designed for text-to-image synthesis and image-to-image transformations. It utilizes a multi-stage cascade architecture that encodes and decodes images via a latent space to produce high-fidelity visual imagery. The system includes a cascade diffusion pipeline for controlling image structure through inpainting, outpainting, and super-resolution. It also provides a toolkit for image-to-image generation and the creation of image variations using embeddings. The framework supports model optimization through low-rank adaptati

    Jupyter Notebook
    View on GitHub↗6,548
  • apple/ml-stable-diffusionapple avatar

    apple/ml-stable-diffusion

    17,901View on GitHub↗

    This project is a framework for running Stable Diffusion image generation models on Apple Silicon using Core ML hardware acceleration. It provides a local generative AI pipeline for producing images from text prompts using Swift and Python without relying on external cloud APIs. The system includes a model converter to transform deep learning checkpoints into Core ML formats and a model optimizer to quantize weights and activations. It features a ControlNet integration layer to guide image generation using external signals such as edge and depth maps. Capabilities cover text-to-image generat

    Python
    View on GitHub↗17,901
  • black-forest-labs/fluxblack-forest-labs avatar

    black-forest-labs/flux

    25,637View on GitHub↗

    Flux is a diffusion model inference engine designed for text-to-image generation and image-to-image manipulation. It provides a system for executing open-weight models to transform natural language descriptions into visual imagery or to modify existing images. The project distinguishes itself through a flow-matching framework for image generation and a structural image controller. This controller allows for guided synthesis by using depth maps and Canny edge detection to constrain the geometry and composition of the output. The toolkit covers a broad range of image editing capabilities, incl

    Python
    View on GitHub↗25,637
See all 30 alternatives to Generative Models→

Frequently asked questions

What does stability-ai/generative-models do?

This is a framework for training and sampling diffusion models to generate high-fidelity images, video, and 4D assets. It provides a modular environment for managing generative AI training pipelines, including the handling of datasets, noise sampling, and loss weighting to stabilize the creation of synthetic content.

What are the main features of stability-ai/generative-models?

The main features of stability-ai/generative-models are: Diffusion Models, Latent Diffusion Models, Input Standardization Conditioners, Text-to-Image Generators, Media Synthesis from Text, Generative Model Training Tools, External Embedder Conditioning, Training Datasets.

What are some open-source alternatives to stability-ai/generative-models?

Open-source alternatives to stability-ai/generative-models include: huggingface/diffusers — Diffusers is a PyTorch-based library and generative AI framework used to build, train, and deploy diffusion pipelines… stability-ai/stablecascade — StableCascade is a generative AI system and latent diffusion framework designed for text-to-image synthesis and… apple/ml-stable-diffusion — This project is a framework for running Stable Diffusion image generation models on Apple Silicon using Core ML… black-forest-labs/flux — Flux is a diffusion model inference engine designed for text-to-image generation and image-to-image manipulation. It… compvis/latent-diffusion — Latent Diffusion is a framework for high-resolution image synthesis that performs the denoising process within a… openai/glide-text2im — GLIDE is a generative model designed for text-to-image synthesis, image editing, and the contextual filling of masked…