InvokeAI/invokeai/app/services
psychedelicious cd9baf8092 fix(stats): fix InvocationStatsService types
- move docstrings to ABC
- `start_time: int` -> `start_time: float`
- remove class attribute assignments in `StatsContext`
- add `update_mem_stats()` to ABC
- add class attributes to ABC, because they are referenced in instances of the class. if they should not be on the ABC, then maybe there needs to be some restructuring
2023-08-21 19:17:36 +10:00
..
models chore: black 2023-08-16 12:07:34 +10:00
__init__.py all files migrated; tweaks needed 2023-03-03 00:02:15 -05:00
board_image_record_storage.py feat: add multi-select to gallery 2023-08-03 11:46:59 +10:00
board_images.py Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
board_record_storage.py Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
boards.py Apply black 2023-07-27 10:54:01 -04:00
config.py Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
default_graphs.py feat(nodes): refactor parameter/primitive nodes 2023-08-16 09:54:38 +10:00
events.py Fix total_steps in generation event, order field added 2023-08-09 03:34:25 +03:00
graph.py Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
image_file_storage.py Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
image_record_storage.py Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
images.py Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
invocation_queue.py Apply black 2023-07-27 10:54:01 -04:00
invocation_services.py Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
invocation_stats.py fix(stats): fix InvocationStatsService types 2023-08-21 19:17:36 +10: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 Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
model_manager_service.py report RAM and RAM cache statistics 2023-08-15 21:00:30 -04:00
processor.py fix bad merge 2023-08-16 08:53:07 -04:00
resource_name.py feat(nodes): add nameservice 2023-05-28 20:19:56 -04:00
sqlite.py feat: node editor 2023-08-16 09:54:38 +10:00
urls.py feat: add multi-select to gallery 2023-08-03 11:46:59 +10:00