prompt-to-prompt
prompt-to-prompt copied to clipboard
Can we make this work in Colab?
The requirements.txt states diffusers==0.3.0
However we run into the following error in Colab.
Also 0.10.0 does now work
Here is my attempt: https://colab.research.google.com/drive/1fKzfvdv_7lf8bGpYiPq0AdJ7kUjjKMq6?usp=sharing
Related to #31
refer to #37, change to 0.13.1 and update the corresponding change, it will work
I changed diffusers==0.3.0 to diffusers==0.13.1, then encountered the following issue running the prompt-to-prompt_stable.ipynb