lucidrains / deep-daze

Simple command line tool for text to image generation using OpenAI's CLIP and Siren (Implicit neural representation network). Technique was originally created by https://twitter.com/advadnoun
MIT License
4.37k stars 327 forks source link

Version error in first Colab cell (loading imgaug) #133

Open golanlevin opened 3 years ago

golanlevin commented 3 years ago

Hello, I ran the simplified Colab this evening, and received the following error in the first cell:

ERROR: albumentations 0.1.12 has requirement imgaug<0.2.7,>=0.2.5, but you'll have imgaug 0.2.9 which is incompatible.

Thanks for your great work.