google / prompt-to-prompt

Apache License 2.0
3.07k stars 285 forks source link

Can we make this work in Colab? #39

Open renhaa opened 1 year ago

renhaa commented 1 year ago

The requirements.txt states diffusers==0.3.0 However we run into the following error in Colab.

image

Also 0.10.0 does now work

image

Here is my attempt: https://colab.research.google.com/drive/1fKzfvdv_7lf8bGpYiPq0AdJ7kUjjKMq6?usp=sharing

Related to #31

Enigma-li commented 1 year ago

refer to #37, change to 0.13.1 and update the corresponding change, it will work

Kristen6765 commented 6 months ago

I changed diffusers==0.3.0 to diffusers==0.13.1, then encountered the following issue running the prompt-to-prompt_stable.ipynb

Screen Shot 2024-03-17 at 3 02 47 PM