yownas / shift-attention

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

Supporting Lora weights? #14

Closed rotj closed 1 year ago

rotj commented 1 year ago

Would it be possible to add shifting weights to Lora tokens?

Example: photo of (<lora:Cat:1~0>) or (<lora:Dog:0~1>)

yownas commented 1 year ago

Sorry, I totally missed this... Yes, loras should work. What the script does is that it replace the ":0~1" with something like ":0.5" before generating it as normal.