xinli2008/diffusion_from_scratch
A PyTorch implementation of diffusion models built from scratch
This project provides a foundational toolkit for building and experimenting with diffusion models, which are powerful generative AI models. It allows you to input noisy image data or start from scratch and generate new, realistic images. Researchers and students in machine learning and computer vision would use this to understand, implement, and customize image generation techniques.
No commits in the last 6 months.
Use this if you are a researcher or student looking to deeply understand and experiment with the core mechanics of diffusion models for image generation.
Not ideal if you need a pre-trained, high-performance image generation tool for immediate practical applications without diving into the underlying code.
Stars
45
Forks
2
Language
Python
License
—
Category
Last pushed
Apr 12, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/xinli2008/diffusion_from_scratch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
quantgirluk/aleatory
📦 Python library for Stochastic Processes Simulation and Visualisation
blei-lab/treeffuser
Treeffuser is an easy-to-use package for probabilistic prediction and probabilistic regression...
TuftsBCB/RegDiffusion
Diffusion model for gene regulatory network inference.
yuanchenyang/smalldiffusion
Simple and readable code for training and sampling from diffusion models
chairc/Integrated-Design-Diffusion-Model
IDDM (Industrial, landscape, animate, latent diffusion), support LDM, DDPM, DDIM, PLMS, webui...