easydiffusion/ui
patriceac a10dfd0386
Moving attention weighting to InvokeAI syntax (#1055)
* Moving attention weighting to InvokeAI syntax

() and [] were actually ignored by the legacy parser, so moving the Ctrl+Wheel shortcut to the InvokeAI syntax of '+' and '-'.

* Moving attention weighting to InvokeAI syntax

() and [] were actually ignored by the legacy parser, so moving the Ctrl+Wheel shortcut to the InvokeAI syntax of '+' and '-'.

* Properly cleanup parenthesis

'(image tag)++' need to be trimmed to 'image tag'

* Add parenthesis as needed when adjusting weights

In the InvokeAI syntax, 'image modifier' must become '(image modifier)++' when adjusting weight.

* Code cleanup
2023-03-28 15:35:51 +05:30
..
easydiffusion Merge pull request #1048 from JeLuF/base36 2023-03-23 09:48:40 +05:30
hotfix Hotfix for broken openAI dependency - bad json file 2022-09-10 00:13:16 +05:30
media Moving attention weighting to InvokeAI syntax (#1055) 2023-03-28 15:35:51 +05:30
plugins/ui Moving attention weighting to InvokeAI syntax (#1055) 2023-03-28 15:35:51 +05:30
index.html changelog 2023-03-27 15:13:02 +05:30
main.py Refactor server.py 2022-12-24 15:29:49 +05:30
modifiers.json Support for longer labels 2022-09-23 00:05:05 +03:00