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

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

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

97 个仓库

Awesome GitHub RepositoriesDiffusion Models

Standardized interfaces for initializing and running image synthesis models based on diffusion architectures.

Explore 97 awesome GitHub repositories matching artificial intelligence & ml · Diffusion Models. Refine with filters or upvote what's useful.

Awesome Diffusion Models GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • comfyanonymous/comfyuicomfyanonymous 的头像

    comfyanonymous/ComfyUI

    117,322在 GitHub 上查看↗

    ComfyUI is a modular generative AI workflow orchestrator and node-based GUI for designing and executing complex diffusion model pipelines. It functions as both a visual interface for building generative logic graphs and a programmable backend API that exposes diffusion model operations for external integration. The system distinguishes itself through a graph-based execution model that supports differential workflow execution, re-running only modified nodes to reduce computation. It features dynamic model offloading to manage memory between system RAM and GPU VRAM and utilizes metadata-embedde

    Designing complex generative pipelines for images, video, and audio using a modular node-based graph interface.

    Python
    在 GitHub 上查看↗117,322
  • labmlai/annotated_deep_learning_paper_implementationslabmlai 的头像

    labmlai/annotated_deep_learning_paper_implementations

    66,981在 GitHub 上查看↗

    This project is a collection of deep learning research papers translated into annotated code. It serves as a resource for reproducing academic research, providing implementations of transformers, diffusion models, and reinforcement learning architectures. The library distinguishes itself by using a side-by-side annotation format that combines executable Python code with descriptive markdown notes. This approach provides a structured way to explain the logic of neural network papers alongside their PyTorch-based implementations. The codebase covers several major capability areas, including ge

    Constructs denoising and latent diffusion processes to generate high-quality samples from random noise.

    Pythonattentiondeep-learningdeep-learning-tutorial
    在 GitHub 上查看↗66,981
  • nexu-io/open-designnexu-io 的头像

    nexu-io/open-design

    65,830在 GitHub 上查看↗

    Open Design is an AI design orchestration platform and LLM agent workspace designed for generating prototypes, presentations, and motion graphics. It functions as a local-first environment that integrates various command-line AI agents and coding tools into a unified design workflow, allowing users to migrate design specifications into brand-compliant source code. The project is distinguished by its ability to enforce visual consistency through a design system manager that defines brand contracts and tokens using Markdown. It features a specialized motion graphics generator that converts HTML

    Provides modular sequences of processing steps to orchestrate complex AI design workflows from discovery to critique.

    TypeScriptagent-skillsai-agentsai-design
    在 GitHub 上查看↗65,830
  • keras-team/keraskeras-team 的头像

    keras-team/keras

    64,094在 GitHub 上查看↗

    Keras is a high-level deep learning framework designed for constructing and training neural networks through the composition of modular, functional layers. It serves as a comprehensive modeling toolkit that provides standardized procedures for defining, evaluating, and deploying complex architectures. By utilizing a directed acyclic graph approach, the framework allows users to build intricate models with multiple inputs, outputs, and shared layers, ensuring consistent numerical execution through functional state management. The project distinguishes itself as a multi-backend machine learning

    Initializes image synthesis models using standardized presets to ensure efficient memory management and parameter configuration during diffusion tasks.

    Pythondata-sciencedeep-learningjax
    在 GitHub 上查看↗64,094
  • 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

    Implements standardized interfaces for building and running generative diffusion models for multi-modal media.

    Pythondeep-learningdiffusionflux
    在 GitHub 上查看↗33,872
  • openbmb/voxcpmOpenBMB 的头像

    OpenBMB/VoxCPM

    29,985在 GitHub 上查看↗

    VoxCPM is a multilingual speech synthesis system and text-to-speech inference server. It functions as an AI voice cloning tool and a synthetic voice designer, capable of generating natural speech across global languages and regional dialects using a GPU-accelerated audio generator. The project features a speech model fine-tuning framework that supports both full parameter updates and low-rank adaptation for customizing voice characteristics. It enables high-fidelity voice cloning from reference audio, including cross-lingual voice transfer and acoustic environment mimicry, as well as the crea

    Uses a hierarchical diffusion-based autoregressive architecture to generate high-fidelity continuous speech representations.

    Pythonaudiodeeplearningminicpm
    在 GitHub 上查看↗29,985
  • sgl-project/sglangsgl-project 的头像

    sgl-project/sglang

    29,079在 GitHub 上查看↗

    Sglang is a high-performance inference engine and serving system designed for large language and multimodal models. It provides a programmable interface for orchestrating complex generation workflows, enabling developers to coordinate multi-turn dialogues, tool invocations, and reasoning chains through a domain-specific language. The platform is built to support production-scale deployments, offering an OpenAI-compatible API that allows for integration with existing application ecosystems. The system distinguishes itself through a disaggregated architecture that separates compute-intensive pr

    Provides capabilities for executing inference and serving tasks for diffusion-based generative models.

    Pythonattentionblackwellcuda
    在 GitHub 上查看↗29,079
  • svc-develop-team/so-vits-svcsvc-develop-team 的头像

    svc-develop-team/so-vits-svc

    28,097在 GitHub 上查看↗

    This project is a singing voice conversion tool based on VITS generative modeling. It transforms the identity of a singing voice to a target speaker while preserving the original melody, lyrics, and intonation. The system distinguishes itself through hybrid voice synthesis, allowing for the blending of multiple speaker identities via linear model interpolation. It utilizes cluster-based feature retrieval to increase target voice similarity and employs a diffusion probabilistic model as a post-processor to remove electronic artifacts and improve vocal clarity. The software covers a broad rang

    Applies a diffusion probabilistic model as a post-processor to remove electronic artifacts and improve vocal clarity.

    Python
    在 GitHub 上查看↗28,097
  • invoke-ai/invokeaiinvoke-ai 的头像

    invoke-ai/InvokeAI

    27,500在 GitHub 上查看↗

    InvokeAI is a self-hosted, professional-grade platform designed for managing generative models and performing complex image synthesis. It provides a local application environment that allows users to execute diffusion models directly on their own hardware, ensuring data privacy and complete ownership of all generated assets. The platform distinguishes itself through a node-based workflow system that enables the construction of reproducible and automated image generation pipelines. By chaining modular functional units into directed acyclic graphs, users can automate intricate production tasks

    Provides a professional-grade web interface for generating and editing images using local diffusion models.

    TypeScriptai-artartificial-intelligencegenerative-art
    在 GitHub 上查看↗27,500
  • stability-ai/generative-modelsStability-AI 的头像

    Stability-AI/generative-models

    27,189在 GitHub 上查看↗

    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 origi

    Provides a comprehensive framework for training and sampling diffusion models to generate high-fidelity images, video, and 4D assets.

    Python
    在 GitHub 上查看↗27,189
  • 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

    Provides a high-performance inference engine for executing open-weight diffusion models to generate images.

    Python
    在 GitHub 上查看↗25,637
  • facebookresearch/audiocraftfacebookresearch 的头像

    facebookresearch/audiocraft

    23,379在 GitHub 上查看↗

    Audiocraft is a deep learning audio library and machine learning framework designed for training, fine-tuning, and evaluating generative models for music and sound effects. It functions as a text-to-music generative model and a neural audio codec, providing the tools necessary to compress audio signals into discrete representations and synthesize high-fidelity waveforms from textual descriptions. The framework is distinguished by its ability to combine multiple conditioning signals, allowing for the generation of audio based on text prompts, melodic excerpts, or style-based audio clips. It al

    Reconstructs audio waveforms from discrete tokens by predicting multiple frequency bands simultaneously for higher fidelity.

    Jupyter Notebook
    在 GitHub 上查看↗23,379
  • sanster/iopaintSanster 的头像

    Sanster/IOPaint

    23,244在 GitHub 上查看↗

    IOPaint is an AI image editor and Stable Diffusion inpainting tool providing a web interface for removing objects and replacing image content. It utilizes latent diffusion image processing to synthesize high-resolution replacements for erased sections of an image. The project features a specialized AI background remover for isolating subjects and an AI image upscaler that employs super-resolution models for general photos and anime artwork. The software covers a broad range of capabilities including image segmentation for object isolation, face restoration for improving facial details, and t

    Ships a web interface for removing objects and replacing image content using Stable Diffusion.

    Pythoninpaintinglamalatent-diffusion
    在 GitHub 上查看↗23,244
  • sanster/lama-cleanerSanster 的头像

    Sanster/lama-cleaner

    23,235在 GitHub 上查看↗

    Lama Cleaner is an AI-powered image editing application focused on inpainting, object removal, and generative filling. It provides a suite of tools for erasing unwanted elements from photos and filling the resulting gaps using generative artificial intelligence. The project includes specialized capabilities for image outpainting to extend borders, background removal through object segmentation, and face restoration to fix visual defects. It also features an image upscaler to increase resolution and clarity via super-resolution AI, as well as a Stable Diffusion-based editor for replacing speci

    Offers a web interface for performing generative filling and border extension via Stable Diffusion.

    Python
    在 GitHub 上查看↗23,235
  • 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

    Implements Stable Diffusion image generation optimized for Apple Silicon via Core ML.

    Python
    在 GitHub 上查看↗17,901
  • mikubill/sd-webui-controlnetMikubill 的头像

    Mikubill/sd-webui-controlnet

    17,853在 GitHub 上查看↗

    This project is an extension for Stable Diffusion that provides an image-to-image control framework. It serves as a multi-control constraint manager and structural data preprocessor, allowing users to guide the layout and composition of generated images through spatial maps and structural constraints. The system enables multi-constraint image generation by combining several different control inputs to enforce multiple stylistic or spatial rules within a single generation pass. It provides tools for visual image referencing and precise geometric or anatomical templating to ensure generated ima

    Ensures generated images follow strict geometric or anatomical templates using visual references and preprocessors.

    Python
    在 GitHub 上查看↗17,853
  • infrasys-ai/aisystemInfrasys-AI 的头像

    Infrasys-AI/AISystem

    17,017在 GitHub 上查看↗

    AISystem is a comprehensive AI full-stack infrastructure project covering the entire pipeline from AI chip architecture to high-level training frameworks. It encompasses the development of AI compiler frameworks, inference engines, and distributed training orchestrators designed to coordinate workloads across a heterogeneous compute stack of CPUs, GPUs, and NPUs. The project focuses on the deep integration of software and hardware, employing software-hardware co-design to align tensor layouts with physical memory structures. It provides specialized capabilities for accelerating Transformer mo

    Tracks experiment metadata and performance metrics to ensure reproducibility and enable version rollback.

    Jupyter Notebookaiaiinfraaisys
    在 GitHub 上查看↗17,017
  • lllyasviel/framepacklllyasviel 的头像

    lllyasviel/FramePack

    17,028在 GitHub 上查看↗

    FramePack is a neural video synthesis engine and generation framework designed to produce long, temporally consistent video sequences. It functions as a diffusion model optimizer, providing a suite of techniques to manage the computational demands of high-parameter video models while maintaining visual stability during extended generation tasks. The system distinguishes itself through a hierarchical approach to frame prediction, which plans distant anchor frames before filling in intermediate content to prevent cumulative temporal drift. By utilizing constant-length context compression and to

    Provides a suite of optimization techniques including caching and quantization to accelerate diffusion-based video generation on consumer hardware.

    Python
    在 GitHub 上查看↗17,028
  • camenduru/stable-diffusion-webui-colabcamenduru 的头像

    camenduru/stable-diffusion-webui-colab

    15,937在 GitHub 上查看↗

    This project provides a cloud-based notebook configuration for deploying a Stable Diffusion web interface. It functions as a specialized environment for image generation, incorporating a model trainer for fine-tuning weights and creating training datasets. The system emphasizes infrastructure persistence by saving software installations and model files to cloud storage, avoiding repetitive setups between sessions. It uses a tunnel-based interface to expose the web dashboard to a public URL for remote interaction. The project covers end-to-end AI workflows, including dataset preparation and t

    Deploys a web-based platform for managing and executing Stable Diffusion models on Google Colab.

    Jupyter Notebook
    在 GitHub 上查看↗15,937
  • datatalksclub/mlops-zoomcampDataTalksClub 的头像

    DataTalksClub/mlops-zoomcamp

    14,858在 GitHub 上查看↗

    This project is a structured educational program and comprehensive training curriculum designed to teach the end-to-end lifecycle of machine learning models. It serves as a resource for engineers to master the transition of data science projects from development into reliable, production-ready systems. The curriculum focuses on the practical application of engineering best practices, emphasizing the orchestration of complex data processing and training sequences. It provides instruction on building repeatable workflows, managing experiment metadata, and implementing infrastructure automation

    Logs model parameters and performance metrics to maintain a reproducible history of training iterations.

    Jupyter Notebook
    在 GitHub 上查看↗14,858
上一个1234…5下一个
  1. Home
  2. Artificial Intelligence & ML
  3. Generative AI Resources
  4. Diffusion & Visual Synthesis Models
  5. Generative AI Models
  6. Diffusion Models

探索子标签

  • Animation AdaptersModules that add temporal capabilities to static diffusion models. **Distinct from Diffusion Model Managers:** Specifically focuses on transforming an image model into a video model, rather than managing model weights.
  • AudioGenerative models that apply denoising diffusion processes specifically to audio signals and musical tracks. **Distinct from Diffusion Models:** Focuses on audio synthesis rather than the image synthesis standard defined in the parent Diffusion Models tag.
  • Autoregressive Audio Diffusion2 个子标签Diffusion models that predict continuous speech representations in an autoregressive manner to generate high-fidelity audio. **Distinct from Diffusion Models:** Distinct from Diffusion Models: specifically applies the diffusion process to continuous audio speech representations.
  • Diffusion Model Training8 个子标签Iterative noise prediction training workflows using U-Net architectures and time embeddings. **Distinct from Diffusion Models:** Specifically covers the training process for diffusion models, whereas the parent is a general interface for initializing and running them.
  • Diffusion-Based 3D GuidanceThe use of pre-trained 2D diffusion models as loss functions to guide the optimization of 3D shapes. **Distinct from Diffusion Models:** Focuses on using diffusion as a guidance signal for 3D geometry rather than training 2D diffusion models.
  • Generative PipelinesModular sequences of processing steps for orchestrating complex generative AI workflows. **Distinct from Diffusion Models:** Distinct from Diffusion Models: focuses on the orchestration and chaining of multiple model operations rather than the model architecture itself.
  • Hunyuan Model IntegrationIntegrating the specific Hunyuan diffusion model into a node-based generation workflow. **Distinct from Diffusion Models:** A specific model implementation rather than a general diffusion model interface
  • Identity Adapters1 个子标签Specialized adapters for diffusion models that inject subject-specific identity information into the generation process. **Distinct from Diffusion Models:** Diffusion Models is the base architecture; this focuses on the adapter mechanism for identity injection.
  • Inference Acceleration2 个子标签Optimization techniques to reduce the computational cost and time of diffusion model sampling. **Distinct from Diffusion Models:** Focuses on sampling speed and step reduction specifically for diffusion processes.
  • Inference Backend APIsProgrammable endpoints that expose diffusion model operations for external integration. **Distinct from Diffusion Models:** Distinct from Diffusion Models: focuses on the server-side API delivery rather than the model architecture
  • Inference OptimizationsTechniques specifically designed to reduce the runtime latency and memory footprint of diffusion models. **Distinct from Diffusion Models:** Covers the holistic application of quantization and distillation for inference, distinct from general diffusion model interfaces.
  • Instruction-Based EditorsDiffusion-based tools specifically designed to apply natural language edits to existing images. **Distinct from Diffusion Models:** Distinct from general Diffusion Models by specializing in editing existing images via instructions rather than just synthesizing new ones.
  • Local Execution OptimizationsHardware-specific optimizations for running diffusion models on consumer-grade local hardware. **Distinct from Diffusion Models:** Focuses on the execution efficiency and memory reduction for local hardware rather than the general model interface.
  • Model Version Management1 个子标签Systems for downloading and switching between different versions of diffusion models. **Distinct from Diffusion Models:** Focuses on the operational management and switching of model files rather than the model architecture itself.
  • Optimization FrameworksTechniques and toolkits for accelerating diffusion model inference through caching, quantization, and memory management. **Distinct from Diffusion Models:** Distinct from Diffusion Models: focuses on the optimization and acceleration layer for existing models rather than the model architectures themselves.
  • Precise Guidance TemplatesSystems for applying strict geometric or anatomical templates to ensure precise adherence in diffusion model output. **Distinct from Diffusion Models:** Distinct from general Diffusion Models by focusing on the application of strict geometric and anatomical templates.
  • Quantization ToolkitsFrameworks for compressing diffusion models using four-bit quantization and low-rank decomposition. **Distinct from Diffusion Models:** Distinct from Diffusion Models: focuses on the toolkit for compression rather than the model architecture itself.
  • Stable Diffusion Web Interfaces2 个子标签Web-based platforms for managing and executing local diffusion models. **Distinct from Diffusion Models:** Distinct from Diffusion Models: focuses on the web-based interface and workflow system rather than the model architecture itself.
  • Visual Graph Interfaces1 个子标签GUI environments for designing generative pipelines through nodes and connections. **Distinct from Diffusion Models:** Distinct from Diffusion Models: focuses on the visual orchestration interface rather than the model itself
  • Visual Reference GuidanceTechniques for using external images as direct visual guides for diffusion process attention layers. **Distinct from Diffusion Models:** Focuses on direct image-to-attention guiding without pre-trained control models, whereas Diffusion Models are the core architectures.