InvokeAI/invokeai/app
psychedelicious b25c1af018 feat(nodes): add RangeOfSizeInvocation
The `RangeInvocation` is a simple wrapper around `range()`, but you must provide `stop > start`.

`RangeOfSizeInvocation` replaces the `stop` parameter with `size`, so that you can just provide the `start` and `step` and get a range of `size` length.
2023-05-24 11:30:47 -04:00
..
api fix(nodes): fix bugs with serving images 2023-05-24 11:30:47 -04:00
cli use InvokeAISettings for app-wide configuration 2023-05-03 22:30:30 -04:00
invocations feat(nodes): add RangeOfSizeInvocation 2023-05-24 11:30:47 -04:00
models feat(nodes): address feedback 2023-05-24 11:30:47 -04:00
services fix(nodes): fix bugs with serving images 2023-05-24 11:30:47 -04:00
util feat(nodes): address feedback 2023-05-24 11:30:47 -04:00
api_app.py fix(nodes): fix bugs with serving images 2023-05-24 11:30:47 -04:00
cli_app.py feat(nodes): wip image storage implementation 2023-05-24 11:30:47 -04:00