yownas / shift-attention

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

New option to remove tag groups with zero strength #17

Closed glop102 closed 1 year ago

glop102 commented 1 year ago

If a prompt is (theme1:0\~1) (theme2:1\~0), then it will remove theme1 for the first step, and theme2 for the second step. This is helpful if you are doing complicated sequences and having conflicting tags at even zero strength cause you problems.

yownas commented 1 year ago

Looks good. Thanks. :)