sd-webui-prompt-postprocessor icon indicating copy to clipboard operation
sd-webui-prompt-postprocessor copied to clipboard

[Issue] Clean-up setting "Merge attention modifiers (weights) when possible" does nothing

Open cheg0 opened this issue 9 months ago • 1 comments

Current Behavior

-------------------------
{      (d:0.9) ,, (l:1.1)  | (l:1.1)         (d:0.9),,, }
 (l:1.1)  
 (d:0.9)
-----------into----------
(l)         [d],,,
 (l)
 [d]
-------------------------

Steps to Reproduce

install extension empty all "Clean-up" checkboxes apply reload ui

Context

I also think that enabling clean-up options by default is also a issue

  • WebUI used and version: forge

cheg0 avatar May 13 '25 06:05 cheg0

The shortening of those specific weights is not related to the merge attention option, but you are right in that it makes sense to do it only when that option is enabled.

acorderob avatar May 13 '25 16:05 acorderob

Done in v2.11.0. Unchecking the merge attention modifiers option will not shorten those cases.

acorderob avatar May 31 '25 10:05 acorderob