Releases: lucidrains/denoising-diffusion-pytorch
Releases · lucidrains/denoising-diffusion-pytorch
0.15.2
add gaussian diffusion where model predicts both noise and x_start, w…
0.15.1
add gaussian diffusion where model predicts both noise and x_start, w…
0.15.0
offer predict_x0 objective
0.14.3
final cleanup
0.14.2
make sure predicted mean is actually detached for all of the kl loss …
0.14.1
make sure to clip when sampling from gaussian diffusion with learned …
0.14.0
complete the gaussian diffusion with hybrid loss (learned variance) a…
0.12.1
calculate noise schedule with float64 for numerical accuracy
0.12.0
remove convnext blocks, they do not work well, validated in video dif…
0.11.2
groupnorm groups should be actually configurable