openai / glide-text2im

GLIDE: a diffusion-based text-conditional image synthesis model
MIT License
3.53k stars 500 forks source link

Add image downloading in case colab env #39

Open amrzv opened 2 years ago

amrzv commented 2 years ago

Hi. In inpaint.ipynb notebook in case running in colab image grass.png is needed. So I add a cell with downloading an image in case the notebook is running in colab:

if 'COLAB_GPU' in os.environ:
  !wget https://raw.githubusercontent.com/openai/glide-text2im/main/notebooks/grass.png
woctezuma commented 2 years ago