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

Results 63 prompt-to-prompt issues
Sort by recently updated
recently updated
newest added

Hi, It failed when changing the color from blue to green(or other color) . But the attention map of t-shirt is correct and the mission I think is somewhat easy....

I've tried running both colabs and I get a sequence of errors: 1. Setting the offset in ptp_utils.py L163 doesn't work with the newest diffusers. 2. After turning off the...

The [requirements.txt](https://github.com/google/prompt-to-prompt/blob/main/requirements.txt) states `diffusers==0.3.0` However we run into the following error in Colab. ![image](https://user-images.githubusercontent.com/10637896/220285727-4153b4de-afc3-4b24-af7d-a1aa508966ed.png) Also 0.10.0 does now work ![image](https://user-images.githubusercontent.com/10637896/220286090-34904fd4-2d68-4d2a-9a3f-e0c4814a2316.png) Here is my attempt: https://colab.research.google.com/drive/1fKzfvdv_7lf8bGpYiPq0AdJ7kUjjKMq6?usp=sharing Related to #31

Hello! I am trying to use your code for "Null-text Inversion for Editing Real Images using Guided Diffusion Models". In particular, since I have an inpainting mask, I am trying...

running show_cross_attention(controller, 16, ["up", "down"]), it throws KeyError, what's the problem

Does the code support SD1.5?

Thanks for this amazing work. I tested many times on this func, and this func always returns a diagonal matrix with 1s on the diagonal. Why don't you use the...

Hi, Thanks for the great work! I'm not able to run the model on a 12GB Titan X, even with LOW_RESOURCE = True. I can run it when I reduce...

fix KeyError: 'up_cross'