awesome-repositories.com
Blog
awesome-repositories.com

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

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

hojonathanho/diffusion

0
View on GitHub↗
5,053 Stars·469 Forks·Python·5 Aufrufe

Diffusion

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.

Features

  • Diffusion Model Training - Implements a complete training pipeline for generative diffusion models to learn image data distributions.
  • Latent Space Encoders - Utilizes compressed representations of images to reduce computational overhead during diffusion.
  • Generative Model Training Tools - Provides pipelines to train generative models on image datasets using a denoising process.
  • U-Net Architectures - Employs a U-Net convolutional encoder-decoder architecture with skip connections to predict and subtract noise.
  • Denoising Schedulers - Provides linear and cosine variance schedules to control noise addition at each training step.
  • Image Generation and Synthesis - Ships a full workflow for training and testing models that generate high-quality synthetic images.
  • Iterative Noise Removal - Implements an iterative process to transform random noise into structured images by removing Gaussian noise.
  • Generative Model Evaluation - Provides automated frameworks to ensure generated samples meet specific quality and performance standards.
  • Model Evaluation Tools - Supplies a set of automated tools to evaluate the performance and quality of diffusion model outputs.
  • Model Performance Evaluators - Includes specialized scripts to assess the quality and accuracy of generated image samples.
  • Stochastic Gradient Descent - Optimizes model weights using stochastic gradient descent based on mean squared error of predicted noise.
  • Diffusion Foundations - Foundational denoising diffusion probabilistic models.
  • Generative Models - Denoising diffusion probabilistic models for image synthesis.
  • Generation - Listed in the “Generation” section of the Awesome Diffusion Models awesome list.

Star-Verlauf

Star-Verlauf für hojonathanho/diffusionStar-Verlauf für hojonathanho/diffusion

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht hojonathanho/diffusion?

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.

Was sind die Hauptfunktionen von hojonathanho/diffusion?

Die Hauptfunktionen von hojonathanho/diffusion sind: Diffusion Model Training, Latent Space Encoders, Generative Model Training Tools, U-Net Architectures, Denoising Schedulers, Image Generation and Synthesis, Iterative Noise Removal, Generative Model Evaluation.

Welche Open-Source-Alternativen gibt es zu hojonathanho/diffusion?

Open-Source-Alternativen zu hojonathanho/diffusion sind unter anderem: compvis/latent-diffusion — Latent Diffusion is a framework for high-resolution image synthesis that performs the denoising process within a… nvlabs/stylegan3 — StyleGAN3 is a PyTorch implementation of a generative adversarial network designed for high-fidelity image synthesis.… nvlabs/stylegan2 — StyleGAN2 is a TensorFlow generative adversarial network and image synthesis model designed to produce high-resolution… openai/guided-diffusion — This is a classifier-guided diffusion framework for high-fidelity image generation. It implements a cascaded diffusion… guytevet/motion-diffusion-model — This is a PyTorch deep learning framework and tool for human motion synthesis that generates 3D character animations… goodfeli/adversarial — This project is a generative adversarial network implementation and research framework. It provides the tools and…

Open-Source-Alternativen zu Diffusion

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Diffusion.
  • compvis/latent-diffusionAvatar von CompVis

    CompVis/latent-diffusion

    14,072Auf GitHub ansehen↗

    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

    Jupyter Notebook
    Auf GitHub ansehen↗14,072
  • nvlabs/stylegan3Avatar von NVlabs

    NVlabs/stylegan3

    6,929Auf GitHub ansehen↗

    StyleGAN3 is a PyTorch implementation of a generative adversarial network designed for high-fidelity image synthesis. It functions as an image synthesis model and a deep learning research tool used to train and deploy networks that generate realistic synthetic imagery from custom datasets. The project is specifically an alias-free generative model, utilizing an architecture that eliminates jagged artifacts to produce smooth translational and rotational image sequences. This enables the creation of alias-free videos and the generation of high-resolution photos without visual distortions. The

    Python
    Auf GitHub ansehen↗6,929
  • nvlabs/stylegan2Avatar von NVlabs

    NVlabs/stylegan2

    11,186Auf GitHub ansehen↗

    StyleGAN2 is a TensorFlow generative adversarial network and image synthesis model designed to produce high-resolution synthetic visual content. It functions as a deep learning architecture that learns patterns from image datasets to synthesize new images. The project includes a latent space projection tool for mapping existing images to latent vectors to analyze their representation within a generative model. It also provides an image quality evaluation framework to measure the visual fidelity and diversity of synthetic outputs. The system covers the full generative pipeline, including imag

    Python
    Auf GitHub ansehen↗11,186
  • 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

    Python
    Auf GitHub ansehen↗7,395
  • Alle 30 Alternativen zu Diffusion anzeigen→