yownas / shift-attention

In stable diffusion, generate a sequence of images shifting attention in the prompt.
Other
166 stars 17 forks source link

Simplify regex replace #4

Closed JustMaier closed 2 years ago

JustMaier commented 2 years ago

This PR simplified the regex replacement by just looking for combinations of 0~0 and replacing just those with the correct value based on the start, end, and distance. Seems to work great for me, but it'd be great if you could try it out as well to see if it still works the way you expect it to.

Doing it this way also makes it possible to travel Prompt Edits as well.

yownas commented 2 years ago

omg...all my code just disappeared. :D

Thank you, that looks a lot nicer, and works great.