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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 Repos

Awesome GitHub RepositoriesDiffusion Model Frameworks

PyTorch-based frameworks specifically designed for training and sampling from diffusion models on images and sequences.

Distinct from PyTorch Training Frameworks: Distinct from PyTorch Training Frameworks: focuses on diffusion model-specific training and sampling, not general PyTorch training utilities.

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

Awesome Diffusion Model Frameworks GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • lucidrains/denoising-diffusion-pytorchAvatar von lucidrains

    lucidrains/denoising-diffusion-pytorch

    10,614Auf GitHub ansehen↗

    Implementation of Denoising Diffusion Probabilistic Model in Pytorch

    Provides a PyTorch-based framework for training and sampling from diffusion models on images and one-dimensional data.

    Pythonartificial-intelligencedeep-learninggenerative-model
    Auf GitHub ansehen↗10,614
  • openai/guided-diffusionAvatar von openai

    openai/guided-diffusion

    7,395Auf GitHub ansehen↗

    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

    Provides a classifier-guided diffusion framework that steers sampling using a classifier for higher fidelity and controlled attributes.

    Python
    Auf GitHub ansehen↗7,395
  • timothybrooks/instruct-pix2pixAvatar von timothybrooks

    timothybrooks/instruct-pix2pix

    6,879Auf GitHub ansehen↗

    Instruct-pix2pix is an instruction-based image model and PyTorch library designed to modify visual content by following natural language directions. It functions as a diffusion model image editor that applies human-written instructions to existing pictures rather than using traditional text-to-image prompts. The project provides a fine-tunable diffusion framework for adapting pre-trained checkpoints to specific image editing datasets. It includes a synthetic dataset generator that creates paired images and text triplets to train models on various image editing tasks. The system covers a rang

    Provides a PyTorch-based framework for training and sampling from diffusion models adapted for image editing.

    Python
    Auf GitHub ansehen↗6,879
  • real-stanford/diffusion_policyAvatar von real-stanford

    real-stanford/diffusion_policy

    4,299Auf GitHub ansehen↗

    Diffusion Policy ist ein Robot-Learning-Framework, das Diffusionsmodelle verwendet, um visuelle Beobachtungen auf präzise Aktionstrajektorien abzubilden. Es fungiert als Imitation-Learning-Toolkit und Visuomotor-Policy-Learner und bietet ein System zum Training neuronaler Netze, die menschliches Verhalten durch die Generierung robotischer Bewegungen basierend auf Bild- und Sensordaten replizieren. Das Framework verwendet einen konditionalen Denoising-Prozess, um Sequenzen robotischer Bewegungen zu samplen, was es ermöglicht, multimodale Aktionsverteilungen zu handhaben, bei denen mehrere gültige Trajektorien für einen einzelnen Zustand existieren können. Es nutzt score-basiertes Aktionsmodellieren und einen Roboter-Aktionsgenerator, um präzise Verhaltensweisen für komplexe physische Aufgaben zu erzeugen. Das Projekt deckt eine umfassende Robotik-Datenpipeline ab, einschließlich der Sammlung von menschengeführten Demonstrationen und der Speicherung groß angelegter Trajektorien in komprimierten, gechunkten Formaten. Seine Steuerungsfunktionen umfassen Receding-Horizon-Control via Sliding-Window-Ausführung und asynchrone Aktionsbereitstellung an Hardware-Controller, um hochfrequente Beobachtungsschleifen aufrechtzuerhalten. Das System enthält Tools für das Experiment-Management, wie Workspace-Encapsulation und Modell-Checkpointing, sowie Policy-Evaluierung zum Testen auf physischer oder simulierter Hardware.

    Provides a specialized framework for training and sampling from diffusion models to generate robotic action sequences.

    Pythonrobotics
    Auf GitHub ansehen↗4,299
  • guytevet/motion-diffusion-modelAvatar von GuyTevet

    GuyTevet/motion-diffusion-model

    4,054Auf GitHub ansehen↗

    Dies ist ein PyTorch-Deep-Learning-Framework und Tool für menschliche Bewegungssynthese, das 3D-Charakteranimationen aus Text-Prompts oder Aktionsbeschreibungen generiert. Es fungiert als Text-to-Motion-Generator, der natürliche Sprache und kategorische Labels in zeitlich konsistente 3D-Skelettbewegungssequenzen umwandelt. Das System nutzt ein Transformer-basiertes Diffusionsmodell, um Bewegungsdaten iterativ zu entrauschen. Es enthält Funktionen für aktionskonditionierte Generierung, Monocular-to-3D-Motion-Lifting und die Bearbeitung von Bewegungssequenzen mittels Text-Constraints. Das Framework integriert die Durchsetzung geometrischer Bewegungs-Constraints, um die physikalische Plausibilität durch Gelenkpositions- und Geschwindigkeitsverluste sicherzustellen. Es deckt zudem die vollständige Animations-Pipeline ab, einschließlich Training von Bewegungsmodellen, Leistungsbewertung anhand von Benchmark-Datensätzen, 3D-Mesh-Rendering und physikbasierter Simulationssteuerung für die Interaktion mit der Umgebung.

    Ships a PyTorch-based framework specifically for training and sampling from diffusion models for motion.

    Python
    Auf GitHub ansehen↗4,054
  • openai/improved-diffusionAvatar von openai

    openai/improved-diffusion

    3,829Auf GitHub ansehen↗

    This project is a diffusion model framework for training and sampling from denoising probabilistic models to generate images from noise. It functions as a generative image model that creates visual content by iteratively refining random noise into coherent images. The system includes a distributed GPU trainer designed to scale complex neural network architectures across multiple graphics processing units. It also provides an image dataset preprocessor to prepare, scale, and standardize raw image collections for training. The framework covers model training and image generation, utilizing noi

    Functions as a research framework for training and sampling from denoising diffusion probabilistic models.

    Python
    Auf GitHub ansehen↗3,829
  • jina-ai/discoartAvatar von jina-ai

    jina-ai/discoart

    3,829Auf GitHub ansehen↗

    Discoart is a diffusion model orchestration framework and distributed GPU generation engine designed to automate and scale image generation workflows across hardware clusters. It functions as a generative AI model API, providing HTTP and gRPC endpoints to trigger and retrieve images from diffusion models as a network service. The system distinguishes itself through a comprehensive task management layer that includes timeline-based prompt and parameter scheduling. It manages the generative art lifecycle by supporting state-based session serialization for recovery, YAML-based configuration mana

    Provides a comprehensive framework for automating and scaling image generation workflows across distributed hardware clusters.

    Pythonclip-guided-diffusioncreative-aicreative-art
    Auf GitHub ansehen↗3,829
  • hao-ai-lab/fastvideoAvatar von hao-ai-lab

    hao-ai-lab/FastVideo

    3,743Auf GitHub ansehen↗

    FastVideo is a comprehensive system for accelerated video generation, serving as a video generation inference engine, a video diffusion training framework, and a modular pipeline orchestrator. It provides a distributed transformer optimizer and a distillation toolkit designed to reduce denoising steps and model complexity to increase frame rates. The project distinguishes itself through specialized acceleration techniques, including joint distillation and sparse attention training. It implements low-step video generation and weight quantization to FP8 or FP4 precision to increase throughput a

    Offers a unified system for post-training and finetuning video diffusion models using LoRA and full updates.

    Pythondiffusersdiffusion-modelsdistillation
    Auf GitHub ansehen↗3,743
  • l1aoxingyu/code-of-learn-deep-learning-with-pytorchAvatar von L1aoXingyu

    L1aoXingyu/code-of-learn-deep-learning-with-pytorch

    2,869Auf GitHub ansehen↗

    This repository serves as a structured educational resource for learning to build, train, and deploy neural networks using the PyTorch framework. It provides a collection of practical code examples and tutorials designed to guide practitioners through the implementation of deep learning models. The project covers a broad range of machine learning domains, including computer vision, natural language processing, generative modeling, and reinforcement learning. By utilizing modular components and automated gradient computation, the materials demonstrate how to construct complex architectures and

    Provides frameworks for training generative models like GANs and diffusion-based architectures.

    Jupyter Notebookpytorchpytorch-tutorialpytorch-tutorials-cn
    Auf GitHub ansehen↗2,869
  • facebookresearch/multimodalAvatar von facebookresearch

    facebookresearch/multimodal

    1,723Auf GitHub ansehen↗

    Multimodal is a machine learning library built on PyTorch for training large-scale models that combine text, image, audio, and video data streams. It functions as a deep learning framework dedicated to generative diffusion models, multi-task training, and vision-language tasks. The library supplies modular building blocks, discrete latent codebook quantization, shared-space embeddings, and stackable adapter layers to handle diverse conditional inputs during training and inference. The framework supports specific architectures for diffusion models, text-to-video generation, image-text retrieva

    Provides a collection of modular building blocks and schedules for constructing and training generative diffusion models from scratch.

    Python
    Auf GitHub ansehen↗1,723
  1. Home
  2. Artificial Intelligence & ML
  3. PyTorch Training Frameworks
  4. Diffusion Model Frameworks

Unter-Tags erkunden

  • Classifier-Guided VariantsA framework that steers diffusion model sampling using a classifier to produce images with higher fidelity and controlled attributes. **Distinct from Diffusion Model Frameworks:** Distinct from general Diffusion Model Frameworks: specifically includes classifier guidance for steering sampling, not just training and sampling.
  • Orchestration FrameworksSystems designed to automate and scale the execution of diffusion model workflows across distributed hardware. **Distinct from Diffusion Model Frameworks:** Focuses on the automation and scaling layer rather than just the training or sampling logic.