Releases: lucidrains/denoising-diffusion-pytorch
Releases · lucidrains/denoising-diffusion-pytorch
0.11.1
allow for configuring expansion factor in convnext
0.11.0
bring back resnet blocks, make convnext blocks an experimental option
0.10.1
give an initial conv
0.10.0
make sure time embedding dimension is kept at 4 x dimension (thanks @…
0.9.2
fix cosine beta schedule, thanks to @Zhengxinyang
0.9.1
fix bug, thanks to @jihoonerd
0.9.0
remove outdated apex in favor of native pytorch AMP
0.8.1
get rid of numpy
0.8.0
use full attention at the center of the unet
0.7.1
greater kernel size in convnext blocks