InvokeAI/invokeai/backend/install
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 rename invokeai.backend.config to invokeai.backend.install 2023-05-31 21:34:20 -04:00
invokeai_configure.py expose max_cache_size to invokeai-configure interface 2023-07-05 20:59:57 -04:00
legacy_arg_parsing.py add missing k-* legacy sampler names to init file migrate list 2023-07-01 21:45:14 -04:00
migrate_to_3.py fix checkpoint VAE handling in migrate script 2023-07-07 09:34:42 -04:00
model_install_backend.py fix(mm): make model config attribute names consistent 2023-07-13 15:40:05 +10:00