Skip to content

Commit cdf4a5f

Browse files
committed
doc(readme): ddpm paper
1 parent c102266 commit cdf4a5f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Simple DDPM
22

3-
This repository is a `jax` implementation of the *Denoising Diffusion
4-
Probabilistic Models*. The model is trained on the [`anime
3+
This repository is a `jax` implementation of the *Denoising Diffusion
4+
Probabilistic Models* [paper](https://arxiv.org/abs/2006.11239). The model is
5+
trained on the [`anime
56
face`](https://www.kaggle.com/datasets/splcher/animefacedataset) kaggle
67
dataset.
78

@@ -75,5 +76,6 @@ This is what motivated me to build a minimal implementation and helped me a lot
7576
understanding the equations.
7677

7778
- [Anime Face Dataset](https://www.kaggle.com/datasets/splcher/animefacedataset)
79+
- [Denoising Diffusion Probabilistic Models](https://arxiv.org/abs/2006.11239)
7880
- [Tutorial on Diffusion Models for Imaging and Vision](https://arxiv.org/abs/2403.18103)
7981
- [U-ViT paper](https://arxiv.org/abs/2209.12152)

0 commit comments

Comments
 (0)