Skip to content

Commit

Permalink
feat: added nbviewer link for faster loading
Browse files Browse the repository at this point in the history
  • Loading branch information
AshishKumar4 committed Jul 24, 2024
1 parent 476a0f0 commit 0132fad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ In the `example notebooks` folder, you will find comprehensive notebooks for var

### Available Notebooks

- **[Diffusion explained](tutorial%20notebooks/simple%20diffusion%20flax.ipynb)**
- **[Diffusion explained (nbviewer link)](https://github.com/AshishKumar4/FlaxDiff/blob/main/tutorial%20notebooks/edm%20tutorial.ipynb) [(local link)](tutorial%20notebooks/simple%20diffusion%20flax.ipynb)**
- **WORK IN PROGRESS** An in-depth exploration of the concept of Diffusion based generative models, DDPM (Denoising Diffusion Probabilistic Models), DDIM (Denoising Diffusion Implicit Models), and the SDE/ODE generalizations of diffusion, with step-by-step explainations and code.

- **[EDM (Elucidating the Design Space of Diffusion-based Generative Models)](tutorial%20notebooks/edm%20flax.ipynb)**
- **[EDM (Elucidating the Design Space of Diffusion-based Generative Models)](tutorial%20notebooks/edm%20tutorial.ipynb)**
- **TODO** A thorough guide to EDM, discussing the innovative approaches and techniques used in this advanced diffusion model.

These notebooks aim to provide a very easy to understand and step-by-step guide to the various diffusion models and techniques. They are designed to be beginner-friendly, and thus although they may not adhere to the exact formulations and implementations of the original papers to make them more understandable and generalizable, I have tried my best to keep them as accurate as possible. If you find any mistakes or have any suggestions, please feel free to open an issue or a pull request.
Expand Down

0 comments on commit 0132fad

Please sign in to comment.