InvokeAI/invokeai/app/services
psychedelicious 34402cc46a feat(nodes): add list_images endpoint
- add `list_images` endpoint at `GET api/v1/images`
- extend `ImageStorageBase` with `list()` method, implemented it for `DiskImageStorage`
- add `ImageReponse` class to for image responses, which includes urls, metadata
- add `ImageMetadata` class (basically a stub at the moment)
- uploaded images now named `"{uuid}_{timestamp}.png"`
- add `models` modules. besides separating concerns more clearly, this helps to mitigate circular dependencies
- improve thumbnail handling
2023-04-09 13:48:44 +10:00
..
__init__.py all files migrated; tweaks needed 2023-03-03 00:02:15 -05:00
events.py fix(nodes): fix step_callback + fast latents generation 2023-03-16 20:03:08 +11:00
graph.py [nodes] Add latent nodes, storage, and fix iteration bugs (#3091) 2023-04-06 04:06:05 +00:00
image_storage.py feat(nodes): add list_images endpoint 2023-04-09 13:48:44 +10:00
invocation_queue.py [nodes] Add cancelation to the API 2023-03-26 15:47:32 +11:00
invocation_services.py [nodes] Add latent nodes, storage, and fix iteration bugs (#3091) 2023-04-06 04:06:05 +00:00
invoker.py [nodes] Add latent nodes, storage, and fix iteration bugs (#3091) 2023-04-06 04:06:05 +00:00
item_storage.py revert and disable auto-formatting of invocations 2023-03-03 14:59:17 -05:00
latent_storage.py [nodes] Add latent nodes, storage, and fix iteration bugs (#3091) 2023-04-06 04:06:05 +00:00
model_manager_initializer.py add TODO comments 2023-03-11 18:08:45 -05:00
processor.py feat(nodes): add list_images endpoint 2023-04-09 13:48:44 +10:00
restoration_services.py add restoration services to nodes 2023-03-11 17:00:00 -05:00
sqlite.py fix(nodes): commit changes to db 2023-04-03 19:09:49 +10:00