InvokeAI/invokeai/backend
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
..
image_util chore: rename DWPose to DW Openpose 2024-02-12 11:12:45 -05:00
install Port the command-line tools to use model_manager2 (#5546) 2024-02-02 17:18:47 +00:00
ip_adapter Add support for IPAdapterFull models. The changes are based on this upstream PR: https://github.com/tencent-ailab/IP-Adapter/pull/139 . 2023-11-29 15:07:21 -08:00
model_management chore(backend): rename ModelInfo -> LoadedModelInfo 2024-03-01 10:42:33 +11:00
model_manager Port the command-line tools to use model_manager2 (#5546) 2024-02-02 17:18:47 +00:00
stable_diffusion feat(nodes): move ConditioningFieldData to conditioning_data.py 2024-03-01 10:42:33 +11:00
tiles feat(nodes): extract LATENT_SCALE_FACTOR to constants.py 2024-03-01 10:42:33 +11:00
training Port the command-line tools to use model_manager2 (#5546) 2024-02-02 17:18:47 +00:00
util chore(backend): rename ModelInfo -> LoadedModelInfo 2024-03-01 10:42:33 +11:00
__init__.py chore(backend): rename ModelInfo -> LoadedModelInfo 2024-03-01 10:42:33 +11:00