InvokeAI/tests/app/services
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
..
bulk_download test: clean up & fix tests 2024-03-01 10:42:33 +11:00
download fix race condition between downloading last file and starting install 2024-03-01 10:42:33 +11:00
model_install Fix race condition causing hangs during model install unit tests (#5994) 2024-03-19 20:54:49 +00:00
model_records feat(config): add CLI arg to specify config file 2024-03-20 15:05:25 +11:00