InvokeAI/tests/backend/model_manager
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
..
data Tidy names and locations of modules 2024-03-01 10:42:33 +11:00
model_loading tidy(mm): remove convenience methods from high level model manager service 2024-03-07 10:56:59 +11:00
model_metadata Add unit test 2024-03-19 01:16:11 -04:00
util tidy(mm): use canonical capitalization for all model-related enums, classes 2024-03-05 23:50:19 +11:00
model_manager_fixtures.py Load single-file checkpoints directly without conversion (#6510) 2024-06-27 17:31:28 -04:00
test_libc_util.py Tidy names and locations of modules 2024-03-01 10:42:33 +11:00
test_lora.py final tidying before marking PR as ready for review 2024-03-01 10:42:33 +11:00
test_memory_snapshot.py final tidying before marking PR as ready for review 2024-03-01 10:42:33 +11:00
test_model_load_optimization.py Tidy names and locations of modules 2024-03-01 10:42:33 +11:00