Skip to content

Releases: lucidrains/denoising-diffusion-pytorch

0.15.2

13 May 20:56

Choose a tag to compare

add gaussian diffusion where model predicts both noise and x_start, w…

0.15.1

13 May 19:52

Choose a tag to compare

add gaussian diffusion where model predicts both noise and x_start, w…

0.15.0

13 May 17:16

Choose a tag to compare

offer predict_x0 objective

0.14.3

12 May 20:58

Choose a tag to compare

final cleanup

0.14.2

12 May 18:12

Choose a tag to compare

make sure predicted mean is actually detached for all of the kl loss …

0.14.1

12 May 17:09

Choose a tag to compare

make sure to clip when sampling from gaussian diffusion with learned …

0.14.0

12 May 15:55

Choose a tag to compare

complete the gaussian diffusion with hybrid loss (learned variance) a…

0.12.1

10 May 22:23

Choose a tag to compare

calculate noise schedule with float64 for numerical accuracy

0.12.0

05 May 14:04

Choose a tag to compare

remove convnext blocks, they do not work well, validated in video dif…

0.11.2

04 May 17:38

Choose a tag to compare

groupnorm groups should be actually configurable