InvokeAI/invokeai/app
psychedelicious 160267c71a feat(nodes): refactor image types
- Remove `ImageType` entirely, it is confusing
- Create `ResourceOrigin`, may be `internal` or `external`
- Revamp `ImageCategory`, may be `general`, `mask`, `control`, `user`, `other`. Expect to add more as time goes on
- Update images `list` route to accept `include_categories` OR `exclude_categories` query parameters to afford finer-grained querying. All services are updated to accomodate this change.

The new setup should account for our types of images, including the combinations we couldn't really handle until now:
- Canvas init and masks
- Canvas when saved-to-gallery or merged
2023-05-28 20:19:56 -04:00
..
api feat(nodes): refactor image types 2023-05-28 20:19:56 -04:00
cli use InvokeAISettings for app-wide configuration 2023-05-03 22:30:30 -04:00
invocations feat(nodes): refactor image types 2023-05-28 20:19:56 -04:00
models feat(nodes): refactor image types 2023-05-28 20:19:56 -04:00
services feat(nodes): refactor image types 2023-05-28 20:19:56 -04:00
util feat(nodes): refactor image types 2023-05-28 20:19:56 -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): add nameservice 2023-05-28 20:19:56 -04:00