prompt-to-prompt icon indicating copy to clipboard operation
prompt-to-prompt copied to clipboard

Can we make this work in Colab?

Open renhaa opened this issue 2 years ago • 2 comments

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

renhaa avatar Feb 21 '23 08:02 renhaa

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

Enigma-li avatar Mar 22 '23 19:03 Enigma-li

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

Kristen6765 avatar Mar 17 '24 19:03 Kristen6765