InvokeAI/invokeai/app/services/latents_storage
Lincoln Stein 79d028ecbd BREAKING CHANGES: invocations now require model key, not base/type/name
- Implement new model loader and modify invocations and embeddings

- Finish implementation loaders for all models currently supported by
  InvokeAI.

- Move lora, textual_inversion, and model patching support into
  backend/embeddings.

- Restore support for model cache statistics collection (a little ugly,
  needs work).

- Fixed up invocations that load and patch models.

- Move seamless and silencewarnings utils into better location
2024-02-08 23:26:41 -05:00
..
__init__.py feat: refactor services folder/module structure 2023-10-12 12:15:06 -04:00
latents_storage_base.py BREAKING CHANGES: invocations now require model key, not base/type/name 2024-02-08 23:26:41 -05:00
latents_storage_disk.py BREAKING CHANGES: invocations now require model key, not base/type/name 2024-02-08 23:26:41 -05:00
latents_storage_forward_cache.py BREAKING CHANGES: invocations now require model key, not base/type/name 2024-02-08 23:26:41 -05:00