Skip to content

v0.4

Latest
Compare
Choose a tag to compare
@kuprel kuprel released this 18 Jul 16:00
· 25 commits to main since this release
  • Fixed a criticial CUDA runtime error that occurred when generating tokens larger than the VQGAN's vocabulary
  • Added generate_images_stream and generate_images to generate individual images. Is in active use in discord bot.
  • Faster inference, can generate a 9x9 grid in 38 seconds on an A100
  • Added temperature, top_k, and supercondition_factor parameters
  • Added a simple TKinter UI (thanks to @20kdc)
  • Added an option to tiles images in token space instead of pixel space. This creates a seamless effect where the borders between images are blended.