mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-09 04:14:58 -05:00
This prevents issues where the node is defined with an invalid default value, which would guarantee an error during a ser/de roundtrip. - Upstream issue requesting this functionality be built-in to pydantic: https://github.com/pydantic/pydantic/issues/8722 - Upstream PR that implements the functionality: https://github.com/pydantic/pydantic-core/pull/1593