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

Overwrite Progress Bars instead of printing each iteration #21

Closed DrJKL closed 3 years ago

DrJKL commented 3 years ago

Update tqdm calls to overwrite a single line This leads to less console spam. Also use the tqdm for the image update notifications (I think the math on this is wrong, please check)

lucidrains commented 3 years ago

@DrJKL thank Alexander! can you possibly deal with the merge conflicts?

DrJKL commented 3 years ago

Okay, that was easy :-)

lucidrains commented 3 years ago

@DrJKL sorry but i reverted that commit, is it too much to ask you to also revert back to what you had before? 🙏

DrJKL commented 3 years ago

For you Phil, not a problem

DrJKL commented 3 years ago

How's that?

lucidrains commented 3 years ago

yolo