mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
* feat(prompts): add abstract syntax tree (AST) builder for prompts * fix(prompts): add escaped parens to AST * test(prompts): add AST tests * fix(prompts): appease the linter * perf(prompts): break up tokenize function into subroutines * feat(prompts): add hotkey controlled prompt attention adjust * fix(hotkeys): 🩹 add translations for hotkey dialog * fix: 🏷️ remove unused exports * fix(keybinds): 🐛 use `arrowup`/`arrowdown` over `up`/`down` * refactor(prompts): ♻️ use better language for attention direction * style: 🚨 appease the linter --------- Co-authored-by: Lincoln Stein <lincoln.stein@gmail.com>