James Dooley

Results 6 comments of James Dooley

I want to add to this that my environment was working fine until the most recent pull. Now I receive the same error as above, so this appears to be...

Decided to take a closer look at this since there seems to be no traction in getting this fixed. The original issue appears to be caused by commit 786b8878d6c6a7c8db241e340c4551e71c1d6f15. Doing...

cross_attention_maps_saving.py seems to be where the code dies off for me. Specifically when calling add_attention_maps. When I use the first prompt from malbathla, I get a tokens_id range of (1,73)...

When I run text to image, I get the same issue, but I do see an additional message about the prompt being too long and that it was truncated. It...

Correct, I commented out the early return so it was running the original code.

This is basically the same issue mentioned here #1908 there is a pull request in for a "fix", which is basically just to exit out before calling the function that...