varun-ml / diffusion-models-tutorial
Experiment with diffusion models that you can run on your local jupyter instances
☆59Updated 6 months ago
Alternatives and similar repositories for diffusion-models-tutorial
Users that are interested in diffusion-models-tutorial are comparing it to the libraries listed below
Sorting:
- Code for ICLR 2023 Paper, "Stable Target Field for Reduced Variance Score Estimation in Diffusion Models”☆76Updated last year
- Implementation of Hourglass Transformer, in Pytorch, from Google and OpenAI☆87Updated 3 years ago
- Implementation of Discrete Key / Value Bottleneck, in Pytorch☆87Updated last year
- Implementation of some personal helper functions for Einops, my most favorite tensor manipulation library ❤️☆54Updated 2 years ago
- Implementation of Gated State Spaces, from the paper "Long Range Language Modeling via Gated State Spaces", in Pytorch☆100Updated 2 years ago
- Implementation of an Attention layer where each head can attend to more than just one token, using coordinate descent to pick topk☆46Updated last year
- Implementation of the proposed Spline-Based Transformer from Disney Research☆88Updated 6 months ago
- Axial Positional Embedding for Pytorch☆79Updated 2 months ago
- [ICML 2023] Reflected Diffusion Models (https://arxiv.org/abs/2304.04740)☆157Updated last year
- ☆33Updated 2 years ago
- ☆45Updated last year
- Unofficial Implementation of "Denoising Diffusion Probabilistic Models" in PyTorch(Lightning)☆90Updated 4 years ago
- Code for paper "Argmax Flows and Multinomial Diffusion: Learning Categorical Distributions"☆86Updated 3 years ago
- Denoising Diffusion Implicit Models☆28Updated 4 years ago
- Sequence Modeling with Multiresolution Convolutional Memory (ICML 2023)☆124Updated last year
- Official code for "Maximum Likelihood Training of Score-Based Diffusion Models", NeurIPS 2021 (spotlight)☆146Updated 3 years ago
- ☆51Updated 11 months ago
- ☆38Updated last year
- Repository for the "Gotta Go Fast When Generating Data with Score-Based Models" paper☆104Updated 3 years ago
- Pytorch implementation of a simple way to enable (Stochastic) Frame Averaging for any network☆50Updated 9 months ago
- The Official PyTorch Implementation of "VAEBM: A Symbiosis between Variational Autoencoders and Energy-based Models" (ICLR 2021 spotlight…☆56Updated 2 years ago
- Code for the paper: Rotating Features for Object Discovery☆51Updated 9 months ago
- ☆221Updated 2 years ago
- GENIE: Higher-Order Denoising Diffusion Solvers☆95Updated last year
- Transformers with doubly stochastic attention☆45Updated 2 years ago
- Official code for "Accelerating Feedforward Computation via Parallel Nonlinear Equation Solving", ICML 2021☆27Updated 3 years ago
- Score-Based Generative Modeling with Critically-Damped Langevin Diffusion☆197Updated last year
- [ICLR 2023]DEIS: Fast Sampling of Diffusion Models with Exponential Integrator☆157Updated 2 years ago
- PyTorch implementation of Variational Diffusion Models.☆80Updated last year
- AdaCat