InvokeAI/invokeai/frontend/web/src/features/nodes/util
psychedelicious 33e5ed7180 fix(ui): fix edge case in nodes graph building
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.
2023-05-30 09:06:13 -04:00
..
edgeBuilders feat(ui): revert tabs to txt2img/img2img 2023-05-11 11:55:51 +10:00
graphBuilders fix(ui): fix edge case in nodes graph building 2023-05-30 09:06:13 -04:00
nodeBuilders feat(ui): handle new image origin/category setup 2023-05-28 20:19:56 -04:00
fieldTemplateBuilders.ts Progress toward improvement in fieldTemplateBuilder.ts getFieldType() 2023-05-26 21:44:00 -04:00
fieldValueBuilders.ts Resolving conflicts in rebase to origin/main 2023-05-26 21:44:00 -04:00
parseSchema.ts fix(ui): fix erroneously displays is_intermediate field on nodes 2023-05-28 20:19:56 -04:00