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

Save images at the expected iteration number #5

Closed enricoros closed 3 years ago

enricoros commented 3 years ago

Save at the expected frame. For example with iterations=50 and save_every=25, the 25th and 50th (idx 0 and 49, respectively) frame are saved. Before it was saving frame 26 only (in the same example)