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: tensor is not a torch image #137

Open dokato opened 2 years ago

dokato commented 2 years ago

I tried to run several examples on GCP with torch installed correctly and GPU.

dream = Imagine(
    text = "an armchair in the form of pikachu",
)
dream()

Sadly, I get this error:

TypeError: tensor is not a torch image.

Maybe someone else encoutered that?