sd-webui-prompt-postprocessor
sd-webui-prompt-postprocessor copied to clipboard
[Issue] Clean-up setting "Merge attention modifiers (weights) when possible" does nothing
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
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.
Done in v2.11.0. Unchecking the merge attention modifiers option will not shorten those cases.