awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

24 repositorios

Awesome GitHub RepositoriesDiffusion Model Training

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.

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

Awesome Diffusion Model Training GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • compvis/latent-diffusionAvatar de CompVis

    CompVis/latent-diffusion

    14,072Ver en GitHub↗

    Latent Diffusion is a framework for high-resolution image synthesis that performs the denoising process within a compressed latent space. It uses variational autoencoders to encode images into a lower-dimensional representation, reducing the computational cost of noise prediction compared to operating on raw pixels. The project enables text-to-image generation by integrating natural language descriptions through cross-attention conditioning. It also supports image inpainting and restoration, filling masked or missing image areas with generated content, and example-based synthesis using retrie

    Includes workflows for training latent diffusion models on large datasets of diverse visual examples.

    Jupyter Notebook
    Ver en GitHub↗14,072
  • 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.

    Implements a cascading diffusion decoder to produce high-resolution imagery by passing outputs through multiple models at increasing scales.

    Pythonartificial-intelligencedeep-learningtext-to-image
    Ver en GitHub↗11,310
  • magic-research/magic-animateAvatar de magic-research

    magic-research/magic-animate

    10,908Ver en GitHub↗

    Magic Animate is a diffusion model video generator designed for human image animation. It transforms a static human photo into a temporally consistent video by mapping movements from a reference motion clip, acting as a tool to create realistic animations from a single image. The system ensures visual stability and minimizes flicker through temporal attention injection and motion-controlled noise scheduling. To accelerate the generation of high-resolution video, it includes a distributed GPU inference engine that splits model workloads across multiple graphics cards. The project covers a com

    Implements a staged training strategy that optimizes appearance and temporal modules separately before performing global fine-tuning.

    Python
    Ver en GitHub↗10,908
  • lucidrains/denoising-diffusion-pytorchAvatar de lucidrains

    lucidrains/denoising-diffusion-pytorch

    10,614Ver en GitHub↗

    Implementation of Denoising Diffusion Probabilistic Model in Pytorch

    Trains a denoising diffusion probabilistic model on images or sequences using a U-Net backbone.

    Pythonartificial-intelligencedeep-learninggenerative-model
    Ver en GitHub↗10,614
  • facebookresearch/ditAvatar de facebookresearch

    facebookresearch/DiT

    8,642Ver en GitHub↗

    DiT es un modelo de difusión latente y framework de IA generativa basado en transformadores implementado en PyTorch. Funciona como un generador de imágenes condicionado por clases que reemplaza los backbones convolucionales tradicionales con una arquitectura de transformador para sintetizar imágenes de alta fidelidad. El proyecto utiliza procesamiento latente basado en parches y compresión de espacio latente para operar en representaciones de imágenes de baja dimensión. Incorpora guía condicional por clases y escalas de guía ajustables para controlar el contenido visual de las imágenes generadas durante el proceso de muestreo. El framework cubre el entrenamiento distribuido de modelos, el muestreo iterativo de ruido y la creación de conjuntos de datos de imágenes sintéticas. También incluye herramientas para la evaluación de la calidad del modelo para calcular puntuaciones de precisión y calidad frente a puntos de referencia estándar.

    Provides distributed training workflows for transformer-based latent diffusion models to improve scalability and speed.

    Python
    Ver en GitHub↗8,642
  • lucidrains/imagen-pytorchAvatar de lucidrains

    lucidrains/imagen-pytorch

    8,415Ver en GitHub↗

    This is a PyTorch-based implementation of diffusion models for synthesizing photorealistic images and video. It provides a framework for text-to-image and text-to-video generation, as well as unconditional image synthesis. The system utilizes a cascading diffusion pipeline to produce high-resolution imagery by passing low-resolution outputs through a sequence of super-resolution models. It also includes capabilities for image inpainting, allowing the reconstruction of masked or missing regions of visual media guided by surrounding context and text prompts. The project includes tools for diff

    Distributes diffusion model training across multiple GPUs using data parallelism to increase throughput.

    Pythonartificial-intelligencedeep-learningimagination-machine
    Ver en GitHub↗8,415
  • tingsongyu/pytorch_tutorialAvatar de TingsongYu

    TingsongYu/PyTorch_Tutorial

    8,018Ver en GitHub↗

    This project is a comprehensive collection of educational examples and reference implementations for building vision and language models using PyTorch. It serves as a deep learning tutorial covering the end-to-end process of developing neural networks, from initial architecture definition to final production deployment. The repository provides detailed guides on implementing a wide range of domain-specific models, including convolutional neural networks for object detection and segmentation, as well as transformer and recurrent architectures for natural language processing. It emphasizes gene

    Provides detailed implementations for training diffusion models to predict noise and generate images.

    Python
    Ver en GitHub↗8,018
  • thelastben/fast-stable-diffusionAvatar de TheLastBen

    TheLastBen/fast-stable-diffusion

    7,889Ver en GitHub↗

    This project is a cloud-based AI deployment system and latent diffusion model trainer. It provides a framework for launching image generation interfaces and training pipelines on remote GPU infrastructure, specifically serving as a text-to-image model fine-tuner. The system features a specialized training interface for fine-tuning Stable Diffusion models on custom image datasets. It allows for the creation of personalized visual outputs by training models on specific subjects or artistic styles using a small set of reference images. The software covers generative AI deployment, custom style

    Implements iterative noise prediction training workflows to create images of specific subjects or styles.

    Pythona1111aicolab
    Ver en GitHub↗7,889
  • cloneofsimo/loraAvatar de cloneofsimo

    cloneofsimo/lora

    7,541Ver en GitHub↗

    This project is a toolkit for fine-tuning and managing text-to-image diffusion models. It focuses on low-rank adaptation to create small, portable weight files that customize model styles and behaviors without modifying the entire base model. The project provides specialized utilities for model distillation using singular value decomposition to extract adapters from fully trained models, as well as tools for blending and merging multiple adapters through weight interpolation. It includes capabilities for subject inversion and pivotal tuning to increase the visual fidelity of specific identiti

    Provides a specialized training setup for fine-tuning diffusion models to fill image gaps and restore visual details.

    Jupyter Notebook
    Ver en GitHub↗7,541
  • openai/guided-diffusionAvatar de openai

    openai/guided-diffusion

    7,395Ver en GitHub↗

    This is a classifier-guided diffusion framework for high-fidelity image generation. It implements a cascaded diffusion pipeline that chains a base diffusion model with a dedicated upsampler to progressively increase image resolution in stages, and uses classifier-guided diffusion sampling to steer the reverse diffusion process toward higher-quality outputs. The framework provides tools for training diffusion models from scratch using distributed processes with gradient accumulation, as well as training classifier models that provide gradient-based guidance during sampling. It supports both un

    Trains a diffusion model on a dataset using distributed processes and adjustable settings.

    Python
    Ver en GitHub↗7,395
  • stability-ai/stablecascadeAvatar de Stability-AI

    Stability-AI/StableCascade

    6,548Ver en 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

    Uses cascading decoders to progressively increase image resolution through sequential model passes.

    Jupyter Notebook
    Ver en GitHub↗6,548
  • akegarasu/lora-scriptsAvatar de Akegarasu

    Akegarasu/lora-scripts

    6,059Ver en GitHub↗

    lora-scripts es un toolkit de ajuste fino (fine-tuning) diseñado para adaptar modelos de difusión base a estilos o sujetos específicos. Proporciona un conjunto especializado de scripts y herramientas para ejecutar trabajos de entrenamiento de adaptación de bajo rango (LoRA) y Dreambooth. El proyecto cuenta con una interfaz gráfica basada en web que gestiona el flujo de trabajo de entrenamiento, permitiendo a los usuarios configurar y ejecutar trabajos sin editar scripts manualmente. Esta interfaz mapea las entradas del usuario a hiperparámetros y proporciona un panel en tiempo real para monitorear métricas de entrenamiento y curvas de pérdida para rastrear la convergencia del modelo. El sistema incluye un gestor de etiquetado de datasets para organizar y editar etiquetas de imágenes. Para garantizar una ejecución consistente en diferentes hosts de hardware, el entorno de entrenamiento se proporciona como una configuración contenedorizada preconfigurada.

    Implements specialized fine-tuning logic for diffusion models via standalone Python scripts.

    Pythondreamboothfinetunelora
    Ver en GitHub↗6,059
  • xxlong0/wonder3dAvatar de xxlong0

    xxlong0/Wonder3D

    5,388Ver en GitHub↗

    Wonder3D es un sistema basado en difusión para la reconstrucción 3D a partir de una sola imagen. Genera mallas 3D de alto detalle a partir de una única imagen de entrada produciendo mapas de normales y colores multi-vista consistentes. El pipeline funciona como un generador de mapas de normales multi-vista y un extractor de mallas texturizadas. Utiliza síntesis multi-vista de dominio cruzado para crear mapas dependientes de la vista, que luego se convierten en geometría 3D mediante fusión de radiancia y reconstrucción de superficies eficiente en memoria. El proyecto cubre la generación de mallas 3D, generación multi-vista y modelado 3D texturizado. También incluye capacidades para entrenar modelos de difusión para optimizar la consistencia de los mapas dependientes de la vista generados.

    Provides workflows to optimize attention and cross-domain modules for improving view-dependent map consistency.

    Python3d-aigc3d-generation3dgeneration
    Ver en GitHub↗5,388
  • hojonathanho/diffusionAvatar de hojonathanho

    hojonathanho/diffusion

    5,053Ver en GitHub↗

    This project is a diffusion model training framework and image synthesis pipeline. It provides the tools necessary to train generative models to learn image data distributions through an iterative denoising process. The framework includes a generative model evaluation tool consisting of automated scripts used to measure the quality and accuracy of produced samples. The system covers model training pipelines and performance evaluation for generative diffusion models.

    Implements a complete training pipeline for generative diffusion models to learn image data distributions.

    Python
    Ver en GitHub↗5,053
  • datawhalechina/tiny-universeAvatar de datawhalechina

    datawhalechina/tiny-universe

    4,505Ver en GitHub↗

    Tiny Universe is an educational monorepo that delivers multiple independent implementations of core AI subsystems as self-contained Jupyter notebooks. It provides from-scratch constructions of foundational architectures including a complete Transformer model built from the original paper specification, a denoising diffusion probabilistic model for image generation, and a ReAct-style autonomous agent framework that equips an LLM with tools for planning and multi-step task execution. The project distinguishes itself by covering the full lifecycle of modern AI systems through hands-on implementa

    Provides a minimal DDPM implementation translating mathematical formulas into training and sampling code.

    Jupyter Notebookagentdiffusionevaluation-metrics
    Ver en GitHub↗4,505
  • huggingface/notebooksAvatar de huggingface

    huggingface/notebooks

    4,468Ver en GitHub↗

    This is a collection of Jupyter notebooks that serve as educational guides for training, fine-tuning, and deploying machine learning models within the Hugging Face ecosystem. The notebooks cover the full lifecycle of model development, from loading and configuring pre-trained transformers to packaging trained models for real-time inference via scalable endpoints. The notebooks demonstrate a range of capabilities including diffusion model training and fine-tuning for image generation and editing, transformer model adaptation for natural language processing tasks, and parameter-efficient fine-t

    Provides notebooks that teach training and fine-tuning of diffusion models for image generation and editing.

    Jupyter Notebook
    Ver en GitHub↗4,468
  • huggingface/diffusion-models-classAvatar de huggingface

    huggingface/diffusion-models-class

    4,331Ver en GitHub↗

    This project is an educational course and collection of training materials focused on generative diffusion models. It provides a curriculum and practical guides for training, fine-tuning, and deploying models capable of synthesizing images, audio, and video. The material covers specific implementation strategies including noise-based synthesis, iterative refinement, and latent space compression. It provides instruction on guiding generative outputs through conditional synthesis and prompt adherence optimization, as well as techniques for image inpainting and text-based editing. The project i

    Teaches the core process of denoising data by adding varying levels of noise and updating model weights.

    Jupyter Notebook
    Ver en GitHub↗4,331
  • xpixelgroup/diffbirAvatar de XPixelGroup

    XPixelGroup/DiffBIR

    4,087Ver en GitHub↗

    DiffBIR es un framework de restauración de imágenes basado en difusión, diseñado para la reconstrucción de imágenes ciegas. Utiliza priors de difusión generativa para recuperar imágenes de alta calidad a partir de fuentes con degradaciones complejas o desconocidas, sin necesidad de modelos de degradación explícitos. El sistema incluye modelos especializados para la restauración de rostros, permitiendo recuperar rasgos faciales, texturas y fondos en retratos degradados. Para soportar salidas de alta resolución en hardware con memoria limitada, emplea un escalador de imágenes por mosaicos que divide las imágenes en parches más pequeños durante el muestreo. El framework abarca un pipeline de restauración multietapa y escalado de imágenes generativo. Incorpora capacidades para el entrenamiento de modelos de restauración y la aplicación de pesos especializados para optimizar la mejora en escenas específicas.

    Includes workflows for training diffusion models to combine restoration with generative capabilities.

    Python
    Ver en GitHub↗4,087
  • guytevet/motion-diffusion-modelAvatar de GuyTevet

    GuyTevet/motion-diffusion-model

    4,054Ver en GitHub↗

    Este es un framework de aprendizaje profundo de PyTorch y una herramienta para la síntesis de movimiento humano que genera animaciones de personajes en 3D a partir de prompts de texto o descripciones de acciones. Funciona como un generador de texto a movimiento que convierte lenguaje natural y etiquetas categóricas en secuencias de movimiento esquelético en 3D temporalmente consistentes. El sistema utiliza un modelo de difusión basado en transformadores para eliminar el ruido de los datos de movimiento de forma iterativa. Incluye capacidades para la generación condicionada por acciones, levantamiento de movimiento monocular a 3D y edición de secuencias de movimiento utilizando restricciones de texto. El framework incorpora la aplicación de restricciones de movimiento geométricas para garantizar la plausibilidad física a través de pérdidas de ubicación de articulaciones y velocidad. Además, cubre todo el pipeline de animación, incluyendo el entrenamiento del modelo de movimiento, la evaluación del rendimiento frente a datasets de referencia, el renderizado de mallas 3D y el control de simulación basado en física para la interacción ambiental.

    Provides training workflows for diffusion models to learn mappings between text, actions, and human movement.

    Python
    Ver en GitHub↗4,054
  • janspiry/image-super-resolution-via-iterative-refinementAvatar de Janspiry

    Janspiry/Image-Super-Resolution-via-Iterative-Refinement

    3,920Ver en GitHub↗

    Este proyecto es un framework de deep learning para super-resolución de imágenes por IA y síntesis facial. Proporciona un escalador de imágenes de modelo de difusión y un sintetizador de imágenes faciales generativo capaz de transformar imágenes de baja resolución en salidas de alta resolución utilizando pesos de modelo preentrenados. El sistema utiliza refinamiento de difusión iterativo y muestreo guiado por baja resolución para restaurar detalles finos y nitidez. Admite tanto la generación de imágenes incondicional, donde las imágenes se crean desde cero, como la mejora de resolución guiada para la reconstrucción facial de alta fidelidad. El repositorio incluye un pipeline de entrenamiento de modelos de difusión con entrenamiento distribuido multi-GPU e inicialización de pesos preentrenados. Este entorno está respaldado por el seguimiento de experimentos de modelos, registro de métricas externas y reanudación de modelos basada en checkpoints.

    Implements a training workflow for diffusion models featuring U-Net architectures and time embeddings.

    Python
    Ver en GitHub↗3,920
Ant.12Siguiente
  1. Home
  2. Artificial Intelligence & ML
  3. Generative AI Resources
  4. Diffusion & Visual Synthesis Models
  5. Generative AI Models
  6. Diffusion Models
  7. Diffusion Model Training

Explorar subetiquetas

  • Automated Folder-Based TrainingTraining loops that automatically load images from a directory, checkpoint, and log samples without manual pipeline setup. **Distinct from Diffusion Model Training:** Distinct from Diffusion Model Training: focuses on the automated folder-based training loop with built-in checkpointing and logging, not the general training workflow.
  • Cascading DecodersMulti-stage decoding architectures that iteratively increase image resolution through sequential model passes. **Distinct from Diffusion Model Training:** Focuses on the structural decoding process for high-resolution synthesis, whereas Diffusion Model Training covers the general iterative noise prediction training.
  • Diffusion Policy Fine-TuningTechniques for optimizing frozen diffusion policies by training lightweight agents in latent space. **Distinct from Diffusion Model Training:** Focuses on fine-tuning an existing diffusion policy for action generation, not general diffusion model training.
  • Distributed TrainingTraining a diffusion model from scratch on a dataset using distributed processes and adjustable settings. **Distinct from Diffusion Model Training:** Distinct from general Diffusion Model Training: specifically covers distributed training with gradient accumulation, not the general training process.
  • Guidance Classifier TrainingTrain a classifier that steers diffusion sampling toward higher-quality outputs. **Distinct from Diffusion Model Training:** Distinct from general Diffusion Model Training: specifically trains a classifier for guidance, not the diffusion model itself.
  • Inpainting TrainersSpecialized training setups for diffusion models focused on image gap filling and restoration. **Distinct from Diffusion Model Training:** Focuses on the trainer identity for inpainting specifically, rather than general diffusion training.
  • Multi-GPU Training DistributionsDistributing diffusion model training across multiple GPUs using data parallelism for faster convergence. **Distinct from Diffusion Model Training:** Distinct from Diffusion Model Training: specifically covers multi-GPU distribution of the training workload, not the general training process.
  • Staged Training PipelinesTraining strategies that optimize individual components of a generation pipeline separately for better resolution scaling. **Distinct from Diffusion Model Training:** Focuses on the multi-stage sequential optimization of pipeline components, distinct from general noise prediction training.