mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-03 08:25:00 -05:00
Inputs with explicit values are validated by pydantic even if they also have a connection (which is the actual value that is used). Fix this by omitting explicit values for inputs that have a connection.