InvokeAI/invokeai/backend/model_management/models
psychedelicious eb0d55263b fix(mm): make model config attribute names consistent
Our model fields use `model_name`, but the API response uses `name`. Some places use `model_type` but the API response used `type`.

Changed the API response to provide `model_name` and `model_type`, which simplifies how we manage models on the client substantially.
2023-07-13 15:40:05 +10:00
..
__init__.py fix(mm): make model config attribute names consistent 2023-07-13 15:40:05 +10:00
base.py Less naive model detection 2023-07-12 08:50:19 -04:00
controlnet.py Controlnet model detection 2023-07-12 08:50:19 -04:00
lora.py Less naive model detection 2023-07-12 08:50:19 -04:00
stable_diffusion.py Less naive model detection 2023-07-12 08:50:19 -04:00
textual_inversion.py Less naive model detection 2023-07-12 08:50:19 -04:00
vae.py Less naive model detection 2023-07-12 08:50:19 -04:00