InvokeAI/invokeai/backend/util
Lincoln Stein 5d612ec095 Tidy names and locations of modules
- Rename old "model_management" directory to "model_management_OLD" in order to catch
  dangling references to original model manager.
- Caught and fixed most dangling references (still checking)
- Rename lora, textual_inversion and model_patcher modules
- Introduce a RawModel base class to simplfy the Union returned by the
  model loaders.
- Tidy up the model manager 2-related tests. Add useful fixtures, and
  a finalizer to the queue and installer fixtures that will stop the
  services and release threads.
2024-03-01 10:42:33 +11:00
..
__init__.py loaders for main, controlnet, ip-adapter, clipvision and t2i 2024-03-01 10:42:33 +11:00
attention.py Apply black, isort, flake8 2023-09-12 13:01:58 -04:00
db_maintenance.py add techjedi's database maintenance script 2023-09-20 17:46:49 -04:00
devices.py fix invokeai_configure script to work with new mm; rename CLIs 2024-03-01 10:42:33 +11:00
hotfixes.py Fix ruff? 2024-02-01 20:40:28 -05:00
log.py Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
logging.py clean up get_logger() call 2023-12-04 22:41:59 -05:00
mps_fixes.py add note about discriminated union and Body() issue; blackified 2023-11-12 16:50:05 -05:00
silence_warnings.py BREAKING CHANGES: invocations now require model key, not base/type/name 2024-03-01 10:42:33 +11:00
test_utils.py Tidy names and locations of modules 2024-03-01 10:42:33 +11:00
util.py loaders for main, controlnet, ip-adapter, clipvision and t2i 2024-03-01 10:42:33 +11:00