InvokeAI/invokeai/backend/stable_diffusion
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
..
diffusion Why did my IDE change the comment? 2024-02-01 20:40:28 -05:00
schedulers chore: ruff check - fix flake8-comprensions 2023-11-11 10:55:23 +11:00
__init__.py BREAKING CHANGES: invocations now require model key, not base/type/name 2024-02-08 23:26:41 -05:00
diffusers_pipeline.py Respect torch-sdp in config.yaml (#5353) 2023-12-28 05:46:28 +00:00
seamless.py BREAKING CHANGES: invocations now require model key, not base/type/name 2024-02-08 23:26:41 -05:00