InvokeAI/invokeai/app
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
..
api Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
assets/images tweaks in response to psychedelicious review of PR 2023-07-26 15:27:04 +10:00
cli Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
invocations fix(nodes): fix field names 2023-08-21 19:17:36 +10:00
models feat(nodes): refactor parameter/primitive nodes 2023-08-16 09:54:38 +10:00
services fix(stats): fix InvocationStatsService types 2023-08-21 19:17:36 +10:00
util Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
api_app.py Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
cli_app.py Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00