Skip to content

Releases: lucidrains/denoising-diffusion-pytorch

1.6.1

20 May 15:13

Choose a tag to compare

add a wrapper for beta schedule functions to enforce zero terminal sn…

1.6.0

20 May 01:58

Choose a tag to compare

enforce zero terminal snr for cosine schedule

1.5.8

08 May 05:12

Choose a tag to compare

go back to using np.cov for fid score calculation

1.5.7

08 May 02:30

Choose a tag to compare

address torch cov in fid calculation https://github.com/lucidrains/de…

1.5.6

25 Apr 16:08

Choose a tag to compare

fixes for learned gaussian diffusion

1.5.5

19 Apr 18:17

Choose a tag to compare

release trainer for 1d

1.5.4

29 Mar 15:16

Choose a tag to compare

fix logits in classifier free guidance example, thanks to @youngwoo-yoon

1.5.3

22 Mar 21:10

Choose a tag to compare

fix min snr logic, thanks to @justinlovelace

1.5.2

18 Mar 02:28

Choose a tag to compare

adopt min snr for simple diffusion as well

1.5.1

18 Mar 01:53

Choose a tag to compare

remove all traces of p2 paper