InvokeAI/invokeai/app
psychedelicious 496a2db15c feat(nodes): make id, type required in BaseInvocation, BaseInvocationOutput
Doing this via these classes' `Config.schema_extra()` method makes it unintrusive and clients will get the correct types for these properties.

Shifts the responsibility of correct types to the backend, where previously it was on the client.
2023-08-21 19:17:36 +10:00
..
api Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
assets/images tweaks in response to psychedelicious review of PR 2023-07-26 15:27:04 +10:00
cli Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
invocations feat(nodes): make id, type required in BaseInvocation, BaseInvocationOutput 2023-08-21 19:17:36 +10:00
models feat(nodes): refactor parameter/primitive nodes 2023-08-16 09:54:38 +10:00
services fix(stats): RuntimeError: dictionary changed size during iteration 2023-08-21 19:17:36 +10:00
util Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
api_app.py Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
cli_app.py Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00