InvokeAI/invokeai/app/services/shared
Lincoln Stein 3e0fb45dd7
Load single-file checkpoints directly without conversion (#6510)
* use model_class.load_singlefile() instead of converting; works, but performance is poor

* adjust the convert api - not right just yet

* working, needs sql migrator update

* rename migration_11 before conflict merge with main

* Update invokeai/backend/model_manager/load/model_loaders/stable_diffusion.py

Co-authored-by: Ryan Dick <ryanjdick3@gmail.com>

* Update invokeai/backend/model_manager/load/model_loaders/stable_diffusion.py

Co-authored-by: Ryan Dick <ryanjdick3@gmail.com>

* implement lightweight version-by-version config migration

* simplified config schema migration code

* associate sdxl config with sdxl VAEs

* remove use of original_config_file in load_single_file()

---------

Co-authored-by: Lincoln Stein <lstein@gmail.com>
Co-authored-by: Ryan Dick <ryanjdick3@gmail.com>
2024-06-27 17:31:28 -04:00
..
sqlite Load single-file checkpoints directly without conversion (#6510) 2024-06-27 17:31:28 -04:00
sqlite_migrator Load single-file checkpoints directly without conversion (#6510) 2024-06-27 17:31:28 -04:00
__init__.py feat(backend): organise service dependencies 2023-10-12 12:15:06 -04:00
graph.py fix(app): add dynamic validator to AnyInvocation & AnyInvocationOutput 2024-05-30 12:03:38 +10:00
invocation_context.py replace load_and_cache_model() with load_remote_model() and load_local_odel() 2024-06-07 14:12:16 +10:00
pagination.py feat(api): chore: pydantic & fastapi upgrade 2023-10-17 14:59:25 +11:00