InvokeAI/invokeai/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
..
load Load single-file checkpoints directly without conversion (#6510) 2024-06-27 17:31:28 -04:00
metadata refactor model_install to work with refactored download queue 2024-05-13 22:49:15 -04:00
util install model if diffusers or single file, cleaned up backend logic to not mess with existing model install 2024-03-13 21:02:29 +11:00
__init__.py [mm] Do not write diffuser model to disk when convert_cache set to zero (#6072) 2024-03-29 16:11:08 -04:00
config.py Load single-file checkpoints directly without conversion (#6510) 2024-06-27 17:31:28 -04:00
libc_util.py Tidy names and locations of modules 2024-03-01 10:42:33 +11:00
merge.py [util] Add generic torch device class (#6174) 2024-04-15 13:12:49 +00:00
probe.py Load single-file checkpoints directly without conversion (#6510) 2024-06-27 17:31:28 -04:00
search.py docs(mm): update ModelSearch 2024-03-28 12:35:41 +11:00
starter_models.py fix: update SDXL IP Adpater starter model to be ViT-H 2024-04-24 00:08:21 -04:00