mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-02 12:45:23 -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.