mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-06 12:54:58 -05:00
- Update most model identifiers to be `{key: string}` instead of name/base/type. Doesn't change the model select components yet.
- Update model _parameters_, stored in redux, to be `{key: string, base: BaseModel}` - we need to store the base model to be able to check model compatibility. May want to store the whole config? Not sure...