mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
eb0d55263b
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. |
||
---|---|---|
.. | ||
models | ||
__init__.py | ||
convert_ckpt_to_diffusers.py | ||
lora.py | ||
model_cache.py | ||
model_manager.py | ||
model_merge.py | ||
model_probe.py |