Releases: lucidrains/DALLE2-pytorch
Releases · lucidrains/DALLE2-pytorch
1.10.7
fix for use with larger openai clip models by extracting dimension of…
1.10.6
handle open clip adapter image size being a tuple
1.10.5
in ddim, noise should be predicted after x0 is maybe clipped, thanks …
1.10.4
fix bug with misnamed variable in diffusion prior network
1.10.3
fix ddim to use alpha_cumprod
1.10.2
fix ddim to use alpha_cumprod
1.10.1
add two asserts to diffusion prior to ensure matching image embedding…
1.10.0
upgrade to best downsample
1.9.0
fix classifier free guidance for diffusion prior, thanks to @jaykim98…
1.8.4
cast attention matrix back to original dtype pre-softmax in attention