Skip to content

Releases: lucidrains/DALLE2-pytorch

0.0.75

30 Apr 16:13
Compare
Choose a tag to compare
fix all issues with text encodings conditioning in the decoder, using…

0.0.74

30 Apr 15:48
Compare
Choose a tag to compare
fix decoder needing separate conditional dropping probabilities for i…

0.0.73

30 Apr 13:41
Compare
Choose a tag to compare
use @clip-anytorch , thanks to @rom1504

0.0.72

30 Apr 13:35
Compare
Choose a tag to compare
fix a bug with classifier free guidance, thanks to @xiankgx again!

0.0.70

29 Apr 18:43
Compare
Choose a tag to compare
just take care of the logic for AdamW and transformers

0.0.67

29 Apr 18:26
Compare
Choose a tag to compare
now completely OpenAI CLIP compatible for training

0.0.65

29 Apr 14:38
Compare
Choose a tag to compare
fix another bug thanks to @xiankgx

0.0.64

29 Apr 03:53
Compare
Choose a tag to compare
force first unet in the cascade to be conditioned on image embeds

0.0.63

28 Apr 15:59
Compare
Choose a tag to compare
vqgan-vae codebook dims should be 256 or smaller

0.0.62

28 Apr 14:21
Compare
Choose a tag to compare
🐛