awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Stability-AI avatar

Stability-AI/generative-models

0
View on GitHub↗

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.

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

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.
27,189 星标·3,096 分支·Python·MIT·19 次浏览

Star 历史

stability-ai/generative-models 的 Star 历史图表stability-ai/generative-models 的 Star 历史图表

常见问题解答

stability-ai/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.

stability-ai/generative-models 的主要功能有哪些?

stability-ai/generative-models 的主要功能包括: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。

stability-ai/generative-models 有哪些开源替代品?

stability-ai/generative-models 的开源替代品包括: 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…

Generative Models 的开源替代方案

相似的开源项目,按与 Generative Models 的功能重合度排序。
  • huggingface/diffusershuggingface 的头像

    huggingface/diffusers

    33,872在 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
    在 GitHub 上查看↗33,872
  • stability-ai/stablecascadeStability-AI 的头像

    Stability-AI/StableCascade

    6,548在 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
    在 GitHub 上查看↗6,548
  • apple/ml-stable-diffusionapple 的头像

    apple/ml-stable-diffusion

    17,901在 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
    在 GitHub 上查看↗17,901
  • black-forest-labs/fluxblack-forest-labs 的头像

    black-forest-labs/flux

    25,637在 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
    在 GitHub 上查看↗25,637
查看 Generative Models 的所有 30 个替代方案→