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

I fixed and improved the Colab Notebook overall immensely, with new features (mount gdrive) and explanations (afaik) #51

Open LtqxWYEG opened 3 years ago

LtqxWYEG commented 3 years ago

Talking about this notebook: https://colab.research.google.com/drive/1MEWKbm-driRNF8PrU7ogS5o3se-ePyPb?usp=sharing

There were issues when using symbols like "\" (for multiple phrases to be trained on) or any other symbol in the TEXT variable. I also added a couple more useful things and explanations as far as I understood the inner workings of everything. (Easily mounting your google drive, automatically saving images to a folder in it, checking what kind of GPU is used, made variables more descriptive etc)

My Colab Notebook: https://colab.research.google.com/drive/1zVHK4t3nXQTsu5AskOOOf3Mc9TnhltUO?usp=sharing

Thank you for providing all this!

Edit: Updated the notebook link since I have made many changes

LtqxWYEG commented 2 years ago

Added pull request: https://github.com/lucidrains/big-sleep/pull/121