InvokeAI/invokeai/backend/util
psychedelicious 0f8af643d1 chore(backend): rename ModelInfo -> LoadedModelInfo
We have two different classes named `ModelInfo` which might need to be used by API consumers. We need to export both but have to deal with this naming collision.

The `ModelInfo` I've renamed here is the one that is returned when a model is loaded. It's the object least likely to be used by API consumers.
2024-03-01 10:42:33 +11:00
..
__init__.py further changes for ruff 2023-11-26 17:13:31 -05: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 Allow bfloat16 to be configurable in invoke.yaml (#5469) 2024-01-12 18:40:37 +00: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
test_utils.py chore(backend): rename ModelInfo -> LoadedModelInfo 2024-03-01 10:42:33 +11:00
util.py Remove unnecessary change 2024-01-31 07:16:14 -06:00