Metachs / sdwebui-nai-api

zlib License
22 stars 3 forks source link

Support editing attention with NAI syntax #3

Closed catboxanon closed 9 months ago

catboxanon commented 11 months ago

Adds an optional shortcut to edit attention using NAI syntax (rather than the webui's). Based the webui's edit-attention.js functionality and my own code as part of a userscript. https://gist.github.com/catboxanon/9c3003f19bfb3b306d3e47bdd6b68ca7

Draft for now since there seems to be an issue where it doesn't remove the outer brackets correctly, but it does in NAI. I'll revisit soon.