big-sleep icon indicating copy to clipboard operation
big-sleep copied to clipboard

Error: tensor is not a torch image

Open dokato opened this issue 2 years ago • 0 comments

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?

dokato avatar Jul 13 '22 16:07 dokato