mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-02 13:25:08 -05:00
The setup of `ModelConfigBase` means autogenerated types have critical fields flagged as nullable (like `key` and `base`). Need to manually flag them as required.