InvokeAI/tests/backend/model_manager
psychedelicious 6c558279dd feat(config): add CLI arg to specify config file
This allows users to create simple "profiles" via separate `invokeai.yaml` files.

- Remove `InvokeAIAppConfig.set_root()`, it's extraneous
- Remove `InvokeAIAppConfig.merge_from_file()`, it's extraneous
- Add `--config` to the app arg parser, add `InvokeAIAppConfig._config_file`, and consume in the config singleton getter
- `InvokeAIAppConfig.init_file_path` -> `InvokeAIAppConfig.config_file_path`
2024-03-20 15:05:25 +11: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 feat(config): add CLI arg to specify config file 2024-03-20 15:05:25 +11: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