Colab notebook
See original GitHub issueI have slightly changed the structure of your text2im
notebook so that:
- it runs straight away on Google Colab with GPU toggled ON,
- it is easier for everyone to try different prompts.
Run text2im.ipynb
Issue Analytics
- State:
- Created 2 years ago
- Reactions:13
- Comments:6
Top Results From Across the Web
Welcome To Colaboratory - Colaboratory
Colab notebooks allow you to combine executable code and rich text in a single document, along with images, HTML, LaTeX and more. When...
Read more >Google Colab
Colab notebooks are stored in Google Drive, or can be loaded from GitHub. Colab notebooks can be shared just as you would with...
Read more >Colab Notebooks - Magenta
Colaboratory is a Google research project created to help disseminate machine learning education and research. It's a Jupyter notebook environment that requires ...
Read more >Google Colab Tutorial for Beginners (2022) - YouTube
Show Line numbers on Google Colab Notebook 09:21 5. Enable Dark Theme on Google ... Import a Python Notebook in your Google Colab...
Read more >How to create a Notebook in Google Colab (2022) - YouTube
Learn what is Google Colab and how to create a new Notebook in Google Colab.Google Colab Tutorial: https://bit.ly/3wzd7hZ#Googlecolab ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Unfortunately, this is normal, because the publicly available model:
You should get outputs similar to the third row of Figure 9.
From a user perspective, the main benefit of GLIDE is that it is much faster than the CLIP-guided methods which I have tried so far.
I think so. From what I can see in the code below, there are 6 checkpoints:
https://github.com/openai/glide-text2im/blob/742510effd841c94d2130480f2c74d3b32dc2eb0/glide_text2im/download.py#L10-L17
I see the nice following commits:
add install command to notebooks
-> git and pip at the start of the notebook,add colab links
-> Colab badges for the links in the README,colab GPU backend
-> GPU support toggled ON.