InvokeAI/invokeai/app/services
Lincoln Stein 8fc75a71ee integrate correctly into app API and add features
- Create abstract base class InvocationStatsServiceBase
- Store InvocationStatsService in the InvocationServices object
- Collect and report stats on simultaneous graph execution
  independently for each graph id
- Track VRAM usage for each node
- Handle cancellations and other exceptions gracefully
2023-08-02 18:10:52 -04:00
..
models Apply black 2023-07-27 10:54:01 -04:00
__init__.py all files migrated; tweaks needed 2023-03-03 00:02:15 -05:00
board_image_record_storage.py Apply black 2023-07-27 10:54:01 -04:00
board_images.py Apply black 2023-07-27 10:54:01 -04:00
board_record_storage.py Apply black 2023-07-27 10:54:01 -04:00
boards.py Apply black 2023-07-27 10:54:01 -04:00
config.py blackify 2023-07-30 16:25:06 -04:00
default_graphs.py Apply black 2023-07-27 10:54:01 -04:00
events.py Apply black 2023-07-27 10:54:01 -04:00
graph.py Apply black 2023-07-27 10:54:01 -04:00
image_file_storage.py Apply black 2023-07-27 10:54:01 -04:00
image_record_storage.py Apply black 2023-07-27 10:54:01 -04:00
images.py Apply black 2023-07-27 10:54:01 -04:00
invocation_queue.py Apply black 2023-07-27 10:54:01 -04:00
invocation_services.py integrate correctly into app API and add features 2023-08-02 18:10:52 -04:00
invocation_stats.py integrate correctly into app API and add features 2023-08-02 18:10:52 -04:00
invoker.py Apply black 2023-07-27 10:54:01 -04:00
item_storage.py Apply black 2023-07-27 10:54:01 -04:00
latent_storage.py Apply black 2023-07-27 10:54:01 -04:00
model_manager_service.py Apply black 2023-07-27 10:54:01 -04:00
processor.py integrate correctly into app API and add features 2023-08-02 18:10:52 -04:00
resource_name.py feat(nodes): add nameservice 2023-05-28 20:19:56 -04:00
sqlite.py Apply black 2023-07-27 10:54:01 -04:00
urls.py feat(db,nodes,api): refactor metadata 2023-07-13 15:40:05 +10:00