InvokeAI/invokeai/frontend
psychedelicious a0ccb4385f fix(ui): fix inconsistent shift modifier capture
The shift key listener didn't catch pressed when focused in a textarea or input field, causing jank on slider number inputs.

Add keydown and keyup listeners to all such fields, which ensures that the `shift` state is always correct.

Also add the action tracking it to `actionsDenylist` to not clutter up devtools.
2023-07-08 18:52:37 +10:00
..
CLI convert add_model(), del_model(), list_models() etc to use bifurcated names 2023-05-13 14:44:44 -04:00
install prevent model install crash "torch needs to be restarted with spawn" 2023-07-05 16:18:20 -04:00
merge model merge backend, CLI and TUI working 2023-07-06 12:21:42 -04:00
training fix potential race condition in config system 2023-05-25 20:41:26 -04:00
web fix(ui): fix inconsistent shift modifier capture 2023-07-08 18:52:37 +10:00
__init__.py all files migrated; tweaks needed 2023-03-03 00:02:15 -05:00
legacy_launch_invokeai.py restore ability to launch web server with invokeai --web 2023-07-07 10:07:15 -04:00