InvokeAI/invokeai/app
psychedelicious c91621b46c fix(backend): BatchProcess.batch_id is required
Providing a `default_factory` is enough for pydantic to know to create the attribute on instantiation if it's not already provided. We can then make make the typing just `str`.
2023-08-17 11:58:29 +10:00
..
api fix(api): fix start_batch route responses 2023-08-17 11:51:14 +10:00
assets/images tweaks in response to psychedelicious review of PR 2023-07-26 15:27:04 +10:00
cli Run python black 2023-07-28 09:46:44 -04:00
invocations feat: make primitive node titles consistent 2023-08-16 23:04:36 +10:00
models feat(nodes): refactor parameter/primitive nodes 2023-08-16 09:54:38 +10:00
services fix(backend): BatchProcess.batch_id is required 2023-08-17 11:58:29 +10:00
util Apply requested changes 2023-08-10 06:19:22 +03:00
api_app.py feat: node editor 2023-08-16 09:54:38 +10:00
cli_app.py Run python black 2023-08-15 21:51:45 -04:00