Skip to content

Releases: lucidrains/DALLE2-pytorch

1.10.7

29 Sep 16:09
Compare
Choose a tag to compare
fix for use with larger openai clip models by extracting dimension of…

1.10.6

19 Sep 17:27
Compare
Choose a tag to compare
handle open clip adapter image size being a tuple

1.10.5

01 Sep 16:40
Compare
Choose a tag to compare
in ddim, noise should be predicted after x0 is maybe clipped, thanks …

1.10.4

01 Sep 00:19
Compare
Choose a tag to compare
fix bug with misnamed variable in diffusion prior network

1.10.3

31 Aug 14:40
Compare
Choose a tag to compare
fix ddim to use alpha_cumprod

1.10.2

31 Aug 03:35
Compare
Choose a tag to compare
fix ddim to use alpha_cumprod

1.10.1

28 Aug 17:11
Compare
Choose a tag to compare
add two asserts to diffusion prior to ensure matching image embedding…

1.10.0

25 Aug 17:37
Compare
Choose a tag to compare
upgrade to best downsample

1.9.0

23 Aug 15:29
Compare
Choose a tag to compare
fix classifier free guidance for diffusion prior, thanks to @jaykim98…

1.8.4

20 Aug 17:56
Compare
Choose a tag to compare
cast attention matrix back to original dtype pre-softmax in attention