Skip to content

Releases: lucidrains/denoising-diffusion-pytorch

0.14.0

12 May 15:55
Compare
Choose a tag to compare
complete the gaussian diffusion with hybrid loss (learned variance) a…

0.12.1

10 May 22:23
Compare
Choose a tag to compare
calculate noise schedule with float64 for numerical accuracy

0.12.0

05 May 14:04
Compare
Choose a tag to compare
remove convnext blocks, they do not work well, validated in video dif…

0.11.2

04 May 17:38
Compare
Choose a tag to compare
groupnorm groups should be actually configurable

0.11.1

04 May 17:34
Compare
Choose a tag to compare
allow for configuring expansion factor in convnext

0.11.0

04 May 17:30
Compare
Choose a tag to compare
bring back resnet blocks, make convnext blocks an experimental option

0.10.1

01 May 15:50
Compare
Choose a tag to compare
give an initial conv

0.10.0

29 Apr 21:55
Compare
Choose a tag to compare
make sure time embedding dimension is kept at 4 x dimension (thanks @…

0.9.2

20 Apr 03:52
Compare
Choose a tag to compare
fix cosine beta schedule, thanks to @Zhengxinyang

0.9.1

15 Apr 13:37
Compare
Choose a tag to compare
fix bug, thanks to @jihoonerd