Skip to content

Releases: lucidrains/DALLE2-pytorch

0.0.31

20 Apr 18:40
Compare
Choose a tag to compare
from my vision transformer experience, dimension of attention head of…

0.0.28

20 Apr 17:46
Compare
Choose a tag to compare
complete contextmanager method for keeping only one unet in GPU durin…

0.0.27

20 Apr 17:05
Compare
Choose a tag to compare
give time tokens a surface area of 2 tokens as default, make it so re…

0.0.26

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

0.0.25

19 Apr 16:49
Compare
Choose a tag to compare
add sparse attention layers in between convnext blocks in unet (grid …

0.0.24

18 Apr 21:41
Compare
Choose a tag to compare
same for text encodings for decoder ddpm training

0.0.23

18 Apr 21:00
Compare
Choose a tag to compare
also allow for image embedding to be passed into the diffusion model,…

0.0.22

18 Apr 19:41
Compare
Choose a tag to compare
use some magic just this once to remove the need for researchers to t…

0.0.21

18 Apr 19:01
Compare
Choose a tag to compare
make kernel size and sigma for gaussian blur for cascading DDPM overr…

0.0.20

18 Apr 18:45
Compare
Choose a tag to compare
complete first pass at full cascading DDPM setup in Decoder, flexible…