Rare find

DALLE Pytorch. Turn text descriptions into images using AI.

github.com/lucidrains/DALLE-pytorch

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

September 2023
  • spell Romain's name correctly
May 2023
  • Release —1.6.6
  • stable reinmax
  • Release —1.6.5
  • add reinmax
July 2022
  • remove caption mask from rainbow_dalle example, as it is no longer ne…
May 2022
  • Release —1.6.4
  • add packaging package
  • Release —v1.6.3a
  • fix version problem if researcher did not install from pip
  • Release —v1.6.3
  • Release —1.6.2
  • add an assert on torch version in order to use OpenAIDiscreteVAE
  • fix remaining issues with transparencies when generating and training…
  • Release —1.6.1
  • fix all issues with training on transparent pngs
  • Release —1.6.0
  • support for transparent images
April 2022
  • Release —1.5.2
  • cleaner way to organize code around RiverHasWings application of clas…
  • link to dalle-2
March 2022
  • Release —1.5.1
  • cleanup conv-like attention
  • switch to causal convolution for conv-like attention using unfold
  • link to NUWA
January 2022
  • 1.4.2
  • fix tokenizer decoding (#410)
  • remove g-mlps
  • 1.4.0 for improved inference speeds, thanks to @borzunov
  • Implement cached inference (#409)