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

ERROR: torchtext 0.9.0 has requirement torch==1.8.0, but you'll have torch 1.7.1+cu110 which is incompatible. #47

Closed ipechman closed 3 years ago

ipechman commented 3 years ago

I get this error when I try to run the first cell, and when I run big-sleep it gives me a white image as output.

lucidrains commented 3 years ago

@ipechman are you running the notebook or the CLI? and if the notebook, which one?

ipechman commented 3 years ago

I am running the simplified notebook

lucidrains commented 3 years ago

@ipechman Ok, I think its because colab upgraded to torch 1.8 recently, i've removed the first cell and it seems to work on my end!

ipechman commented 3 years ago

I will give it a try, I will tell you if it works

ipechman commented 3 years ago

It seems to be working for me too, I will update you when it finishes. Thank you for the help

ipechman commented 3 years ago

It's working now