InvokeAI/invokeai/app/services/item_storage
psychedelicious c7218dc130 feat(nodes): ItemStorageABC typevar no longer bound to pydantic.BaseModel
This bound is totally unnecessary. There's no requirement for any implementation of `ItemStorageABC` to work only on pydantic models.
2024-02-29 13:16:36 -05:00
..
__init__.py feat: refactor services folder/module structure 2023-10-12 12:15:06 -04:00
item_storage_base.py feat(nodes): ItemStorageABC typevar no longer bound to pydantic.BaseModel 2024-02-29 13:16:36 -05:00
item_storage_common.py fix(item-storage-memory): throw when requested item does not exist 2024-02-03 07:34:06 -05:00
item_storage_memory.py chore(item-storage): improve types 2024-02-03 07:34:06 -05:00