yang-song/score_sde_pytorch
PyTorch implementation for Score-Based Generative Modeling through Stochastic Differential Equations (ICLR 2021, Oral)
Implements a unified SDE framework for score-based generative modeling with support for multiple architectures (NCSN++, DDPM++, NCSN, NCSNv2, DDPM) and training/evaluation pipelines for image generation tasks. Enables exact likelihood computation, conditional generation (inpainting, colorization, class-conditional), and latent code manipulation through reversible stochastic processes. Integrates with Hugging Face Diffusers library for easy inference and features modular, extensible design for custom SDEs, predictors, and correctors.
2,089 stars. No commits in the last 6 months.
Stars
2,089
Forks
352
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
Jul 14, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/yang-song/score_sde_pytorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related models
homerjed/sbgm
Score-based Diffusion models in JAX.
ermongroup/ncsnv2
The official PyTorch implementation for NCSNv2 (NeurIPS 2020)
aurelio-amerio/GenSBI
Generative Models for Simulation-Based Inference in JAX
yang-song/score_sde
Official code for Score-Based Generative Modeling through Stochastic Differential Equations...
amazon-science/unconditional-time-series-diffusion
Official PyTorch implementation of TSDiff models presented in the NeurIPS 2023 paper "Predict,...