Rare find

DALLE2 PyTorch. Turn text descriptions into images using artificial intelligence.

github.com/lucidrains/DALLE2-pytorch

Vaya's read on this project

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

Updates

October 2023
  • yet more pydantic v2 stuff
  • fix another pydantic 2 migration error
  • Release —1.15.6
  • fix self_attn type on unetconfig
  • Release —1.15.5
  • more fixes to config
  • Release —1.15.4
  • new einops is torch compile friendly
  • Release —1.15.3
  • fix all optional types in train config
  • Release —1.15.2
  • 1.15.2
  • Make TrackerLoadConfig optional (#306)
July 2023
  • Release —1.15.1
  • pydantic 2
April 2023
  • Release —1.14.2
  • force einops 0.6.1 or greater and call allow_ops_in_compiled_graph
  • Release —1.14.1
  • Release —1.14.0
  • remove einops exts for better pytorch 2.0 compile compatibility
March 2023
  • Release —1.12.4
  • use .to(device) to avoid copy, within one_unet_in_gpu context
  • always rederive the predicted noise from the clipped x0 for ddim + pr…
  • bump to newer package of clip-anytorch that allows for text encodings…
February 2023
  • fix for self conditioning in diffusion prior network https://github.c…
December 2022
  • default ddim sampling eta to 0
  • extra insurance in case eos id is not there
November 2022
  • address https://github.com/lucidrains/DALLE2-pytorch/issues/266
  • bug fix cosine annealing optimizer in prior trainer (#262)
  • depend on open-clip-torch (#261)