Rare find

Lightweight GAN. Generate realistic images from a single computer in hours instead of weeks.

github.com/lucidrains/lightweight-gan

Vaya's read on this project

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

Updates

January 2025
  • Release —1.2.1
  • update dep versions
  • Release —1.2.0
  • add zero centered gradient penalty for real and fake images
August 2022
  • Release —1.1.1
  • aim fix
  • Update cli.py (#137)
  • Release —1.1.0
  • upgrade to best downsample type
July 2022
  • Release —v1.0.0
  • another measure against checkboard artifacts, release 1.0.0
June 2022
  • Release —0.23.3
  • 0.23.3
  • Add TIFF to list of file extensions (#129)
April 2022
  • Release —0.23.2
  • revert, as attention based upsampler not working well
  • Release —0.23.1
  • Release —0.23.0
  • Release —0.22.3
  • make aim optional, as seeing a segmentation fault. add ability to tur…
  • more explicit instructions when a downgrade is necessary for loading …
  • 0.22.0
  • Added Experimentation Tracking. (#122)
  • sponsor
  • turn off bilinear upsampling
  • even kernel sizes after upsampling layer in generator, to address che…
  • attention fix
  • upgrade attention
  • Noise injection (#117)
February 2022
  • enforce latest torch