We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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?