lucidrains / big-sleep

A simple command line tool for text to image generation, using OpenAI's CLIP and a BigGAN. Technique was originally created by https://twitter.com/advadnoun
MIT License
2.57k stars 304 forks source link

Different resample #25

Closed DrJKL closed 3 years ago

DrJKL commented 3 years ago

(Secondary: Fix an issue in the progress bar) (Tertiary: Reorder deterministic and seed setting #11)

Incorporate the resampling referenced in #24 by @crowsonkb

Hides it behind a flag and shouldn't change existing behavior yet.

I need to setup a meta-script to test the changes.