myscience/variational-diffusion
Unofficial implementation of Variational Diffusion Models in PyTorch (Lightning)
This is an unofficial, educational implementation of Variational Diffusion Models in PyTorch, helping researchers and students understand and experiment with this generative AI technique. It takes in existing image data and generates new, diverse images that share similar characteristics. This project is ideal for machine learning researchers, students, and practitioners exploring advanced image generation methods.
No commits in the last 6 months.
Use this if you are a researcher or student looking for a clear, didactic PyTorch implementation of Variational Diffusion Models, especially to explore learnable noise schedules and efficient training.
Not ideal if you need a production-ready, highly optimized solution or are already comfortable with the official JAX implementation.
Stars
11
Forks
1
Language
Python
License
—
Category
Last pushed
Aug 31, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/myscience/variational-diffusion"
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...