InvokeAI/invokeai/backend/model_management
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
..
models fix(mm): make model config attribute names consistent 2023-07-13 15:40:05 +10:00
__init__.py model merging API ready for testing 2023-07-06 13:15:15 -04:00
convert_ckpt_to_diffusers.py Fix ckpt scanning on conversion 2023-07-05 14:18:30 +03:00
lora.py Merge branch 'main' into feat/clip_skip 2023-07-07 16:21:53 +12:00
model_cache.py rename gpu_mem_reserved to max_vram_cache_size 2023-07-11 15:25:39 -04:00
model_manager.py fix(mm): make model config attribute names consistent 2023-07-13 15:40:05 +10:00
model_merge.py add merge api 2023-07-06 15:12:34 -04:00
model_probe.py do not crash when probing an unknown model type 2023-07-11 10:56:47 -04:00