InvokeAI/invokeai/backend
Lincoln Stein f74f3d6a3a many TUI improvements:
1. Separated the "starter models" and "more models" sections. This
   gives us room to list all installed diffuserse models, not just
   those that are on the starter list.

2. Support mouse-based paste into the textboxes with either middle
   or right mouse buttons.

3. Support terminal-style cursor movement:
     ^A to move to beginning of line
     ^E to move to end of line
     ^K kill text to right and put in killring
     ^Y yank text back

4. Internal code cleanup.
2023-06-03 16:17:53 -04:00
..
generator Added support for ControlNet and MultiControlNet to legacy non-nodal Txt2Img in backend/generator. Although backend/generator will likely disappear by v3.x, right now they are very useful for testing core ControlNet and MultiControlNet functionality while node codebase is rapidly evolving. 2023-05-26 21:44:00 -04:00
image_util fixes to env parsing, textual inversion & help text 2023-05-18 10:48:23 -04:00
install many TUI improvements: 2023-06-03 16:17:53 -04:00
model_management fix bug in model_manager that prevented import of inpainting models 2023-06-02 22:39:26 -04:00
prompting fixes to env parsing, textual inversion & help text 2023-05-18 10:48:23 -04:00
restoration fixes to env parsing, textual inversion & help text 2023-05-18 10:48:23 -04:00
stable_diffusion Fixed problem with inpainting after controlnet support added to main. 2023-05-30 08:01:21 -04:00
training fixes to env parsing, textual inversion & help text 2023-05-18 10:48:23 -04:00
util dynamic display of log messages now working 2023-06-02 22:24:46 -04:00
web Add Heun Karras Scheduler 2023-05-14 11:45:08 +10:00
__init__.py remove globals, args, generate and the legacy CLI 2023-05-03 23:36:51 -04:00
safety_checker.py fixes to env parsing, textual inversion & help text 2023-05-18 10:48:23 -04:00