Rare find

Parti. Turn written descriptions into images using Google's attention-based AI model.

github.com/lucidrains/parti-pytorch

Vaya's read on this project

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

Updates

December 2023
  • Release —0.2.0
  • remove sandwich norm
  • Merge pull request #11 from pranoyr/extra_norm
  • norm not needed after attn out
  • Release —0.1.2
  • update to working lfq
November 2023
  • add project page link
October 2023
  • Release —0.1.1
  • adopt finite scalar / lookup free quantization
  • Release —0.1.0
May 2023
  • Release —0.0.18
  • address https://github.com/lucidrains/parti-pytorch/issues/8
January 2023
  • Release —0.0.17
  • address potential issue with discriminator gradients thanks to @apoor…
August 2022
  • Release —0.0.16
  • pin to version of vector quantize library that has backwards compatib…
June 2022
  • architecture is there
  • Release —v0.0.15
  • add fourier features before final MLP to output for vit-vqgan, recomm…
  • turns out @thuangb has a pytorch version of vit-vqgan vae!
  • project management
  • Release —v0.0.14
  • bring in the cross embed layer from crossformer
  • product management
  • Release —v0.0.12b
  • fix version
  • add a resnet block in each layer of discriminator
  • move version to __version__.py file
  • readme
  • small cleanup