Skip to content

Releases: lucidrains/DALLE-pytorch

1.5.0

24 Mar 04:23
Compare
Choose a tag to compare
switch to causal convolution for conv-like attention using unfold

1.4.2

18 Jan 01:57
289fddb
Compare
Choose a tag to compare
1.4.2

1.4.1

12 Jan 03:00
Compare
Choose a tag to compare
remove g-mlps

1.4.0

11 Jan 12:49
Compare
Choose a tag to compare
1.4.0 for improved inference speeds, thanks to @borzunov

1.2.2

07 Jan 04:16
Compare
Choose a tag to compare
make sure generate_text works when shift token feature is turned on

1.2.1

04 Jan 22:24
Compare
Choose a tag to compare
add super-conditioning feature, idea originated from @crowsonkb

1.2.0

04 Jan 20:24
Compare
Choose a tag to compare
remove some dead code, text mask is not needed when training DALL-E

1.1.8

03 Jan 22:41
Compare
Choose a tag to compare
remove softmax and torch multinomial when sampling

1.1.7

03 Jan 00:10
Compare
Choose a tag to compare
stable softmax when generating images

1.1.6

25 Dec 04:45
Compare
Choose a tag to compare
start storing version of dalle-pytorch alongside model weights - also…

… throw an error if trying to generate with a dalle-pytorch whose VAE is not the same as the type with which it was trained on